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 {
  --clr-schema: light;
  --clr-ui-white: #fff;
  --clr-ui-black: #0a0a0a;
  --clr-ui-blue: #1b6098;
  --clr-ui-lightgray: #f9f9f9;
  --clr-ui-text: #0a0a0a;
  --clr-ui-subtxt: #262626;
  --clr-ui-background: #fff;
  --clr-ui-error-background: #f44336;
  --clr-ui-error-text: #fff;
  --clr-ui-success-background: #388e3c;
  --clr-ui-success-text: #fff;
  --clr-ui-surface: #fff;
  --clr-sementic-pink: #fec5fb;
  --clr-sementic-shockingly-pink: #f100cb;
  --clr-sementic-orange: #ff8709;
  --clr-sementic-lilac: #9d95ff;
  --clr-sementic-green: #abff84;
  --clr-sementic-blue: #00bae2;
  --clr-sementic-grey: #808080;
  --clr-box-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --clr-box-shadow-default: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --clr-box-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --clr-box-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --clr-box-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --clr-box-shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --clr-box-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  --clr-box-shadow-none: 0 0 rgba(0, 0, 0, 0);
  --clr-overlay-white-0dp: rgba(255, 255, 255, 0);
  --clr-overlay-white-1dp: rgba(255, 255, 255, 0.0509803922);
  --clr-overlay-white-2dp: rgba(255, 255, 255, 0.0705882353);
  --clr-overlay-white-3dp: rgba(255, 255, 255, 0.0784313725);
  --clr-overlay-white-4dp: rgba(255, 255, 255, 0.0901960784);
  --clr-overlay-white-6dp: rgba(255, 255, 255, 0.1098039216);
  --clr-overlay-white-8dp: rgba(255, 255, 255, 0.1215686275);
  --clr-overlay-white-12dp: rgba(255, 255, 255, 0.1411764706);
  --clr-overlay-white-16dp: rgba(255, 255, 255, 0.1490196078);
  --clr-overlay-white-24dp: rgba(255, 255, 255, 0.1607843137);
  --clr-overlay-black-0dp: rgba(0, 0, 0, 0);
  --clr-overlay-black-1dp: rgba(0, 0, 0, 0.0509803922);
  --clr-overlay-black-2dp: rgba(0, 0, 0, 0.0705882353);
  --clr-overlay-black-3dp: rgba(0, 0, 0, 0.0784313725);
  --clr-overlay-black-4dp: rgba(0, 0, 0, 0.0901960784);
  --clr-overlay-black-6dp: rgba(0, 0, 0, 0.1098039216);
  --clr-overlay-black-8dp: rgba(0, 0, 0, 0.1215686275);
  --clr-overlay-black-12dp: rgba(0, 0, 0, 0.1411764706);
  --clr-overlay-black-16dp: rgba(0, 0, 0, 0.1490196078);
  --clr-overlay-black-24dp: rgba(0, 0, 0, 0.1607843137);
  --clr-primary-variant: #4c0013;
  --clr-primary-contrast: #ff99aa;
  --clr-primary-background: linear-gradient(90deg, #120005 0%, #111111 100%);
  --clr-header-background-default: rgba(255, 255, 255, 0.8);
  --clr-header-background-visible: #fff;
  --clr-footer-background-default: #f1f0ee;
  --clr-input-background-default: #ffffff;
  --clr-input-background-disabled: #eeeeee;
  --clr-input-background-hover: #fafafa;
  --clr-input-background-click: #eeeeee;
  --clr-input-border-default: #e0e0e0;
  --clr-input-border-checkbox: #9e9e9e;
  --clr-input-border-disabled: #f5f5f5;
  --clr-input-border-focus: #66001a;
  --clr-input-border-hover: #ff6680;
  --clr-gray-50: #fafafa;
  --clr-gray-100: #f5f5f5;
  --clr-gray-200: #eeeeee;
  --clr-gray-300: #e0e0e0;
  --clr-gray-400: #bdbdbd;
  --clr-gray-500: #9e9e9e;
  --clr-gray-600: #757575;
  --clr-gray-700: #616161;
  --clr-gray-800: #424242;
  --clr-gray-900: #212121;
  --clr-gray-950: #121212;
  --clr-secondary-default: #01a299;
  --clr-secondary-variant: #018786;
  --clr-secondary-contrast: #03dac5;
  --family-ko-heading: Pretendard, sans-serif;
  --family-ko-body: Pretendard, sans-serif;
  --family-en-heading: Pretendard, sans-serif;
  --family-en-body: Pretendard, sans-serif;
  --header-height: 8rem;
  --nav-height: 6rem;
  --gutter-x: 8rem;
  --gutter-y: 2.4rem;
  --background-header: rgba(255, 255, 255, 0.88);
  --transition-header: all 240ms cubic-bezier(0.4, 0, 0.6, 1);
  --z-index-header: 1000rem;
  --transition-swiper: all 0.35s cubic-bezier(0.6, 0, 0.4, 1);
  --transition-button: all 0.32s cubic-bezier(0.6, 0, 0.4, 1);
  --transition-modal: 0.32s 150ms cubic-bezier(0.4, 0, 0.6, 1);
  --z-index-modal: 999.8rem;
  --transition-input: all 0.36s cubic-bezier(0.6, 0, 0.4, 1);
  --z-index-backdrop: 0rem;
  --container-margin: clamp(2.4rem, 6.7313915858vw - 0.1242718447rem, 12.8rem);
  --card-radius: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
@media (max-width: 768px) {
  :root {
    --header-height: 6.4rem;
    --nav-height: 6.4rem;
    --gutter-x: 2rem;
    --gutter-y: 2rem;
  }
}
[data-theme='dark'] {
  --clr-schema: dark;
  --clr-ui-text: #fff;
  --clr-ui-background: #0a0a0a;
  --clr-ui-error-background: #e57373;
  --clr-ui-error-text: #000;
  --clr-ui-surface: #000;
  --clr-primary-default: #ff99aa;
  --clr-primary-variant: #ffccd5;
  --clr-primary-contrast: #f0f1e9;
  --clr-secondary-default: #03dac5;
  --clr-secondary-variant: #01a299;
  --clr-secondary-contrast: #018786;
}
[data-theme='admin-light'] {
  --clr-schema: light;
  --clr-ui-text: #000;
  --clr-ui-background: #fff;
  --clr-ui-error-background: #b00020;
  --clr-ui-error-text: #fff;
  --clr-ui-surface: #f9f9f9;
  --clr-sementic-blue: #0d6efd;
  --clr-sementic-green: #198754;
  --clr-sementic-skyblue: #0dcaf0;
  --clr-sementic-red: #ab2e3c;
  --clr-sementic-yellow: #ffc107;
  --clr-primary-default: #ee7b19;
  --clr-primary-variant: #d66d10;
  --clr-primary-contrast: #f5b893;
  --clr-secondary-default: #189ef0;
  --clr-secondary-variant: #007ed0;
  --clr-secondary-contrast: #92cef6;
}
[data-theme='admin-dark'] {
  --clr-schema: dark;
  --clr-ui-text: #fff;
  --clr-ui-background: #000;
  --clr-ui-error-background: #cf6679;
  --clr-ui-error-text: #000;
  --clr-ui-surface: #212121;
  --clr-primary-default: #f5b893;
  --clr-primary-variant: #f9d3bd;
  --clr-primary-contrast: #d66d10;
  --clr-secondary-default: #92cef6;
  --clr-secondary-variant: #189ef0;
  --clr-secondary-contrast: #007ed0;
}
.clr-schema {
  color: var(--clr-schema);
}
.bg-schema {
  background-color: var(--clr-schema);
}
.clr-ui-white {
  color: var(--clr-ui-white);
}
.bg-ui-white {
  background-color: var(--clr-ui-white);
}
.clr-ui-black {
  color: var(--clr-ui-black);
}
.bg-ui-black {
  background-color: var(--clr-ui-black);
}
.clr-ui-blue {
  color: var(--clr-ui-blue);
}
.bg-ui-blue {
  background-color: var(--clr-ui-blue);
}
.clr-ui-lightgray {
  color: var(--clr-ui-lightgray);
}
.bg-ui-lightgray {
  background-color: var(--clr-ui-lightgray);
}
.clr-ui-text {
  color: var(--clr-ui-text);
}
.bg-ui-text {
  background-color: var(--clr-ui-text);
}
.clr-ui-subtxt {
  color: var(--clr-ui-subtxt);
}
.bg-ui-subtxt {
  background-color: var(--clr-ui-subtxt);
}
.clr-ui-background {
  color: var(--clr-ui-background);
}
.bg-ui-background {
  background-color: var(--clr-ui-background);
}
.clr-ui-error-background {
  color: var(--clr-ui-error-background);
}
.bg-ui-error-background {
  background-color: var(--clr-ui-error-background);
}
.clr-ui-error-text {
  color: var(--clr-ui-error-text);
}
.bg-ui-error-text {
  background-color: var(--clr-ui-error-text);
}
.clr-ui-success-background {
  color: var(--clr-ui-success-background);
}
.bg-ui-success-background {
  background-color: var(--clr-ui-success-background);
}
.clr-ui-success-text {
  color: var(--clr-ui-success-text);
}
.bg-ui-success-text {
  background-color: var(--clr-ui-success-text);
}
.clr-ui-surface {
  color: var(--clr-ui-surface);
}
.bg-ui-surface {
  background-color: var(--clr-ui-surface);
}
.clr-sementic-pink {
  color: var(--clr-sementic-pink);
}
.bg-sementic-pink {
  background-color: var(--clr-sementic-pink);
}
.clr-sementic-shockingly-pink {
  color: var(--clr-sementic-shockingly-pink);
}
.bg-sementic-shockingly-pink {
  background-color: var(--clr-sementic-shockingly-pink);
}
.clr-sementic-orange {
  color: var(--clr-sementic-orange);
}
.bg-sementic-orange {
  background-color: var(--clr-sementic-orange);
}
.clr-sementic-lilac {
  color: var(--clr-sementic-lilac);
}
.bg-sementic-lilac {
  background-color: var(--clr-sementic-lilac);
}
.clr-sementic-green {
  color: var(--clr-sementic-green);
}
.bg-sementic-green {
  background-color: var(--clr-sementic-green);
}
.clr-sementic-blue {
  color: var(--clr-sementic-blue);
}
.bg-sementic-blue {
  background-color: var(--clr-sementic-blue);
}
.clr-sementic-grey {
  color: var(--clr-sementic-grey);
}
.bg-sementic-grey {
  background-color: var(--clr-sementic-grey);
}
.clr-box-shadow-sm {
  color: var(--clr-box-shadow-sm);
}
.bg-box-shadow-sm {
  background-color: var(--clr-box-shadow-sm);
}
.clr-box-shadow-default {
  color: var(--clr-box-shadow-default);
}
.bg-box-shadow-default {
  background-color: var(--clr-box-shadow-default);
}
.clr-box-shadow-md {
  color: var(--clr-box-shadow-md);
}
.bg-box-shadow-md {
  background-color: var(--clr-box-shadow-md);
}
.clr-box-shadow-lg {
  color: var(--clr-box-shadow-lg);
}
.bg-box-shadow-lg {
  background-color: var(--clr-box-shadow-lg);
}
.clr-box-shadow-xl {
  color: var(--clr-box-shadow-xl);
}
.bg-box-shadow-xl {
  background-color: var(--clr-box-shadow-xl);
}
.clr-box-shadow-2xl {
  color: var(--clr-box-shadow-2xl);
}
.bg-box-shadow-2xl {
  background-color: var(--clr-box-shadow-2xl);
}
.clr-box-shadow-inner {
  color: var(--clr-box-shadow-inner);
}
.bg-box-shadow-inner {
  background-color: var(--clr-box-shadow-inner);
}
.clr-box-shadow-none {
  color: var(--clr-box-shadow-none);
}
.bg-box-shadow-none {
  background-color: var(--clr-box-shadow-none);
}
.clr-overlay-white-0dp {
  color: var(--clr-overlay-white-0dp);
}
.bg-overlay-white-0dp {
  background-color: var(--clr-overlay-white-0dp);
}
.clr-overlay-white-1dp {
  color: var(--clr-overlay-white-1dp);
}
.bg-overlay-white-1dp {
  background-color: var(--clr-overlay-white-1dp);
}
.clr-overlay-white-2dp {
  color: var(--clr-overlay-white-2dp);
}
.bg-overlay-white-2dp {
  background-color: var(--clr-overlay-white-2dp);
}
.clr-overlay-white-3dp {
  color: var(--clr-overlay-white-3dp);
}
.bg-overlay-white-3dp {
  background-color: var(--clr-overlay-white-3dp);
}
.clr-overlay-white-4dp {
  color: var(--clr-overlay-white-4dp);
}
.bg-overlay-white-4dp {
  background-color: var(--clr-overlay-white-4dp);
}
.clr-overlay-white-6dp {
  color: var(--clr-overlay-white-6dp);
}
.bg-overlay-white-6dp {
  background-color: var(--clr-overlay-white-6dp);
}
.clr-overlay-white-8dp {
  color: var(--clr-overlay-white-8dp);
}
.bg-overlay-white-8dp {
  background-color: var(--clr-overlay-white-8dp);
}
.clr-overlay-white-12dp {
  color: var(--clr-overlay-white-12dp);
}
.bg-overlay-white-12dp {
  background-color: var(--clr-overlay-white-12dp);
}
.clr-overlay-white-16dp {
  color: var(--clr-overlay-white-16dp);
}
.bg-overlay-white-16dp {
  background-color: var(--clr-overlay-white-16dp);
}
.clr-overlay-white-24dp {
  color: var(--clr-overlay-white-24dp);
}
.bg-overlay-white-24dp {
  background-color: var(--clr-overlay-white-24dp);
}
.clr-overlay-black-0dp {
  color: var(--clr-overlay-black-0dp);
}
.bg-overlay-black-0dp {
  background-color: var(--clr-overlay-black-0dp);
}
.clr-overlay-black-1dp {
  color: var(--clr-overlay-black-1dp);
}
.bg-overlay-black-1dp {
  background-color: var(--clr-overlay-black-1dp);
}
.clr-overlay-black-2dp {
  color: var(--clr-overlay-black-2dp);
}
.bg-overlay-black-2dp {
  background-color: var(--clr-overlay-black-2dp);
}
.clr-overlay-black-3dp {
  color: var(--clr-overlay-black-3dp);
}
.bg-overlay-black-3dp {
  background-color: var(--clr-overlay-black-3dp);
}
.clr-overlay-black-4dp {
  color: var(--clr-overlay-black-4dp);
}
.bg-overlay-black-4dp {
  background-color: var(--clr-overlay-black-4dp);
}
.clr-overlay-black-6dp {
  color: var(--clr-overlay-black-6dp);
}
.bg-overlay-black-6dp {
  background-color: var(--clr-overlay-black-6dp);
}
.clr-overlay-black-8dp {
  color: var(--clr-overlay-black-8dp);
}
.bg-overlay-black-8dp {
  background-color: var(--clr-overlay-black-8dp);
}
.clr-overlay-black-12dp {
  color: var(--clr-overlay-black-12dp);
}
.bg-overlay-black-12dp {
  background-color: var(--clr-overlay-black-12dp);
}
.clr-overlay-black-16dp {
  color: var(--clr-overlay-black-16dp);
}
.bg-overlay-black-16dp {
  background-color: var(--clr-overlay-black-16dp);
}
.clr-overlay-black-24dp {
  color: var(--clr-overlay-black-24dp);
}
.bg-overlay-black-24dp {
  background-color: var(--clr-overlay-black-24dp);
}
.clr-primary-variant {
  color: var(--clr-primary-variant);
}
.bg-primary-variant {
  background-color: var(--clr-primary-variant);
}
.clr-primary-contrast {
  color: var(--clr-primary-contrast);
}
.bg-primary-contrast {
  background-color: var(--clr-primary-contrast);
}
.clr-primary-background {
  color: var(--clr-primary-background);
}
.bg-primary-background {
  background-color: var(--clr-primary-background);
}
.clr-header-background-default {
  color: var(--clr-header-background-default);
}
.bg-header-background-default {
  background-color: var(--clr-header-background-default);
}
.clr-header-background-visible {
  color: var(--clr-header-background-visible);
}
.bg-header-background-visible {
  background-color: var(--clr-header-background-visible);
}
.clr-footer-background-default {
  color: var(--clr-footer-background-default);
}
.bg-footer-background-default {
  background-color: var(--clr-footer-background-default);
}
.clr-input-background-default {
  color: var(--clr-input-background-default);
}
.bg-input-background-default {
  background-color: var(--clr-input-background-default);
}
.clr-input-background-disabled {
  color: var(--clr-input-background-disabled);
}
.bg-input-background-disabled {
  background-color: var(--clr-input-background-disabled);
}
.clr-input-background-hover {
  color: var(--clr-input-background-hover);
}
.bg-input-background-hover {
  background-color: var(--clr-input-background-hover);
}
.clr-input-background-click {
  color: var(--clr-input-background-click);
}
.bg-input-background-click {
  background-color: var(--clr-input-background-click);
}
.clr-input-border-default {
  color: var(--clr-input-border-default);
}
.bg-input-border-default {
  background-color: var(--clr-input-border-default);
}
.clr-input-border-checkbox {
  color: var(--clr-input-border-checkbox);
}
.bg-input-border-checkbox {
  background-color: var(--clr-input-border-checkbox);
}
.clr-input-border-disabled {
  color: var(--clr-input-border-disabled);
}
.bg-input-border-disabled {
  background-color: var(--clr-input-border-disabled);
}
.clr-input-border-focus {
  color: var(--clr-input-border-focus);
}
.bg-input-border-focus {
  background-color: var(--clr-input-border-focus);
}
.clr-input-border-hover {
  color: var(--clr-input-border-hover);
}
.bg-input-border-hover {
  background-color: var(--clr-input-border-hover);
}
.clr-gray-50 {
  color: var(--clr-gray-50);
}
.bg-gray-50 {
  background-color: var(--clr-gray-50);
}
.clr-gray-100 {
  color: var(--clr-gray-100);
}
.bg-gray-100 {
  background-color: var(--clr-gray-100);
}
.clr-gray-200 {
  color: var(--clr-gray-200);
}
.bg-gray-200 {
  background-color: var(--clr-gray-200);
}
.clr-gray-300 {
  color: var(--clr-gray-300);
}
.bg-gray-300 {
  background-color: var(--clr-gray-300);
}
.clr-gray-400 {
  color: var(--clr-gray-400);
}
.bg-gray-400 {
  background-color: var(--clr-gray-400);
}
.clr-gray-500 {
  color: var(--clr-gray-500);
}
.bg-gray-500 {
  background-color: var(--clr-gray-500);
}
.clr-gray-600 {
  color: var(--clr-gray-600);
}
.bg-gray-600 {
  background-color: var(--clr-gray-600);
}
.clr-gray-700 {
  color: var(--clr-gray-700);
}
.bg-gray-700 {
  background-color: var(--clr-gray-700);
}
.clr-gray-800 {
  color: var(--clr-gray-800);
}
.bg-gray-800 {
  background-color: var(--clr-gray-800);
}
.clr-gray-900 {
  color: var(--clr-gray-900);
}
.bg-gray-900 {
  background-color: var(--clr-gray-900);
}
.clr-gray-950 {
  color: var(--clr-gray-950);
}
.bg-gray-950 {
  background-color: var(--clr-gray-950);
}
.clr-secondary-default {
  color: var(--clr-secondary-default);
}
.bg-secondary-default {
  background-color: var(--clr-secondary-default);
}
.clr-secondary-variant {
  color: var(--clr-secondary-variant);
}
.bg-secondary-variant {
  background-color: var(--clr-secondary-variant);
}
.clr-secondary-contrast {
  color: var(--clr-secondary-contrast);
}
.bg-secondary-contrast {
  background-color: var(--clr-secondary-contrast);
}
[data-theme='dark'] .clr-schema {
  color: var(--clr-schema);
}
[data-theme='dark'] .bg-schema {
  background-color: var(--clr-schema);
}
[data-theme='dark'] .clr-ui-text {
  color: var(--clr-ui-text);
}
[data-theme='dark'] .bg-ui-text {
  background-color: var(--clr-ui-text);
}
[data-theme='dark'] .clr-ui-background {
  color: var(--clr-ui-background);
}
[data-theme='dark'] .bg-ui-background {
  background-color: var(--clr-ui-background);
}
[data-theme='dark'] .clr-ui-error-background {
  color: var(--clr-ui-error-background);
}
[data-theme='dark'] .bg-ui-error-background {
  background-color: var(--clr-ui-error-background);
}
[data-theme='dark'] .clr-ui-error-text {
  color: var(--clr-ui-error-text);
}
[data-theme='dark'] .bg-ui-error-text {
  background-color: var(--clr-ui-error-text);
}
[data-theme='dark'] .clr-ui-surface {
  color: var(--clr-ui-surface);
}
[data-theme='dark'] .bg-ui-surface {
  background-color: var(--clr-ui-surface);
}
[data-theme='dark'] .clr-primary-default {
  color: var(--clr-primary-default);
}
[data-theme='dark'] .bg-primary-default {
  background-color: var(--clr-primary-default);
}
[data-theme='dark'] .clr-primary-variant {
  color: var(--clr-primary-variant);
}
[data-theme='dark'] .bg-primary-variant {
  background-color: var(--clr-primary-variant);
}
[data-theme='dark'] .clr-primary-contrast {
  color: var(--clr-primary-contrast);
}
[data-theme='dark'] .bg-primary-contrast {
  background-color: var(--clr-primary-contrast);
}
[data-theme='dark'] .clr-secondary-default {
  color: var(--clr-secondary-default);
}
[data-theme='dark'] .bg-secondary-default {
  background-color: var(--clr-secondary-default);
}
[data-theme='dark'] .clr-secondary-variant {
  color: var(--clr-secondary-variant);
}
[data-theme='dark'] .bg-secondary-variant {
  background-color: var(--clr-secondary-variant);
}
[data-theme='dark'] .clr-secondary-contrast {
  color: var(--clr-secondary-contrast);
}
[data-theme='dark'] .bg-secondary-contrast {
  background-color: var(--clr-secondary-contrast);
}
[data-theme='admin-light'] .clr-schema {
  color: var(--clr-schema);
}
[data-theme='admin-light'] .bg-schema {
  background-color: var(--clr-schema);
}
[data-theme='admin-light'] .clr-ui-text {
  color: var(--clr-ui-text);
}
[data-theme='admin-light'] .bg-ui-text {
  background-color: var(--clr-ui-text);
}
[data-theme='admin-light'] .clr-ui-background {
  color: var(--clr-ui-background);
}
[data-theme='admin-light'] .bg-ui-background {
  background-color: var(--clr-ui-background);
}
[data-theme='admin-light'] .clr-ui-error-background {
  color: var(--clr-ui-error-background);
}
[data-theme='admin-light'] .bg-ui-error-background {
  background-color: var(--clr-ui-error-background);
}
[data-theme='admin-light'] .clr-ui-error-text {
  color: var(--clr-ui-error-text);
}
[data-theme='admin-light'] .bg-ui-error-text {
  background-color: var(--clr-ui-error-text);
}
[data-theme='admin-light'] .clr-ui-surface {
  color: var(--clr-ui-surface);
}
[data-theme='admin-light'] .bg-ui-surface {
  background-color: var(--clr-ui-surface);
}
[data-theme='admin-light'] .clr-sementic-blue {
  color: var(--clr-sementic-blue);
}
[data-theme='admin-light'] .bg-sementic-blue {
  background-color: var(--clr-sementic-blue);
}
[data-theme='admin-light'] .clr-sementic-green {
  color: var(--clr-sementic-green);
}
[data-theme='admin-light'] .bg-sementic-green {
  background-color: var(--clr-sementic-green);
}
[data-theme='admin-light'] .clr-sementic-skyblue {
  color: var(--clr-sementic-skyblue);
}
[data-theme='admin-light'] .bg-sementic-skyblue {
  background-color: var(--clr-sementic-skyblue);
}
[data-theme='admin-light'] .clr-sementic-red {
  color: var(--clr-sementic-red);
}
[data-theme='admin-light'] .bg-sementic-red {
  background-color: var(--clr-sementic-red);
}
[data-theme='admin-light'] .clr-sementic-yellow {
  color: var(--clr-sementic-yellow);
}
[data-theme='admin-light'] .bg-sementic-yellow {
  background-color: var(--clr-sementic-yellow);
}
[data-theme='admin-light'] .clr-primary-default {
  color: var(--clr-primary-default);
}
[data-theme='admin-light'] .bg-primary-default {
  background-color: var(--clr-primary-default);
}
[data-theme='admin-light'] .clr-primary-variant {
  color: var(--clr-primary-variant);
}
[data-theme='admin-light'] .bg-primary-variant {
  background-color: var(--clr-primary-variant);
}
[data-theme='admin-light'] .clr-primary-contrast {
  color: var(--clr-primary-contrast);
}
[data-theme='admin-light'] .bg-primary-contrast {
  background-color: var(--clr-primary-contrast);
}
[data-theme='admin-light'] .clr-secondary-default {
  color: var(--clr-secondary-default);
}
[data-theme='admin-light'] .bg-secondary-default {
  background-color: var(--clr-secondary-default);
}
[data-theme='admin-light'] .clr-secondary-variant {
  color: var(--clr-secondary-variant);
}
[data-theme='admin-light'] .bg-secondary-variant {
  background-color: var(--clr-secondary-variant);
}
[data-theme='admin-light'] .clr-secondary-contrast {
  color: var(--clr-secondary-contrast);
}
[data-theme='admin-light'] .bg-secondary-contrast {
  background-color: var(--clr-secondary-contrast);
}
[data-theme='admin-dark'] .clr-schema {
  color: var(--clr-schema);
}
[data-theme='admin-dark'] .bg-schema {
  background-color: var(--clr-schema);
}
[data-theme='admin-dark'] .clr-ui-text {
  color: var(--clr-ui-text);
}
[data-theme='admin-dark'] .bg-ui-text {
  background-color: var(--clr-ui-text);
}
[data-theme='admin-dark'] .clr-ui-background {
  color: var(--clr-ui-background);
}
[data-theme='admin-dark'] .bg-ui-background {
  background-color: var(--clr-ui-background);
}
[data-theme='admin-dark'] .clr-ui-error-background {
  color: var(--clr-ui-error-background);
}
[data-theme='admin-dark'] .bg-ui-error-background {
  background-color: var(--clr-ui-error-background);
}
[data-theme='admin-dark'] .clr-ui-error-text {
  color: var(--clr-ui-error-text);
}
[data-theme='admin-dark'] .bg-ui-error-text {
  background-color: var(--clr-ui-error-text);
}
[data-theme='admin-dark'] .clr-ui-surface {
  color: var(--clr-ui-surface);
}
[data-theme='admin-dark'] .bg-ui-surface {
  background-color: var(--clr-ui-surface);
}
[data-theme='admin-dark'] .clr-primary-default {
  color: var(--clr-primary-default);
}
[data-theme='admin-dark'] .bg-primary-default {
  background-color: var(--clr-primary-default);
}
[data-theme='admin-dark'] .clr-primary-variant {
  color: var(--clr-primary-variant);
}
[data-theme='admin-dark'] .bg-primary-variant {
  background-color: var(--clr-primary-variant);
}
[data-theme='admin-dark'] .clr-primary-contrast {
  color: var(--clr-primary-contrast);
}
[data-theme='admin-dark'] .bg-primary-contrast {
  background-color: var(--clr-primary-contrast);
}
[data-theme='admin-dark'] .clr-secondary-default {
  color: var(--clr-secondary-default);
}
[data-theme='admin-dark'] .bg-secondary-default {
  background-color: var(--clr-secondary-default);
}
[data-theme='admin-dark'] .clr-secondary-variant {
  color: var(--clr-secondary-variant);
}
[data-theme='admin-dark'] .bg-secondary-variant {
  background-color: var(--clr-secondary-variant);
}
[data-theme='admin-dark'] .clr-secondary-contrast {
  color: var(--clr-secondary-contrast);
}
[data-theme='admin-dark'] .bg-secondary-contrast {
  background-color: var(--clr-secondary-contrast);
}
.no-heading-1 {
  font-size: clamp(3.2rem, 3.1067961165vw + 2.0349514563rem, 8rem);
  line-height: 1.31;
  font-weight: 500;
}
.no-heading-2 {
  font-size: clamp(2.8rem, 2.3300970874vw + 1.9262135922rem, 6.4rem);
  line-height: 1.31;
  font-weight: 600;
}
.no-heading-3 {
  font-size: clamp(2.8rem, 1.8122977346vw + 2.1203883495rem, 5.6rem);
  line-height: 1.31;
  font-weight: 600;
}
.no-heading-4 {
  font-size: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  line-height: 1.31;
  font-weight: 600;
}
.no-heading-5 {
  font-size: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  font-weight: 700;
}
.no-heading-6 {
  font-size: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
  font-weight: 600;
}
.no-heading-7 {
  font-size: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  font-weight: 600;
}
.no-heading-8 {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  font-weight: 600;
}
.no-body-1 {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  line-height: 1.31;
  font-weight: 500;
}
.no-body-2 {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  font-weight: 400;
}
.no-body-3 {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  font-weight: 400;
}
.no-body-4 {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 400;
}
.no-body-5 {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  font-weight: 400;
}
.no-body-6 {
  font-size: clamp(1.1rem, 0.0647249191vw + 1.0757281553rem, 1.2rem);
  font-weight: 400;
}
.no-body-7 {
  font-size: clamp(1.2rem, 0.3883495146vw + 1.054368932rem, 1.8rem);
  font-weight: 400;
}
.no-display-1 {
  font-size: clamp(20rem, 5.6957928803vw + 17.8640776699rem, 28.8rem);
  line-height: 1;
  font-weight: 700;
}
.no-display-2 {
  font-size: clamp(12.8rem, 4.6601941748vw + 11.0524271845rem, 20rem);
  line-height: 1;
  font-weight: 700;
}
.no-display-3 {
  font-size: clamp(4rem, 5.6957928803vw + 1.8640776699rem, 12.8rem);
  line-height: 1;
  font-weight: 700;
}
.no-display-4 {
  font-size: clamp(2.4rem, 4.142394822vw + 0.8466019417rem, 8.8rem);
  line-height: 1;
  font-weight: 700;
}
.no-section-xl {
  padding-top: clamp(12.8rem, 8.284789644vw + 9.6932038835rem, 25.6rem);
  padding-bottom: clamp(12.8rem, 8.284789644vw + 9.6932038835rem, 25.6rem);
}
.no-section-xl--top {
  padding-top: clamp(12.8rem, 8.284789644vw + 9.6932038835rem, 25.6rem);
}
.no-section-xl--bottom {
  padding-bottom: clamp(12.8rem, 8.284789644vw + 9.6932038835rem, 25.6rem);
}
.no-section-xl--left {
  padding-left: clamp(12.8rem, 8.284789644vw + 9.6932038835rem, 25.6rem);
}
.no-section-xl--right {
  padding-right: clamp(12.8rem, 8.284789644vw + 9.6932038835rem, 25.6rem);
}
.no-section-lg {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-section-lg--top {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-section-lg--bottom {
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-section-lg--left {
  padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-section-lg--right {
  padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-section-md {
  padding-top: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
  padding-bottom: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.no-section-md--top {
  padding-top: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.no-section-md--bottom {
  padding-bottom: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.no-section-md--left {
  padding-left: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.no-section-md--right {
  padding-right: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.no-section-sm {
  padding-top: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  padding-bottom: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-section-sm--top {
  padding-top: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-section-sm--bottom {
  padding-bottom: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-section-sm--left {
  padding-left: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-section-sm--right {
  padding-right: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-pd-0 {
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  padding-left: clamp(0rem, 0vw + 0rem, 0rem);
  padding-right: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-pd-0--top {
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-pd-0--bottom {
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-pd-0--left {
  padding-left: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-pd-0--right {
  padding-right: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-pd-0--tb {
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-pd-4 {
  padding-top: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  padding-bottom: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  padding-left: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  padding-right: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-pd-4--top {
  padding-top: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-pd-4--bottom {
  padding-bottom: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-pd-4--left {
  padding-left: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-pd-4--right {
  padding-right: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-pd-4--tb {
  padding-top: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  padding-bottom: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-pd-6 {
  padding-top: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  padding-bottom: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  padding-left: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  padding-right: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-pd-6--top {
  padding-top: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-pd-6--bottom {
  padding-bottom: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-pd-6--left {
  padding-left: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-pd-6--right {
  padding-right: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-pd-6--tb {
  padding-top: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  padding-bottom: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-pd-8 {
  padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  padding-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  padding-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-pd-8--top {
  padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-pd-8--bottom {
  padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-pd-8--left {
  padding-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-pd-8--right {
  padding-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-pd-8--tb {
  padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-pd-10 {
  padding-top: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  padding-bottom: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  padding-left: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  padding-right: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-pd-10--top {
  padding-top: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-pd-10--bottom {
  padding-bottom: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-pd-10--left {
  padding-left: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-pd-10--right {
  padding-right: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-pd-10--tb {
  padding-top: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  padding-bottom: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-pd-12 {
  padding-top: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  padding-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  padding-left: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  padding-right: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pd-12--top {
  padding-top: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pd-12--bottom {
  padding-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pd-12--left {
  padding-left: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pd-12--right {
  padding-right: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pd-12--tb {
  padding-top: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  padding-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pd-16 {
  padding-top: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  padding-bottom: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  padding-left: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  padding-right: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-pd-16--top {
  padding-top: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-pd-16--bottom {
  padding-bottom: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-pd-16--left {
  padding-left: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-pd-16--right {
  padding-right: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-pd-16--tb {
  padding-top: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  padding-bottom: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-pd-20 {
  padding-top: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  padding-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  padding-left: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  padding-right: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-pd-20--top {
  padding-top: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-pd-20--bottom {
  padding-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-pd-20--left {
  padding-left: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-pd-20--right {
  padding-right: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-pd-20--tb {
  padding-top: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  padding-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-pd-24 {
  padding-top: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  padding-bottom: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  padding-left: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  padding-right: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-pd-24--top {
  padding-top: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-pd-24--bottom {
  padding-bottom: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-pd-24--left {
  padding-left: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-pd-24--right {
  padding-right: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-pd-24--tb {
  padding-top: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  padding-bottom: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-pd-30 {
  padding-top: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  padding-bottom: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  padding-left: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  padding-right: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-pd-30--top {
  padding-top: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-pd-30--bottom {
  padding-bottom: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-pd-30--left {
  padding-left: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-pd-30--right {
  padding-right: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-pd-30--tb {
  padding-top: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  padding-bottom: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-pd-32 {
  padding-top: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  padding-bottom: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  padding-left: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  padding-right: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-pd-32--top {
  padding-top: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-pd-32--bottom {
  padding-bottom: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-pd-32--left {
  padding-left: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-pd-32--right {
  padding-right: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-pd-32--tb {
  padding-top: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  padding-bottom: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-pd-34 {
  padding-top: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  padding-bottom: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  padding-left: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  padding-right: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-pd-34--top {
  padding-top: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-pd-34--bottom {
  padding-bottom: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-pd-34--left {
  padding-left: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-pd-34--right {
  padding-right: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-pd-34--tb {
  padding-top: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  padding-bottom: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-pd-38 {
  padding-top: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  padding-bottom: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  padding-left: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  padding-right: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-pd-38--top {
  padding-top: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-pd-38--bottom {
  padding-bottom: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-pd-38--left {
  padding-left: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-pd-38--right {
  padding-right: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-pd-38--tb {
  padding-top: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  padding-bottom: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-pd-40 {
  padding-top: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  padding-bottom: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  padding-left: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  padding-right: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-pd-40--top {
  padding-top: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-pd-40--bottom {
  padding-bottom: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-pd-40--left {
  padding-left: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-pd-40--right {
  padding-right: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-pd-40--tb {
  padding-top: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  padding-bottom: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-pd-48 {
  padding-top: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  padding-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  padding-left: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  padding-right: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-pd-48--top {
  padding-top: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-pd-48--bottom {
  padding-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-pd-48--left {
  padding-left: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-pd-48--right {
  padding-right: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-pd-48--tb {
  padding-top: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  padding-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-pd-56 {
  padding-top: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  padding-bottom: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  padding-left: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  padding-right: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-pd-56--top {
  padding-top: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-pd-56--bottom {
  padding-bottom: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-pd-56--left {
  padding-left: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-pd-56--right {
  padding-right: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-pd-56--tb {
  padding-top: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  padding-bottom: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-pd-60 {
  padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  padding-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  padding-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-pd-60--top {
  padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-pd-60--bottom {
  padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-pd-60--left {
  padding-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-pd-60--right {
  padding-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-pd-60--tb {
  padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-pd-64 {
  padding-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-left: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-right: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-pd-64--top {
  padding-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-pd-64--bottom {
  padding-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-pd-64--left {
  padding-left: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-pd-64--right {
  padding-right: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-pd-64--tb {
  padding-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-pd-80 {
  padding-top: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  padding-bottom: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  padding-left: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  padding-right: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-pd-80--top {
  padding-top: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-pd-80--bottom {
  padding-bottom: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-pd-80--left {
  padding-left: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-pd-80--right {
  padding-right: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-pd-80--tb {
  padding-top: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  padding-bottom: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-pd-100 {
  padding-top: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  padding-bottom: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  padding-left: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  padding-right: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-pd-100--top {
  padding-top: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-pd-100--bottom {
  padding-bottom: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-pd-100--left {
  padding-left: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-pd-100--right {
  padding-right: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-pd-100--tb {
  padding-top: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  padding-bottom: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-pd-120 {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  padding-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  padding-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-120--top {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-120--bottom {
  padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-120--left {
  padding-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-120--right {
  padding-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-120--tb {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-128 {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-pd-128--top {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-pd-128--bottom {
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-pd-128--left {
  padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-pd-128--right {
  padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-pd-128--tb {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-pd-162 {
  padding-top: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  padding-bottom: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  padding-left: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  padding-right: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-pd-162--top {
  padding-top: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-pd-162--bottom {
  padding-bottom: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-pd-162--left {
  padding-left: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-pd-162--right {
  padding-right: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-pd-162--tb {
  padding-top: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  padding-bottom: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-mg-0 {
  margin-top: clamp(0rem, 0vw + 0rem, 0rem);
  margin-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  margin-left: clamp(0rem, 0vw + 0rem, 0rem);
  margin-right: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-mg-0--top {
  margin-top: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-mg-0--bottom {
  margin-bottom: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-mg-0--left {
  margin-left: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-mg-0--right {
  margin-right: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-mg-4 {
  margin-top: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  margin-bottom: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  margin-left: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  margin-right: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-mg-4--top {
  margin-top: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-mg-4--bottom {
  margin-bottom: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-mg-4--left {
  margin-left: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-mg-4--right {
  margin-right: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-mg-6 {
  margin-top: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  margin-bottom: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  margin-left: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  margin-right: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-mg-6--top {
  margin-top: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-mg-6--bottom {
  margin-bottom: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-mg-6--left {
  margin-left: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-mg-6--right {
  margin-right: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-mg-8 {
  margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  margin-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  margin-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  margin-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-mg-8--top {
  margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-mg-8--bottom {
  margin-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-mg-8--left {
  margin-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-mg-8--right {
  margin-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-mg-10 {
  margin-top: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  margin-bottom: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  margin-left: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
  margin-right: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-mg-10--top {
  margin-top: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-mg-10--bottom {
  margin-bottom: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-mg-10--left {
  margin-left: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-mg-10--right {
  margin-right: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-mg-12 {
  margin-top: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  margin-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  margin-left: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  margin-right: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-mg-12--top {
  margin-top: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-mg-12--bottom {
  margin-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-mg-12--left {
  margin-left: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-mg-12--right {
  margin-right: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-mg-16 {
  margin-top: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  margin-bottom: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  margin-left: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  margin-right: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-mg-16--top {
  margin-top: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-mg-16--bottom {
  margin-bottom: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-mg-16--left {
  margin-left: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-mg-16--right {
  margin-right: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-mg-20 {
  margin-top: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  margin-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  margin-left: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  margin-right: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-mg-20--top {
  margin-top: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-mg-20--bottom {
  margin-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-mg-20--left {
  margin-left: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-mg-20--right {
  margin-right: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-mg-24 {
  margin-top: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  margin-bottom: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  margin-left: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  margin-right: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-mg-24--top {
  margin-top: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-mg-24--bottom {
  margin-bottom: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-mg-24--left {
  margin-left: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-mg-24--right {
  margin-right: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-mg-30 {
  margin-top: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  margin-bottom: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  margin-left: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
  margin-right: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-mg-30--top {
  margin-top: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-mg-30--bottom {
  margin-bottom: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-mg-30--left {
  margin-left: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-mg-30--right {
  margin-right: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-mg-32 {
  margin-top: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  margin-bottom: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  margin-left: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  margin-right: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-mg-32--top {
  margin-top: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-mg-32--bottom {
  margin-bottom: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-mg-32--left {
  margin-left: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-mg-32--right {
  margin-right: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-mg-34 {
  margin-top: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  margin-bottom: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  margin-left: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  margin-right: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-mg-34--top {
  margin-top: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-mg-34--bottom {
  margin-bottom: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-mg-34--left {
  margin-left: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-mg-34--right {
  margin-right: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-mg-38 {
  margin-top: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  margin-bottom: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  margin-left: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  margin-right: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-mg-38--top {
  margin-top: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-mg-38--bottom {
  margin-bottom: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-mg-38--left {
  margin-left: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-mg-38--right {
  margin-right: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-mg-40 {
  margin-top: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  margin-bottom: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  margin-left: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  margin-right: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-mg-40--top {
  margin-top: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-mg-40--bottom {
  margin-bottom: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-mg-40--left {
  margin-left: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-mg-40--right {
  margin-right: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-mg-48 {
  margin-top: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  margin-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  margin-left: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  margin-right: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-mg-48--top {
  margin-top: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-mg-48--bottom {
  margin-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-mg-48--left {
  margin-left: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-mg-48--right {
  margin-right: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-mg-56 {
  margin-top: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  margin-bottom: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  margin-left: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
  margin-right: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-mg-56--top {
  margin-top: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-mg-56--bottom {
  margin-bottom: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-mg-56--left {
  margin-left: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-mg-56--right {
  margin-right: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-mg-60 {
  margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  margin-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  margin-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-mg-60--top {
  margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-mg-60--bottom {
  margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-mg-60--left {
  margin-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-mg-60--right {
  margin-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-mg-64 {
  margin-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  margin-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  margin-left: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  margin-right: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-mg-64--top {
  margin-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-mg-64--bottom {
  margin-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-mg-64--left {
  margin-left: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-mg-64--right {
  margin-right: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-mg-80 {
  margin-top: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  margin-bottom: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  margin-left: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  margin-right: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-mg-80--top {
  margin-top: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-mg-80--bottom {
  margin-bottom: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-mg-80--left {
  margin-left: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-mg-80--right {
  margin-right: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-mg-100 {
  margin-top: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  margin-bottom: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  margin-left: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
  margin-right: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-mg-100--top {
  margin-top: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-mg-100--bottom {
  margin-bottom: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-mg-100--left {
  margin-left: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-mg-100--right {
  margin-right: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-mg-120 {
  margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  margin-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  margin-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  margin-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-mg-120--top {
  margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-mg-120--bottom {
  margin-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-mg-120--left {
  margin-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-mg-120--right {
  margin-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-mg-128 {
  margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-mg-128--top {
  margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-mg-128--bottom {
  margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-mg-128--left {
  margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-mg-128--right {
  margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-mg-162 {
  margin-top: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  margin-bottom: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  margin-left: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
  margin-right: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-mg-162--top {
  margin-top: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-mg-162--bottom {
  margin-bottom: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-mg-162--left {
  margin-left: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-mg-162--right {
  margin-right: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-round-0 {
  overflow: hidden;
  border-radius: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-round-0--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-round-0--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-round-0--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-round-0--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-round-4 {
  overflow: hidden;
  border-radius: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-round-4--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-round-4--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-round-4--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-round-4--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-round-6 {
  overflow: hidden;
  border-radius: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-round-6--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-round-6--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-round-6--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-round-6--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-round-8 {
  overflow: hidden;
  border-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-round-8--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-round-8--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-round-8--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-round-8--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-round-10 {
  overflow: hidden;
  border-radius: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-round-10--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-round-10--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-round-10--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-round-10--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-round-12 {
  overflow: hidden;
  border-radius: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-round-12--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-round-12--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-round-12--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-round-12--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-round-16 {
  overflow: hidden;
  border-radius: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-round-16--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-round-16--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-round-16--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-round-16--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-round-20 {
  overflow: hidden;
  border-radius: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-round-20--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-round-20--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-round-20--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-round-20--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-round-24 {
  overflow: hidden;
  border-radius: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-round-24--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-round-24--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-round-24--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-round-24--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-round-30 {
  overflow: hidden;
  border-radius: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-round-30--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-round-30--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-round-30--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-round-30--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-round-32 {
  overflow: hidden;
  border-radius: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-round-32--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-round-32--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-round-32--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-round-32--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-round-34 {
  overflow: hidden;
  border-radius: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-round-34--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-round-34--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-round-34--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-round-34--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-round-38 {
  overflow: hidden;
  border-radius: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-round-38--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-round-38--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-round-38--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-round-38--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-round-40 {
  overflow: hidden;
  border-radius: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-round-40--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-round-40--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-round-40--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-round-40--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-round-48 {
  overflow: hidden;
  border-radius: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-round-48--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-round-48--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-round-48--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-round-48--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-round-56 {
  overflow: hidden;
  border-radius: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-round-56--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-round-56--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-round-56--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-round-56--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-round-60 {
  overflow: hidden;
  border-radius: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-round-60--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-round-60--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-round-60--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-round-60--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-round-64 {
  overflow: hidden;
  border-radius: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-round-64--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-round-64--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-round-64--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-round-64--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-round-80 {
  overflow: hidden;
  border-radius: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-round-80--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-round-80--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-round-80--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-round-80--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-round-100 {
  overflow: hidden;
  border-radius: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-round-100--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-round-100--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-round-100--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-round-100--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-round-120 {
  overflow: hidden;
  border-radius: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-round-120--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-round-120--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-round-120--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-round-120--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-round-128 {
  overflow: hidden;
  border-radius: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-round-128--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-round-128--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-round-128--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-round-128--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-round-162 {
  overflow: hidden;
  border-radius: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-round-162--top-left {
  overflow: hidden;
  border-top-left-radius: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-round-162--top-right {
  overflow: hidden;
  border-top-right-radius: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-round-162--bottom-left {
  overflow: hidden;
  border-bottom-left-radius: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-round-162--bottom-right {
  overflow: hidden;
  border-bottom-right-radius: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-gap-0 {
  gap: clamp(0rem, 0vw + 0rem, 0rem);
}
.no-gap-4 {
  gap: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
}
.no-gap-6 {
  gap: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
}
.no-gap-8 {
  gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-gap-10 {
  gap: clamp(0.7rem, 0.1941747573vw + 0.627184466rem, 1rem);
}
.no-gap-12 {
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-gap-16 {
  gap: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
}
.no-gap-20 {
  gap: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-gap-24 {
  gap: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-gap-30 {
  gap: clamp(2.2rem, 0.5177993528vw + 2.0058252427rem, 3rem);
}
.no-gap-32 {
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-gap-34 {
  gap: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.no-gap-38 {
  gap: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
}
.no-gap-40 {
  gap: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
}
.no-gap-48 {
  gap: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-gap-56 {
  gap: clamp(3.6rem, 1.2944983819vw + 3.1145631068rem, 5.6rem);
}
.no-gap-60 {
  gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-gap-64 {
  gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-gap-80 {
  gap: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
}
.no-gap-100 {
  gap: clamp(5.4rem, 2.9773462783vw + 4.2834951456rem, 10rem);
}
.no-gap-120 {
  gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-gap-128 {
  gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-gap-162 {
  gap: clamp(8.2rem, 5.1779935275vw + 6.2582524272rem, 16.2rem);
}
.no-fluid-container-xs {
  max-width: 375pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-xs {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1664px) {
  .no-container-xs {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-fluid-container-sm {
  max-width: 544pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-sm {
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1664px) {
  .no-container-sm {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-fluid-container-md {
  max-width: 768pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-md {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1664px) {
  .no-container-md {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-fluid-container-lg {
  max-width: 1024pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-lg {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1664px) {
  .no-container-lg {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-fluid-container-xl {
  max-width: 1280pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-xl {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1664px) {
  .no-container-xl {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-fluid-container-2xl {
  max-width: 1664pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-2xl {
  max-width: 1664px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1664px) {
  .no-container-2xl {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-fluid-container-3xl {
  max-width: 1704pxpx;
  padding-left: var(--container-margin);
  padding-right: var(--container-margin);
  margin-left: auto;
  margin-right: auto;
}
.no-container-3xl {
  max-width: 1704px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1664px) {
  .no-container-3xl {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.no-ar-square {
  aspect-ratio: 1 / 1;
}
.no-ar-video {
  aspect-ratio: 16 / 9;
}
.no-ar-portrait {
  aspect-ratio: 3 / 4;
}
.no-ar-landscape {
  aspect-ratio: 4 / 3;
}
.no-ar-widescreen {
  aspect-ratio: 21 / 9;
}
.no-ar-cinematic {
  aspect-ratio: 2.35 / 1;
}
.no-ar-golden {
  aspect-ratio: 1.618 / 1;
}
.no-row {
  display: flex;
  margin-left: calc(var(--gutter-x) * -0.5);
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-top: calc(var(--gutter-y) * -1);
  flex-wrap: wrap;
}
.no-row > * {
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}
.no-col {
  flex: 1 0 0%;
}
.no-col-1 {
  width: 8.3333333333%;
  max-width: 100%;
}
.no-col-2 {
  width: 16.6666666667%;
  max-width: 100%;
}
.no-col-3 {
  width: 25%;
  max-width: 100%;
}
.no-col-4 {
  width: 33.3333333333%;
  max-width: 100%;
}
.no-col-5 {
  width: 41.6666666667%;
  max-width: 100%;
}
.no-col-6 {
  width: 50%;
  max-width: 100%;
}
.no-col-7 {
  width: 58.3333333333%;
  max-width: 100%;
}
.no-col-8 {
  width: 66.6666666667%;
  max-width: 100%;
}
.no-col-9 {
  width: 75%;
  max-width: 100%;
}
.no-col-10 {
  width: 83.3333333333%;
  max-width: 100%;
}
.no-col-11 {
  width: 91.6666666667%;
  max-width: 100%;
}
.no-col-12 {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 375px) {
  .no-col-xs-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1664px) {
  .no-col-2xl-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1704px) {
  .no-col-3xl-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-1 {
    width: 8.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .no-col-xs-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1664px) {
  .no-col-2xl-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1704px) {
  .no-col-3xl-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-2 {
    width: 16.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .no-col-xs-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 1664px) {
  .no-col-2xl-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 1704px) {
  .no-col-3xl-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-3 {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .no-col-xs-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1664px) {
  .no-col-2xl-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1704px) {
  .no-col-3xl-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-4 {
    width: 33.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .no-col-xs-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1664px) {
  .no-col-2xl-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1704px) {
  .no-col-3xl-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-5 {
    width: 41.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .no-col-xs-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 1664px) {
  .no-col-2xl-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 1704px) {
  .no-col-3xl-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-6 {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .no-col-xs-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1664px) {
  .no-col-2xl-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1704px) {
  .no-col-3xl-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-7 {
    width: 58.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .no-col-xs-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1664px) {
  .no-col-2xl-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1704px) {
  .no-col-3xl-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-8 {
    width: 66.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .no-col-xs-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 1664px) {
  .no-col-2xl-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 1704px) {
  .no-col-3xl-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-9 {
    width: 75%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .no-col-xs-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1664px) {
  .no-col-2xl-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 1704px) {
  .no-col-3xl-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-10 {
    width: 83.3333333333%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .no-col-xs-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1664px) {
  .no-col-2xl-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 1704px) {
  .no-col-3xl-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-11 {
    width: 91.6666666667%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .no-col-xs-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 544px) {
  .no-col-sm-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-col-md-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .no-col-lg-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .no-col-xl-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1664px) {
  .no-col-2xl-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1704px) {
  .no-col-3xl-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: ) {
  .no-col-default-12 {
    width: 100%;
    max-width: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}
body {
  background: var(--clr-ui-white);
  color: var(--clr-ui-black);
  color-scheme: var(--clr-schema);
  line-height: 1.31;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-family: Pretendard;
  line-height: 1.51;
  overflow-x: hidden;
}
::selection {
  background: var(--clr-ui-black);
  color: var(--clr-ui-white);
}
ul,
ol {
  list-style: none;
}
img {
  width: 100%;
}
a {
  color: var(--clr-ui-black);
  text-decoration: none;
  display: block;
}
em,
address {
  font-style: normal;
}
button {
  background: none;
  border: none;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-family: var(--family-en-body);
  cursor: pointer;
  line-height: var(--lh-base);
}
label {
  cursor: pointer;
}
textarea {
  resize: none;
}
input,
textarea,
select,
option {
  border: none;
  outline: none;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
input,
textarea,
select,
option {
  border: none;
  outline: none;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
b {
  font-weight: 700;
}
@media (max-width: 768px) {
  br {
    display: none;
  }
}
@font-face {
  font-family: 'Red Hat Display';
  src: url('/resource/vendor/fonts/red_hat_display/static/RedHatDisplay-ExtraBold.ttf');
  font-weight: 800;
}
@font-face {
  font-family: 'Red Hat Display';
  src: url('/resource/vendor/fonts/red_hat_display/static/RedHatDisplay-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Red Hat Display';
  src: url('/resource/vendor/fonts/red_hat_display/static/RedHatDisplay-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Red Hat Display';
  src: url('/resource/vendor/fonts/red_hat_display/static/RedHatDisplay-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'Red Hat Display';
  src: url('/resource/vendor/fonts/red_hat_display/static/RedHatDisplay-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Pretendard';
  src: url('/resource/vendor/fonts/Pretendard/web/static/woff2/Pretendard-Bold.woff2');
  font-weight: 700;
}

@font-face {
  font-family: 'Pretendard';
  src: url('/resource/vendor/fonts/Pretendard/web/static/woff2/Pretendard-SemiBold.woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'Pretendard';
  src: url('/resource/vendor/fonts/Pretendard/web/static/woff2/Pretendard-Medium.woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'Pretendard';
  src: url('/resource/vendor/fonts/Pretendard/web/static/woff2/Pretendard-Regular.woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Pretendard';
  src: url('/resource/vendor/fonts/Pretendard/web/static/woff2/Pretendard-Light.woff2');
  font-weight: 300;
}

* {
  word-break: keep-all;
}
.container {
  width: 100%;
}
.marquee-content {
  display: flex;
  gap: 1rem;
}
.marquee-content span {
  font-family: 'Clash Display', sans-serif;
  font-size: 20vw;
  font-weight: 700;
}
.of-h {
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase;
}
img {
  transition: var(--default-transition);
}
a:hover .img img {
  transform: scale(1.04);
}
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.reverse {
  order: 2;
}
.info {
  font-size: clamp(1.3rem, 0.0647249191vw + 1.2757281553rem, 1.4rem);
  color: var(--clr-gray-700);
}
.t-center {
  text-align: center;
}
.fm-title {
  font-family: var(--family-en-heading);
}
.fm-body {
  font-family: var(--family-en-body);
}
.h-24 {
  height: 2.4rem;
}
.w-100 {
  width: 100%;
}
.fw-400 {
  font-weight: 400;
}
.fw-700 {
  font-weight: 700;
}
.h-100 {
  height: 100%;
}
@media (max-width: 544px) {
  .sm-w-100 {
    width: 100%;
  }
}
.notice {
  color: var(--clr-ui-success-background);
}
.tag {
  font-size: clamp(1.7rem, 0.2588996764vw + 1.6029126214rem, 2.1rem);
  font-weight: 400;
  padding: 0.8rem 1.6rem;
  border-radius: 5rem;
  display: inline-flex;
}
.tag-bg--primary {
  background: var(--clr-primary-default);
  color: var(--clr-ui-white);
}
.symbol {
  width: clamp(12rem, 11.6504854369vw + 7.6310679612rem, 30rem);
}
@media (max-width: 544px) {
  .symbol {
    display: none;
  }
}
.symbol-color--yellow {
  color: #f5b401;
}
.symbol-color--red {
  color: #f05133;
}
.symbol-color--blue {
  color: #00acc5;
}
@media (max-width: 1024px) {
  .symbol-wrap {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .symbol-wrap {
    grid-template-columns: 8fr 4fr !important;
  }
}
@media (max-width: 544px) {
  .symbol-wrap {
    grid-template-columns: 1fr !important;
  }
}
#accordion ul > li {
  border-radius: clamp(0.3rem, 0.1941747573vw + 0.227184466rem, 0.6rem);
  overflow: hidden;
}
#accordion ul > li .tag {
  transition: var(--default-transition);
}
@media (max-width: 768px) {
  #accordion ul > li .tag {
    display: none;
  }
}
#accordion ul > li > button {
  background: var(--clr-gray-50);
  padding: 2rem 3.6rem;
  transition: var(--default-transition);
}
@media (max-width: 768px) {
  #accordion ul > li > button {
    padding: 1.4rem 2.4rem;
  }
}
#accordion ul > li > button.active {
  background: var(--clr-primary-default);
  color: var(--clr-ui-white);
}
#accordion ul > li > button.active .tag {
  background: var(--clr-ui-white);
  color: var(--clr-primary-default);
}
#accordion ul > li > button.active .arrow {
  transform: rotate(180deg);
}
#accordion ul > li .inner {
  padding: 2rem 3.6rem;
  background: var(--clr-gray-50);
  display: none;
}
@media (max-width: 768px) {
  #accordion ul > li .inner {
    padding: 1.4rem 2.4rem;
  }
}
#accordion ul > li p {
  text-align: start;
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
#accordion ul > li .arrow {
  font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  transition: var(--default-transition);
}
.bullet {
  position: relative;
  padding-left: 1.6rem;
}
.bullet::after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--clr-gray-800);
}
.circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 20rem;
}
.circle svg {
  width: 100%;
}
.quote {
  position: absolute;
}
.quote-1 {
  left: -3rem;
  top: -1rem;
}
.quote-2 {
  right: 5rem;
}
.pos-r {
  position: relative;
}
.date {
  color: #9a9a9a;
  font-weight: 400;
}
.font-en {
  font-family: 'Red Hat Display';
}
.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
img {
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.no-pagi-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-pagi-div .arrow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}
.no-pagi-div__list {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 0.1294498382vw + 0.5514563107rem, 0.8rem);
  text-align: center;
}
.no-pagi-div__list li a {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.65rem 1.2rem;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: var(--clr-ui-subtxt);
}
.no-pagi-div__list li a.active {
  width: 100%;
  background-color: var(--clr-ui-blue);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.no-pagi-div__list li a:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.04);
}
.no-pagi-div__list li a.active:hover {
  width: 100%;
  background-color:  var(--clr-ui-black);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.before-rm::before {
  display: none !important;
}
.text_low {
  transform: translateY(clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem));
  position: relative;
  z-index: 2;
  width: clamp(10rem, 3.8834951456vw + 8.5436893204rem, 16rem);
  height: clamp(4.2rem, 0.9061488673vw + 3.8601941748rem, 5.6rem);
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  gap: clamp(1rem, 0.9061488673vw + 0.6601941748rem, 2.4rem);
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1200;
}
.modal .modal_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .close-btn {
  position: absolute;
  right: 8rem;
  top: -4rem;
  z-index: 1300;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
}
.modal .close-btn:hover {
  background-color: #a99473;
}
@media (max-width: 1024px) {
  .modal .close-btn {
    right: 50%;
    top: auto;
    bottom: -6rem;
  }
}
.modal .close-btn i {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
.modal__inner {
  width: 100%;
  max-width: 768px;
  height: 58rem;
  margin: 0 auto;
  background-color: #fff;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.modal__inner .policy-box {
  width: 100%;
}
.modal__inner .policy-box p {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
  color: #333;
}
.modal__inner .policy-box span {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  display: block;
  margin-bottom: 15px;
}
.modal__inner .policy-box ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.modal__inner .policy-box ul li {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}
.modal__inner .policy-box li:last-child {
  margin-bottom: 0;
}
.no-form-search {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.no-form-search .search {
  width: 100%;
  width: clamp(26rem, 6.4724919094vw + 23.572815534rem, 36rem);
  height: clamp(4.8rem, 0.4530744337vw + 4.6300970874rem, 5.5rem);
  padding: 1.4rem clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  border: 1px solid #ddd;
  font-family: 'Pretendard';
  color: #767676;
}
@media (max-width: 768px) {
  .no-form-search .search {
    width: 100%;
  }
}
.no-form-search .search:focus {
  box-shadow:
    rgba(22, 63, 91, 0.2) 0px 0px 5px 0px,
    rgba(22, 63, 91, 0.15) 0px 0px 1px 0px;
}
.no-form-search .search_control {
  position: absolute;
  right: clamp(1.6rem, 0.7766990291vw + 1.3087378641rem, 2.8rem);
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  color: #767676;
  font-size: clamp(1.1rem, 0.1941747573vw + 1.027184466rem, 1.4rem);
}
.text-ani-up {
  transform: translateY(30rem);
  overflow: hidden;
  animation: text-ani-up 1.2s ease-out forwards;
}
@keyframes text-ani-right {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.text-ani-right {
  overflow: hidden;
  animation: text-ani-right 1.2s ease-out forwards;
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
  gap: 0 !important;
}
.marquee--item {
  display: inline-block;
  margin-right: 20px;
}
.form_wrap {
  background-color: #f9f9f9;
}
.form_wrap h2 {
  text-align: center;
}
.form_wrap .input-wrap {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

@media (max-width: 768px) {
.form_wrap .input-wrap .grid-col-2{
    grid-template-columns: repeat(1, 1fr);
}
}
.form_wrap .input-flex {
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.form_wrap .input-item {
  display: Flex;
  flex-direction: column;
  gap: 1.6rem;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  font-weight: 500;
}
.form_wrap input,
.form_wrap select,
.form_wrap option {
  border-radius: 0.4rem;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  border: 1px solid #ddd;
  height: clamp(4rem, 0.4530744337vw + 3.8300970874rem, 4.7rem);
  color: var(--clr-primary-subtxt);
  padding: 0 1.2rem;
}
@media (max-width: 768px) {
  .form_wrap input,
  .form_wrap select,
  .form_wrap option {
    width: 100%;
  }
}
.form_wrap input:focus,
.form_wrap select:focus,
.form_wrap option:focus {
  box-shadow:
    rgba(22, 63, 91, 0.2) 0px 0px 5px 0px,
    rgba(22, 63, 91, 0.15) 0px 0px 1px 0px;
}
.form_wrap select {
  background: url('/resource/images/icon/arrow-down.svg') no-repeat 97% 50%/8px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
.form_wrap select::-ms-expand {
  display: none;
}
.form_wrap textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  height: 32rem;
  border-radius: 0.4rem;
  padding: 1.2rem;
  color: var(--clr-primary-subtxt);
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  font-family: 'Pretendard';
}
.form_wrap textarea:focus {
  box-shadow:
    rgba(22, 63, 91, 0.2) 0px 0px 5px 0px,
    rgba(22, 63, 91, 0.15) 0px 0px 1px 0px;
}
.form_wrap .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_wrap .submit-btn .submit {
  background-color: var(--clr-ui-black);
  padding: 0.8rem 1.4rem;
  color: var(--clr-ui-white);
  width: 17.5rem;
  border-radius: 5.5rem;
  font-weight: 500;
  transition: 0.3s ease all;
  border: 1px solid rgba(0, 0, 0, 0);
}
.form_wrap .submit-btn .submit:hover {
  border: 1px solid var(--clr-ui-black);
  background-color: rgba(0, 0, 0, 0);
  color: var(--clr-ui-black);
}
@keyframes rippleEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(10);
    opacity: 0;
  }
}
.no-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 90;
  transition: ease 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.no-header.active {
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  border-bottom: 0;
}
.no-header.active .no-header__inner {
  overflow: visible;
  transition: ease all 0.5s;
}
.no-header.active .no-header__inner--logo .logo-w {
  display: none;
}
.no-header.active .no-header__inner--logo .logo-c {
  display: block;
}
.no-header.active .no-header__inner--menu .no-header__gnb--item .no-header__gnb--link {
  color: var(--clr-ui-black);
}
.no-header.active .no-header__inner .no-mobile_toggle_btn--line {
  background-color: #000;
}
.no-header.active .no-header__inner .lang-btn {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.no-header.active .no-header__inner .lang-btn--lang {
  color: #000;
}
.no-header.active .no-header__inner .lang-btn--lang.on .lang_cont {
  background-color: #fafafa;
}
.no-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
}
@media (max-width: 1024px) {
  .no-header__inner {
    height: 6.4rem;
  }
}
.no-header__inner--logo {
  width: 11rem;
  z-index: 5;
}
.no-header__inner--logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-header__inner--logo .logo-c {
  display: none;
}
.no-header__inner--menu {
  height: 100%;
}
.no-header__inner--menu .no-header__gnb {
  display: flex;
  align-items: center;
  gap: clamp(2.4rem, 1.8122977346vw + 1.7203883495rem, 5.2rem);
  width: 100%;
  height: 100%;
  transition: ease all 0.3s;
}
@media (max-width: 1024px) {
  .no-header__inner--menu .no-header__gnb {
    display: none;
  }
}
.no-header__inner--menu .no-header__gnb--item {
  text-align: center;
  position: relative;
  transition: ease all 0.3s;
}
.no-header__inner--menu .no-header__gnb--link {
  width: 100%;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
    padding: 0.5rem 0;
}

.no-header__inner--menu .no-header__gnb--link::before {
  content: '';
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--clr-ui-black);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.no-header__inner--menu .no-header__gnb--link:hover::before {
  width: 100%;
}

.no-header__inner--menu .no-header__gnb--link p {
  position: relative;
  transform: translateY(0);
  transition: 0.3s ease-in-out;
}
.no-header__inner--menu .no-header__gnb--link p::after {
  content: attr(data-content);
  position: absolute;
  left: 0;
  text-align: center;
  transform: translateY(2.5rem);
  width: 100%;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  color: #000;
}
.no-header__inner--menu .no-header__gnb--link:hover p {
  transform: translateY(-2.5rem);
}
.no-header__inner--menu .no-header__gnb--link:hover p::after {
  transform: translateY(0);
}
.no-header__inner .lang-btn {
  height: 100%;
  padding: 0 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
@media (max-width: 1024px) {
  .no-header__inner .lang-btn {
    display: none;
  }
}
.no-header__inner .lang-btn--lang {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--clr-ui-white);
  cursor: pointer;
  position: relative;
  height: 100%;
}
.no-header__inner .lang-btn--lang .lang_arrow {
  transition: 0.3s ease-in-out;
}
.no-header__inner .lang-btn--lang.on .lang_cont {
  opacity: 1;
  visibility: visible;
}
.no-header__inner .lang-btn--lang.on .lang_arrow {
  transform: rotate(180deg);
}
.no-header__inner .lang-btn--lang .lang_cont {
  border-bottom-right-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -14.2rem;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.5s;
}
.no-header__inner .lang-btn--lang .lang_cont--item a {
  padding: 1.2rem 2.7rem;
  display: flex;
  gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  align-items: center;
  color: var(--clr-ui-black);
  transition: 0.3s ease-in-out;
}
.no-header__inner .lang-btn--lang .lang_cont--item a:hover {
  background-color: var(--clr-ui-black);
  color:#fff !important;
}
.no-header__inner .lang-btn--lang .lang_cont--item:last-child a {
  border-bottom-right-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
}
.no-header__inner .mobile-btn-wrap {
  display: none;
}
@media (max-width: 1024px) {
  .no-header__inner .mobile-btn-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    z-index: 101;
  }
}
.no-header__inner .mobile-btn-wrap .no-mobile_toggle_btn {
  width: 2.8rem;
  height: 2rem;
  position: relative;
}
.no-header__inner .mobile-btn-wrap .no-mobile_toggle_btn--line {
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  transition: ease all 0.3s;
  position: absolute;
  left: 0;
}
.no-header__inner .mobile-btn-wrap .no-mobile_toggle_btn--line:nth-child(1) {
  top: 0;
}
.no-header__inner .mobile-btn-wrap .no-mobile_toggle_btn--line:nth-child(1).active {
  transform: translate(0px, 7px) rotate(45deg);
}
.no-header__inner .mobile-btn-wrap .no-mobile_toggle_btn--line:nth-child(2) {
  width: 60%;
  top: 7px;
}
.no-header__inner .mobile-btn-wrap .no-mobile_toggle_btn--line:nth-child(2).active {
  opacity: 0;
}
.no-header__inner .mobile-btn-wrap .no-mobile_toggle_btn--line:nth-child(3) {
  width: 80%;
  top: 14px;
}
.no-header__inner .mobile-btn-wrap .no-mobile_toggle_btn--line:nth-child(3).active {
  width: 100%;
  transform: translate(0px, -7px) rotate(-45deg);
}
.no-header .no-header-m-div {
  display: none;
}
@media (max-width: 1024px) {
  .no-header .no-header-m-div {
    display: block;
    width: 80%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100%;
    transition: 0.5s ease all;
  }
  .no-header .no-header-m-div .mobile-bg {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 90;
    transition: 0.5s ease all;
  }
  .no-header .no-header-m-div.add {
    right: 0;
  }
  .no-header .no-header-m-div.add .no-h-btn-m {
    opacity: 1;
    visibility: visible;
  }
  .no-header .no-header-m-div.add html {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .no-header .no-header-m-div.add .mobile-bg {
    opacity: 1;
    visibility: visible;
  }
  .no-header .no-header-m-div__inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    position: relative;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m {
    padding: 9.5rem 0 4.8rem;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--item {
    border-bottom: #000;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--link {
    display: flex;
    align-items: center;
    padding: 2rem;
    color: var(--clr-ui-black);
    font-weight: 500;
  }
  .no-header .no-header-m-div__inner .lang_cont {
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }
  .no-header .no-header-m-div__inner .lang_cont--item {
    font-weight: 500;
    position: relative;
    cursor: pointer;
  }
  .no-header .no-header-m-div__inner .lang_cont--item::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1.2rem;
    width: 1px;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .no-header .no-header-m-div__inner .lang_cont--item:last-child::after {
    display: none;
  }
}
.no-footer {
  background-color: #000;
}
.no-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .no-footer__inner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .no-footer__inner--left {
    flex-wrap: wrap;
    gap: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  }
}
.no-footer__inner--left .f-logo .logo {
  width: clamp(13rem, 1.9417475728vw + 12.2718446602rem, 16rem);
}
.no-footer__inner--left .f-logo p {
  color: var(--clr-ui-white);
}
@media (max-width: 768px) {
  .no-footer__inner--left .f-logo {
    width: 100%;
  }
}
.no-footer__inner--left .f-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-footer__inner--left .f-menu-tablet {
  display: none;
}
@media (max-width: 1024px) {
  .no-footer__inner--left .f-menu-tablet {
    display: block;
  }
}
.no-footer__inner--left .f-menu-tablet .f-menu .no-menu__gnb {
  display: flex;
  gap:  clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  flex-wrap:wrap; 
}
.no-footer__inner--left .f-menu-tablet .f-menu .no-menu__gnb--item {
  position: relative;
}
.no-footer__inner--left .f-menu-tablet .f-menu .no-menu__gnb--item::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right:  clamp(-1rem, 0.6472491909vw - 0.7572815534rem, -2rem);
  width: 1px;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.16);
}
.no-footer__inner--left .f-menu-tablet .f-menu .no-menu__gnb--item:last-child::after {
  display: none;
}
.no-footer__inner--left .f-menu-tablet .f-menu .no-menu__gnb--link {
  color: #fff;
  position: relative;
  display: inline;
}
.no-footer__inner--left .f-menu-tablet .f-menu .no-menu__gnb--link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 0;
  height: 0.1rem;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.no-footer__inner--left .f-menu-tablet .f-menu .no-menu__gnb--link:hover::after {
  width: 100%;
}
.no-footer__inner--left .address-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.no-footer__inner--left .address-wrap .dl-box {
flex-direction: column; 
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-footer__inner--left .address-wrap .dl-box dl {
  display: flex;
  gap: clamp(0.6rem, 0.1294498382vw + 0.5514563107rem, 0.8rem);
}
.no-footer__inner--left .address-wrap .dl-box dl dt {
  color: var(--clr-ui-white);
  -webkit-text-fill-color:var(--clr-ui-white);
  font-weight: 600;
}
.no-footer__inner--left .address-wrap .dl-box dl dd {
  color: rgba(255, 255, 255, 0.8);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .no-footer__inner--right .f-menu {
    display: none;
  }
}
.no-footer__inner--right .f-menu .no-menu__gnb {
  display: flex;
  gap: 4rem;
}
.no-footer__inner--right .f-menu .no-menu__gnb--item {
  position: relative;
}
.no-footer__inner--right .f-menu .no-menu__gnb--item::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  width: 1px;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.16);
}
.no-footer__inner--right .f-menu .no-menu__gnb--item:last-child::after {
  display: none;
}
.no-footer__inner--right .f-menu .no-menu__gnb--link {
  color: #fff;
  position: relative;
  display: inline;
}
.no-footer__inner--right .f-menu .no-menu__gnb--link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 0;
  height: 0.1rem;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.no-footer__inner--right .f-menu .no-menu__gnb--link:hover::after {
  width: 100%;
}
.no-footer__inner--right .policy .flex-box {
  display: flex;
  align-items: center;
  gap: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
}
.no-footer__inner--right .policy .flex-box a {
  color: #fff;
}
.no-footer__inner--right .copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .no-footer__inner--right .copy {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
.no-footer__inner--right .copy p {
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.016);
}
.no-footer__inner--right .copy .sns a {
  width: 2.4rem;
  height: 2.4rem;
}
.f-title {
  font-weight: 600;
  color: var(--clr-ui-white);
}
.top_btn {
  width: clamp(4.4rem, 0.6472491909vw + 4.1572815534rem, 5.4rem);
  height: clamp(4.4rem, 0.6472491909vw + 4.1572815534rem, 5.4rem);
  border-radius: 50%;
  background-color: var(--clr-ui-blue);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.top_btn i {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  color: var(--clr-ui-white);
}
.no-sub-visual {
  height: clamp(48rem, 15.5339805825vw + 42.1747572816rem, 72rem);
  overflow: hidden;
  text-transform: capitalize;
}
.no-sub-visual-img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: inset(0% 70% 0% 70%);
  position: relative;
  transform: scale(1.21);
}
.no-sub-visual-img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 50%);
  width: 100%;
  height: 100%;
}
.no-sub-visual .no-container-xl {
  z-index: 2;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.no-sub-visual .no-container-xl h2 {
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.21;
}
.no-sub-visual .no-container-xl p {
  font-weight: 500;
  color: #fff;
  text-transform:math-auto;
}
.no-sub-nav-menu {
  background-color: #f5f5f5;
}
.no-sub-nav-menu .no-sub-nav-menu__list {
  gap: clamp(1.2rem, 1.2944983819vw + 0.7145631068rem, 3.2rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub-nav-menu .no-sub-nav-menu__list li:last-child {
  display: none;
}
.no-sub-nav-menu .no-sub-nav-menu__list a {
  position: relative;
  font-weight: 600;
  width: 100;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.4rem 0;
}
.no-sub-nav-menu .no-sub-nav-menu__list a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--clr-primary-main);
}
.no-sub-nav-menu .no-sub-nav-menu__list a.active {
  color: var(--clr-primary-main);
}
.no-sub-nav-menu .no-sub-nav-menu__list a.active::after {
  width: 100%;
}
.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-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .grid-col-8 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-col-8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-8 {
    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(3, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .grid-process {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .grid-col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub-view .product-view .grid-col-2 {
  display: flex;
  align-items: stretch;
}
.grid-col-2{
display:grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .grid-col-2 {
    flex-direction: column;
  }
}
.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(3, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-col-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 1024px) {
  .grid-col-7 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-col-7 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-col-4-8 {
  display: grid;
  grid-template-columns: 4fr 8fr;
}
@media (max-width: 1024px) {
  .grid-col-4-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-7-5 {
  display: grid;
  grid-template-columns: 7fr 5fr;
}
@media (max-width: 1024px) {
  .grid-col-7-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-3-9 {
  display: grid;
  grid-template-columns: 3fr 9fr;
}
@media (max-width: 1024px) {
  .grid-col-3-9 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-9-3 {
  display: grid;
  grid-template-columns: 9fr 3fr;
}
@media (max-width: 1024px) {
  .grid-col-9-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-8-4 {
  display: grid;
  grid-template-columns: 8fr 4fr;
}
@media (max-width: 1024px) {
  .grid-col-8-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-5-7 {
  display: grid;
  grid-template-columns: 5fr 7fr;
}
@media (max-width: 1024px) {
  .grid-col-5-7 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.f {
  display: flex;
}
.fd-c {
  flex-direction: column;
}
.fd-r {
  flex-direction: row;
}
.f-w {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .md-f-w {
    flex-wrap: wrap;
  }
}
.fs-0 {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .lg-fd-c {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .md-fd-c {
    flex-direction: column;
  }
}
@media (max-width: 544px) {
  .sm-fd-c {
    flex-direction: column;
  }
}
.ji-c {
  justify-items: center;
}
.fd-r-rev {
  flex-direction: row-reverse;
}
.fd-c-rev {
  flex-direction: column-reverse;
}
@media (max-width: 1024px) {
  .lg-fd-r-rev {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .md-fd-r-rev {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .lg-fd-c-rev {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .md-fd-c-rev {
    flex-direction: column-reverse;
  }
}
.ai-c {
  align-items: center;
}
.ai-fe {
  align-items: flex-end;
}
.ai-fs {
  align-items: flex-start;
}
.ai-in {
  align-items: inherit;
}
.jc-c {
  justify-content: center;
}
.jc-fe {
  justify-content: flex-end;
}
.jc-fs {
  justify-content: flex-start;
}
.jc-in {
  justify-content: inherit;
}
.jc-sb {
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .xl-ai-c {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .lg-ai-c {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .md-ai-c {
    align-items: center;
  }
}
@media (max-width: 544px) {
  .sm-ai-c {
    align-items: center;
  }
}
@media (max-width: 1280px) {
  .xl-ai-fe {
    align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  .lg-ai-fe {
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .md-ai-fe {
    align-items: flex-end;
  }
}
@media (max-width: 544px) {
  .sm-ai-fe {
    align-items: flex-end;
  }
}
@media (max-width: 1280px) {
  .xl-ai-fs {
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .lg-ai-fs {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .md-ai-fs {
    align-items: flex-start;
  }
}
@media (max-width: 544px) {
  .sm-ai-fs {
    align-items: flex-start;
  }
}
@media (max-width: 1280px) {
  .xl-ai-in {
    align-items: inherit;
  }
}
@media (max-width: 1024px) {
  .lg-ai-in {
    align-items: inherit;
  }
}
@media (max-width: 768px) {
  .md-ai-in {
    align-items: inherit;
  }
}
@media (max-width: 544px) {
  .sm-ai-in {
    align-items: inherit;
  }
}
@media (max-width: 1280px) {
  .xl-jc-c {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .lg-jc-c {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .md-jc-c {
    justify-content: center;
  }
}
@media (max-width: 544px) {
  .sm-jc-c {
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .xl-jc-fe {
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .lg-jc-fe {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .md-jc-fe {
    justify-content: flex-end;
  }
}
@media (max-width: 544px) {
  .sm-jc-fe {
    justify-content: flex-end;
  }
}
@media (max-width: 1280px) {
  .xl-jc-fs {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .lg-jc-fs {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .md-jc-fs {
    justify-content: flex-start;
  }
}
@media (max-width: 544px) {
  .sm-jc-fs {
    justify-content: flex-start;
  }
}
@media (max-width: 1280px) {
  .xl-jc-in {
    justify-content: inherit;
  }
}
@media (max-width: 1024px) {
  .lg-jc-in {
    justify-content: inherit;
  }
}
@media (max-width: 768px) {
  .md-jc-in {
    justify-content: inherit;
  }
}
@media (max-width: 544px) {
  .sm-jc-in {
    justify-content: inherit;
  }
}
.skin-list {
  width: 100%;
}
.skin-list colgroup col:nth-child(1) {
  width: 10%;
}
.skin-list colgroup col:nth-child(2) {
  width: 67%;
}
.skin-list colgroup col:nth-child(3) {
  width: 12%;
}
.skin-list colgroup col:nth-child(4) {
  width: 12%;
}
.skin-list th,
.skin-list td {
  padding: 2rem 1.6rem;
  font-size: clamp(1.4rem, 0.1941747573vw + 1.327184466rem, 1.7rem);
}
@media (max-width: 768px) {
  .skin-list th,
  .skin-list td {
    padding: 1.6rem 1.2rem;
  }
}
.skin-list thead {
  width: 100%;
  border-bottom: 1.4px solid var(--clr-gray-200);
  background: var(--clr-gray-50);
}
.skin-list thead tr th {
  color: var(--clr-gray-900);
}
.skin-list thead tr th:nth-child(1) {
  text-align: center;
}
.skin-list thead tr th:nth-child(2) {
  text-align: start;
}
.skin-list thead tr th:nth-child(3) {
  text-align: center;
}
.skin-list thead tr th:nth-child(4) {
  text-align: center;
}
.skin-list tbody tr {
  transition: var(--default-transition);
  cursor: pointer;
  border-bottom: 1px solid var(--clr-gray-50);
}
.skin-list tbody tr:hover {
  background: var(--default-table-hover);
}
.skin-list tbody tr td {
  color: var(--clr-gray-600);
  font-weight: 400;
}
.skin-list tbody tr td a {
  color: var(--clr-gray-600);
}
.skin-list tbody tr td:nth-child(1) {
  text-align: center;
}
.skin-list tbody tr td:nth-child(2) {
  text-align: start;
}
.skin-list tbody tr td:nth-child(3) {
  text-align: center;
}
.skin-list tbody tr td:nth-child(4) {
  text-align: center;
}
.skin-write,
.skin-confirm {
  width: 100%;
  max-width: 54rem;
  margin: 0 auto;
}
.swiper-btn,
.no-btn,
.arrow-btn,
.link-btn {
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  cursor: pointer;
  display: inline-flex;
  font-weight: 400;
  gap: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem);
  justify-content: center;
  font-size: clamp(1.5rem, 0.0647249191vw + 1.4757281553rem, 1.6rem);
  letter-spacing: -0.01em;
  overflow: hidden;
  line-height: 1.41;
  padding: 0.7rem 1.4rem;
  position: relative;
  text-decoration: none;
  transition: var(--default-transition);
}
.link-btn--line {
  border: 1px solid;
}
.link-btn--line-primary {
  border-color: var(--clr-primary-default);
}
.link-btn--line-primary:hover {
  border-color: var(--black);
}
.link-btn--line-white {
  border-color: var(--clr-ui-white);
}
.link-btn--line-white:hover {
  border-color: var(--black);
}
.link-btn--line-black {
  border-color: var(--black);
}
.link-btn--line-black:hover {
  border-color: var(--black);
}
.no-arrow-btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  cursor: pointer;
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  font-weight: 400;
  transition: var(--default-transition);
}
.no-arrow-btn:hover span {
  box-shadow: var(--clr-box-shadow-lg);
  transform: translateX(5px);
  transition-delay: 0.05s;
}
.no-arrow-btn:hover p {
  transform: translateX(6px);
}
.no-arrow-btn span {
  width: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  height: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: var(--default-transition);
}
.no-arrow-btn p {
  transition: var(--default-transition);
}
.no-arrow-btn--bg-primary span {
  background: var(--clr-ui-black);
  color: var(--clr-ui-white);
}
.no-arrow-btn--bg-primary p {
  color: var(--clr-ui-white);
}
.no-arrow-btn--bg-white span {
  background: var(--clr-ui-white);
  color: var(--clr-gray-900);
}
.no-arrow-btn--bg-white p {
  color: var(--clr-ui-white);
}
.no-arrow-btn--bg-black span {
  background: var(--clr-ui-black);
  color: var(--clr-ui-white);
}
.no-arrow-btn--bg-black p {
  color: var(--clr-gray-900);
}
.no-btn i {
  flex-shrink: 0;
}
.no-btn--stroke {
  border: 1px solid var(--clr-ui-text);
  color: var(--clr-ui-text);
}
.no-btn--stroke:hover {
  background: var(--clr-primary-default);
  color: var(--clr-ui-background);
  border-color: var(--clr-ui-background);
}
.no-btn--primary {
  background: var(--clr-primary-default);
  color: var(--clr-ui-background);
}
.no-btn--primary:hover {
  background: var(--clr-primary-variant);
}
.no-btn--black {
  background: var(--clr-gray-900);
  color: var(--clr-ui-background);
}
.no-btn--black:hover {
  background: var(--clr-gray-800);
}
.no-btn--error {
  background: var(--clr-ui-error);
  color: var(--clr-ui-background);
}
.swiper-btn {
  position: static;
  padding: 0;
  width: clamp(3.6rem, 1.0355987055vw + 3.2116504854rem, 5.2rem);
  height: clamp(3.6rem, 1.0355987055vw + 3.2116504854rem, 5.2rem);
  margin-top: 0;
  border-radius: 100%;
}
.swiper-btn::after {
  color: var(--clr-gray-900);
  font-weight: 400;
  font-size: clamp(1.5rem, 0.0647249191vw + 1.4757281553rem, 1.6rem);
}
.swiper-btn--stroke {
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--clr-primary-default);
}
.swiper-btn--stroke::after {
  color: var(--clr-primary-default);
}
.swiper-btn--primary {
  background: var(--clr-primary-default);
  color: var(--clr-ui-white);
}
input:required,
input {
  padding: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  box-shadow: var(--input-box-shadow);
  transition: var(--input-border-transition);
  width: auto;
  color: var(--clr-gray-500);
  border-radius: 0.6rem;
}
input:hover {
  box-shadow: var(--input-box-shadow-hover);
}
input:focus {
  box-shadow: var(--input-box-shadow-focus);
}
input:required::placeholder,
input::placeholder {
  color: var(--clr-gray-500);
}
label {
  margin-bottom: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem);
  display: block;
  color: var(--clr-gray-600);
  font-weight: 600;
}
.check-box-wrap label {
  margin-bottom: 0;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.check-box-wrap .check {
  width: 1.8rem;
  height: 1.8rem;
  display: none;
}
.check-box-wrap input[id='check']:checked + label {
  border: none;
  background-image: url(/resource/images/icon/check_t.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.check-box-wrap input + label {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  flex-shrink: 0;
  background: var(--clr-base-white);
  border: 1px solid var(--clr-gray-500);
  border-radius: 0.2rem;
}
input[type='checkbox'] {
  border: 2px solid #000;
  padding: 0;
  height: auto;
  box-shadow: none;
  width: auto;
  border-radius: inherit;
}
input:required {
  background: var(--clr-gray-50);
}
input:required:hover,
input:required:focus {
  box-shadow: var(--input-box-shadow);
}
.input-wrap-saving {
  display: flex;
  border: 1px solid rgba(75, 85, 99, 0.2);
  background: #fff;
  color: #4b5563;
  height: 10.2rem;
  align-items: center;
  border-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  padding: 1rem 2rem;
  justify-content: space-between;
  box-shadow: var(--input-box-shadow);
}
.input-wrap-saving input {
  text-align: end;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  width: 100%;
  font-weight: 700;
  padding: 0;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  color: var(--clr-primary-800);
}
.input-wrap-saving input::placeholder {
  color: var(--clr-primary-800);
}
.input-wrap-saving > span {
  flex-shrink: 0;
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  font-weight: 500;
}
.input-wrap-saving div {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.input-wrap-saving div p {
  color: var(--clr-primary-700);
}
.input-range {
  position: relative;
  width: 100%;
}
.input-range-slider {
  position: absolute;
  top: 50%;
  left: 0;
  height: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  background: var(--clr-primary-800);
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 2rem 0 0 2rem;
}
input[type='range'].custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem);
  border-radius: 5px;
  outline: none;
  background: var(--clr-gray-100);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 0;
  box-shadow: none;
}
input[type='range'].custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  height: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  border: 5px solid var(--clr-primary-800);
  z-index: 2;
}
input[type='range'].custom-range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}
.overlay-black,
.overlay-primary,
.overlay-white,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--default-transition);
  opacity: 0;
}
.overlay-white {
  background-color: var(--clr-ui-white);
}
.overlay-white:hover {
  opacity: 0.16;
}
.overlay-primary {
  background-color: var(--clr-primary-500);
}
.overlay-primary:hover {
  opacity: 0.16;
}
.overlay-black {
  background-color: #022047;
}
.overlay-black:hover {
  opacity: 0.08;
}
dialog::backdrop {
  display: none;
}
#backdrop {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index-backdrop);
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  transition: var(--transition-modal);
  transition-property: opacity, visibility;
}
#backdrop.visible {
  opacity: 1;
  visibility: visible;
}
dialog {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: fixed;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 80rem;
  padding: 3rem 3.6rem;
  z-index: var(--z-index-modal);
  background: #fff;
  max-height: 64dvh;
  overflow: auto;
  will-change: opacity, visibility;
  transition: var(--transition-modal);
  transition-property: opacity, visibility;
  border-radius: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
}
dialog[open] {
  opacity: 1;
  visibility: visible;
}
dialog:not([open]) {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  dialog {
    max-width: inherit;
    width: calc(100% - 2rem);
    padding: 2rem;
    max-height: inherit;
  }
}
.no-board-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  font-size: clamp(1.5rem, 0.1294498382vw + 1.4514563107rem, 1.7rem);
}
.no-board-pagination .prevnext {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3rem, 0.3883495146vw + 2.854368932rem, 3.6rem);
  height: clamp(3rem, 0.3883495146vw + 2.854368932rem, 3.6rem);
  position: relative;
  color: var(--clr-gray-400);
  transition: ease all 0.3s;
  background: rgba(0, 0, 0, 0);
  border-radius: 3.6rem;
}
.no-board-pagination .prevnext i {
  font-size: 1.4rem;
}
.no-board-pagination .prevnext:hover {
  background: rgba(2, 32, 71, 0.06);
}
.no-board-pagination .page-wrap {
  display: flex;
  gap: 0.6rem;
}
.no-board-pagination .num {
  width: clamp(3rem, 0.3883495146vw + 2.854368932rem, 3.6rem);
  height: clamp(3rem, 0.3883495146vw + 2.854368932rem, 3.6rem);
  transition: ease all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem);
  border-radius: 3.6rem;
  font-weight: 500;
  color: var(--clr-gray-500);
}
.no-board-pagination .num:hover {
  background: rgba(2, 32, 71, 0.06);
}
.no-board-pagination .num.active {
  color: var(--clr-gray-900);
  background: rgba(2, 32, 71, 0.1);
}
.dropdown {
  width: 100%;
  transition: all 0.5s ease;
  position: relative;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  height: 100%;
  text-align: left;
  border-radius: 0.4rem;
  box-shadow: var(--input-box-shadow);
  transition: var(--input-border-transition);
  height: clamp(4.8rem, 0.6472491909vw + 4.5572815534rem, 5.8rem);
  outline: none;
  background: #fff;
  color: #4b5563;
}
@media (max-width: 768px) {
  .dropdown {
    height: 4.5rem;
  }
}
.dropdown:hover {
  box-shadow: 0 0 4px #ccc;
  box-shadow: var(--input-box-shadow-hover);
}
.dropdown .select {
  cursor: pointer;
  display: flex;
  width: 100%;
  padding: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.dropdown .select > i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}
.dropdown.active {
  box-shadow: var(--input-box-shadow-focus);
}
.dropdown.active .select > i {
  transform: rotate(-90deg);
}
.dropdown-menu {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px #ccc;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 42rem;
  overflow-y: auto;
  background: var(--clr-ui-white);
  z-index: 9;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .dropdown-menu {
    max-height: 16rem;
  }
}
.dropdown-menu li {
  padding: 1.6rem 3rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.dropdown-menu li:hover {
  background-color: var(--clr-gray-50);
}
.dropdown-menu li:active {
  background-color: inherit;
}
.no-main {
  padding-top: 8rem;
}
@media (max-width: 1024px) {
  .no-main {
    padding-top: 6.4rem;
  }
}
.no-main-key-vs {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-main-key-vs .main-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(30rem, 32.3624595469vw + 17.8640776699rem, 80rem);
  opacity: 0.6;
  z-index: -1;
}
.no-main-section {
  overflow: hidden;
}
.no-main-key-vs__inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
.no-main-key-vs__inner > .text-wrap {
  text-transform: capitalize;
  overflow: hidden;
}
.no-main-key-vs__inner > .text-wrap .main-title {
  font-size: clamp(4.8rem, 3.8834951456vw + 3.3436893204rem, 10.8rem);
  font-weight: 800;
}
.no-main-key-vs__inner > .text-wrap p {
  font-weight: 400;
  animation-delay: 0.3s;
}
.no-main-key-vs__inner .swiper-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.no-main-key-vs__inner .swiper-control .btn-wrap {
  position: relative;
  display: flex;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  justify-content: flex-end;
  width: 50%;
}
.no-main-key-vs__inner .swiper {
  margin: 0;
  width: 100%;
  overflow: visible;
}
.no-main-key-vs__inner .swiper-slide {
  border-radius: 3.6rem;
  overflow: hidden;
  padding: clamp(3.2rem, 2.5889967638vw + 2.2291262136rem, 7.2rem);
  background-color: #f4f4f4;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60rem;
}
@media (max-width: 1024px) {
  .no-main-key-vs__inner .swiper-slide {
    flex-wrap: wrap;
    height: 100%;
    gap: 6.4rem;
  }
}
.no-main-key-vs__inner .swiper-slide figure {
  transform: translateY(30rem);
  transition: ease all 1.2s;
  opacity: 0;
  overflow: hidden;
  max-width: clamp(32rem, 18.1229773463vw + 25.2038834951rem, 60rem);
}
@media (max-width: 1024px) {
  .no-main-key-vs__inner .swiper-slide figure {
    margin: 0 auto;
  }
}
.no-main-key-vs__inner .swiper-slide .text-wrap {
  max-width: 63rem;
}
.no-main-key-vs__inner .swiper-slide .text-wrap h3 {
  text-transform: uppercase;
  opacity: 0;
}
.no-main-key-vs__inner .swiper-slide .text-wrap h4 {
  font-weight: 600;
  opacity: 0;
}
.no-main-key-vs__inner .swiper-slide .text-wrap p {
  font-weight: 500;
  opacity: 0;
}
.no-main-key-vs__inner .swiper-slide-active {
  z-index: 2;
}
.no-main-key-vs__inner .swiper-slide-active .text-wrap .text-ani {
  overflow: hidden;
}
.no-main-key-vs__inner .swiper-slide-active .text-wrap h3 {
  text-transform: uppercase;
  animation: text-ani-right 1s ease-out forwards;
}
.no-main-key-vs__inner .swiper-slide-active .text-wrap h4 {
  font-weight: 600;
  animation: text-ani-right 1s ease-out forwards;
  animation-delay: 0.1s;
}
.no-main-key-vs__inner .swiper-slide-active .text-wrap p {
  font-weight: 500;
  animation: text-ani-right 1s ease-out forwards;
  animation-delay: 0.2s;
}
.no-main-key-vs__inner .swiper-slide-active figure {
  opacity: 1;
  transform: translateY(0rem);
}
.no-main-key-vs__inner .swiper-button-next,
.no-main-key-vs__inner .swiper-button-prev {
  position: static;
  margin: 0;
  top: 0;
  width: clamp(4.8rem, 0.5177993528vw + 4.6058252427rem, 5.6rem);
  height: clamp(4.8rem, 0.5177993528vw + 4.6058252427rem, 5.6rem);
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  color: var(--clr-ui-black);
}
.no-main-key-vs__inner .swiper-button-next::after,
.no-main-key-vs__inner .swiper-button-prev::after {
  display: none;
}
.no-main-key-vs__inner .swiper-button-next i,
.no-main-key-vs__inner .swiper-button-prev i {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-main-key-vs__inner .swiper-button-next:hover,
.no-main-key-vs__inner .swiper-button-prev:hover {
  background-color: #000;
}
.no-main-key-vs__inner .swiper-button-next:hover i,
.no-main-key-vs__inner .swiper-button-prev:hover i {
  color: #fff;
}
.no-main-key-vs__inner .swiper-button-prev {
  left: 0;
}
.no-main-key-vs__inner .swiper-button-next {
  right: 0;
}
.no-main-key-vs__inner .swiper-pagination {
  position: static;
  text-align: left;
  display: flex;
  gap: 2.4rem;
  width: auto;
}
.no-main-key-vs__inner .swiper-pagination-bullet {
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  width: 1rem;
  height: 1rem;
}
.no-main-key-vs__inner .swiper-pagination-bullet-active {
  background-color: #000;
}
.no-main-key-vs__inner .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  padding: 0.8rem;
  border-radius: 50%;
}
.no-main-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
.no-main-menu__inner .text-div {
  height: 10rem;
  overflow: hidden;
}
.no-main-menu__inner .text-div h2 {
  font-weight: 700;
}
.no-main-menu__inner .grid-contents ul {
  gap: 3.2rem;
}
@media (max-width: 768px) {
.no-main-menu__inner .grid-contents .grid-col-2{
grid-template-columns: repeat(1, 1fr);
}
}
.no-main-menu__inner .grid-contents a {
  border-radius: 2.4rem;
  overflow: hidden;
  position: relative;
}
.no-main-menu__inner .grid-contents a figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 35%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-main-menu__inner .grid-contents a figure:last-child::after{
	display:none;
}
.no-main-menu__inner .grid-contents a .text {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-weight: 600;
  padding: 4.2rem;
    text-transform:capitalize;
}
.no-main-menu__inner .grid-contents a img {
  transition: 0.6s ease all;
}
.no-main-menu__inner .grid-contents a:hover img {
  transform: scale(1.14);
}
.no-main-menu__inner .item-box {
  height: 100%;
  border-radius: 2.4rem;
  background-color: var(--clr-ui-blue);
}
.no-main-menu__inner .item-box .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
}
@media (max-width: 1024px) {
  .no-main-menu__inner .item-box .item-wrap {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .no-main-menu__inner .item-box .item-wrap {
    text-align: left;
  }
}
.no-main-menu__inner .item-box figure {
  border-radius: 2.4rem;
  overflow: hidden;
  max-width: 72rem;
  width: 100%;
}
.no-main-menu__inner .item-box figure img {
  transition: 0.6s ease all;
}
.no-main-menu__inner .item-box figure:hover img {
  transform: scale(1.14);
}
.no-main-menu__inner .item-box .text-wrap {
  color: var(--clr-ui-white);
  width: 100%;
}
.no-main-menu__inner .item-box .text-wrap h3 {
  font-weight: 600;
  text-transform:capitalize;
}
.no-main-menu__inner .item-box .text-wrap p {
  font-weight: 400;
  text-transform: math-auto;
	word-break: break-all;
}

.no-main-menu__inner .item-box .text-wrap .btn-wrap button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: inherit;
}
.no-main-menu__inner .item-box .text-wrap .btn-wrap button.learn-more {
  width: clamp(15rem, 1.9417475728vw + 14.2718446602rem, 18rem);
  height: auto;
}
.no-main-menu__inner .item-box .text-wrap .btn-wrap button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 4.5rem;
  height: 4.5rem;
  background: var(--clr-ui-black);
  border-radius: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-main-menu__inner .item-box .text-wrap .btn-wrap button.learn-more .circle i {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%) rotate(-270deg);
}
.no-main-menu__inner .item-box .text-wrap .btn-wrap button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 0;
  bottom: 0;
  padding: 0.5rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.no-main-menu__inner .item-box .text-wrap .btn-wrap button:hover .circle {
  width: 100%;
}
.no-main-menu__inner .item-box .text-wrap .btn-wrap button:hover .button-text {
  color: #fff;
}
.no-main-menu__inner .item-box .text-wrap .btn-wrap button a::after {
  display: none;
}


.no-main-product__inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
.no-main-product__inner h2 {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .no-main-product__inner .product-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .no-main-product__inner .product-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-main-product__inner .product-list ul a {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
}
.no-main-product__inner .product-list ul a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 35%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-main-product__inner .product-list ul a .text {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-weight: 500;
  padding: 2.8rem;
      text-transform: capitalize;
}
@media (max-width: 544px) {
  .no-main-product__inner .product-list ul a figure {
    height: clamp(26rem, 5.8252427184vw + 23.8155339806rem, 35rem);
  }
  .no-main-product__inner .product-list ul a figure img {
    height: 100%;
  }
}
.no-main-product__inner .product-list ul a img {
  transition: 0.6s ease all;
  height: 100%;
}
.no-main-product__inner .product-list ul a:hover img {
  transform: scale(1.14);
}
.no-sub-section {
  overflow: hidden;
  text-transform: capitalize;
}
.no-sub-about__inner .about-intro {
  position: relative;
}
.no-sub-about__inner .about-intro .circle--item {
  position: absolute;
  left: -7rem;
  top: -62rem;
  width: clamp(45rem, 35.5987055016vw + 31.6504854369rem, 100rem);
  z-index: -1;
}
.no-sub-about__inner .about-intro .text-wrap {
  overflow: hidden;
}
.no-sub-about__inner .about-intro .text-wrap p {
  color: var(--clr-primary-subtxt);
      text-transform: math-auto;
	      word-break: break-all;
}
.no-sub-about__inner .about-list figure {
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 544px) {
  .no-sub-about__inner .about-list figure {
    height: 25rem;
  }
  .no-sub-about__inner .about-list figure img {
    height: 100%;
  }
}
.no-sub-about__inner .about-list .text h3 {
  font-weight: 600;
}
.no-sub-about__inner .about-list .text p {
  word-break: break-all;
      text-transform: math-auto;
}
.no-sub-about__inner .global-bg {
  height: 100%;
  position: relative;
}
.no-sub-about__inner .global-bg figure {
  position: relative;
  height: 100%;
  min-height: 35rem;
}
.no-sub-about__inner .global-bg figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 35%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-sub-about__inner .global-bg figure img {
  min-height: 35rem;
  height: 100%;
}
.no-sub-about__inner .global-bg .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  z-index: 2;
}
@media (max-width: 544px) {
  .no-sub-about__inner .global-bg .text-wrap {
    bottom: 0;
    left: 0;
    transform: translate(0);
  }
}
.no-sub-about__inner .global-bg .text-wrap h2 {
  font-weight: 700;
}
.no-sub-about__inner .global-bg .text-wrap p{
text-transform:math-auto;
}
.no-sub-about__inner .global-bg .point {
  position: absolute;
  top: 32%;
  left: 53%;
  transform: translateX(-50%);
  width: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
  height: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
  border-radius: 50%;
  background-color: #1da088;
  opacity: 0.9;
  z-index: 10;
}
.no-sub-about__inner .global-bg .point::before,
.no-sub-about__inner .global-bg .point::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(29, 160, 136, 0.4);
  animation: rippleEffect 3s linear infinite;
  z-index: 1;
}
.no-sub-about__inner .global-bg .point::after {
  animation-delay: 1.5s;
}
.no-sub-about__inner .ceo {
  position: relative;
}
.no-sub-about__inner .ceo .circle--item {
  position: absolute;
  right: -50rem;
  top: -50rem;
  width: clamp(45rem, 48.5436893204vw + 26.7961165049rem, 120rem);
  z-index: -1;
  transform: rotate(90deg);
}
.no-sub-about__inner .ceo .text-wrap p{
text-transform:math-auto;
}

.no-sub-about__inner .ceo-photo {
  background-image: url('/resource/images/sub/about-c3-ceo.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: clamp(36rem, 10.355987055vw + 32.1165048544rem, 52rem);
  border-radius: 4.8rem;
  overflow: hidden;
  position: relative;
}
.no-sub-about__inner .ceo-photo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 35%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-sub-about__inner .ceo-photo .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  z-index: 2;
}
@media (max-width: 768px) {
  .no-sub-about__inner .ceo-photo .text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-sub-about__inner .ceo-photo .text h3 {
  font-weight: 500;
}
.no-sub-about__inner .ceo-photo .text p {
  font-weight: 600;
}
.no-sub-about__inner .ceo-photo .text p span {
  font-weight: 400;
}
.no-sub-product__inner h2 {
  text-align: center;
}
.no-sub-product__inner .cate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-sub-product__inner .cate {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: baseline;
    gap: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem) clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
.no-sub-product__inner .cate--item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 500;
  color: #666;
  border-radius: 5.5rem;
  padding: 1.2rem 1.8rem;
  white-space: nowrap;
  border: 1px solid #666;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  transition:0.2s ease all;
}
.no-sub-product__inner .cate--item a.active {
  background-color: var(--clr-ui-black);
  color: var(--clr-ui-white);
}
.no-sub-product__inner .cate--item a:hover {
  background-color: var(--clr-ui-black);
  color: var(--clr-ui-white);
}
.no-sub-product__inner .cate--item a.active:hover {
  background-color: var(--clr-ui-black);
  color: var(--clr-ui-white);
}
.no-sub-product__inner .gallery_list {
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .no-sub-product__inner .gallery_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .no-sub-product__inner .gallery_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .no-sub-product__inner .gallery_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub-product__inner .gallery_list .img-gall {

  position: relative;
  z-index: 1;
 
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  text-align: center;
  transition: 0.3s ease-in-out;
  
}

.no-sub-product__inner .gallery_list .img-gall > a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.6rem;
	  border-radius: 1.2rem;
  overflow: hidden;
 padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
	width: 100%;
  background-color: #fafafa;
  transition: .15s ease-in-out; 
}
.no-sub-product__inner .gallery_list .img-gall > a:hover{
	background-color: #f0f0f0;	
}
.no-sub-product__inner .gallery_list .img-gall figure {
  width: 16rem;
  height:20rem;
}
.no-sub-product__inner .gallery_list .img-gall figure  img{
    height: 100%;
}
.no-sub-product__inner .gallery_list .img-gall h3 {
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.no-sub-product__inner .gallery_list .img-gall > p {
  color: var(--clr-ui-subtxt);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.no-sub-product__inner .gallery_list .img-gall:hover .desc {
  opacity: 1;
  visibility: visible;
}
.no-sub-product__inner .gallery_list .img-gall .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 2;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  padding: 4.8rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.no-sub-product__inner .gallery_list .img-gall .desc p {
  color: var(--clr-ui-white);
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 100%;
  text-transform:math-auto;
}
.no-sub-product__inner .gallery_list .img-gall .desc .btn-wrap button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: inherit;
}
.no-sub-product__inner .gallery_list .img-gall .desc .btn-wrap button.learn-more {
  width: clamp(15rem, 1.9417475728vw + 14.2718446602rem, 18rem);
  height: auto;
}
.no-sub-product__inner .gallery_list .img-gall .desc .btn-wrap button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: var(--clr-ui-black);
  border-radius: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub-product__inner .gallery_list .img-gall .desc .btn-wrap button.learn-more .circle i {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%) rotate(-270deg);
}
.no-sub-product__inner .gallery_list .img-gall .desc .btn-wrap button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.no-sub-product__inner .gallery_list .img-gall .desc .btn-wrap button:hover .circle {
  width: 100%;
}
.no-sub-product__inner .gallery_list .img-gall .desc .btn-wrap button:hover .button-text {
  color: #fff;
}
.no-sub-inquiry .contact-list figure {
  border-radius: 1.6rem;
  overflow: hidden;
}

@media (max-width: 544px) {
.no-sub-inquiry .contact-list figure {
	height:28rem;
}
}


.no-sub-inquiry .contact-list .text {
  text-align: center;
}
.no-sub-inquiry .contact-list .text h3 {
  font-weight: 600;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media (max-width: 768px) {
.no-sub-view__inner .product-view .product-container .thumb-wrap {
	width:100%;
}
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap {
  position: relative;
  width: 100%;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .swiper-slide {
  height: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
}

.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .product-img {
  /*
  height: 100%;
  max-height: clamp(32rem, 12.9449838188vw + 27.145631068rem, 52rem);
*/ 
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap img {
  height: 100%;
  position: relative;
  z-index: 1;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .thumb-next,
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .thumb-prev {
  color: var(--clr-ui-black);
  width: 4.5rem;
  height: 4.5rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow:
    rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  transition: 0.2s ease all;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .thumb-next::after,
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .thumb-prev::after {
  display: none;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .thumb-next-disalbe,
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .thumb-prev-disalbe {
  opacity: 0;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .thumb-next:hover,
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .thumb-prev:hover {
  background-color: var(--clr-ui-blue);
  color: var(--clr-ui-white);
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .thumb-next {
  right: -2.5rem;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .thumb-next:hover {
  right: -2.8rem;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .thumb-prev {
  left: -2.5rem;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .product-wrap .thumb-prev:hover {
  left: -2.8rem;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .thumb-swiper {
  box-sizing: border-box;
  padding: 10px 0;
  width: 100%;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .thumb-swiper .swiper-slide {

  height: clamp(7rem, 3.2362459547vw + 5.786407767rem, 12rem);

}
.no-sub-view__inner .product-view .product-container .thumb-wrap .thumb-swiper .swiper-slide figure {
	height:100%;
	border-right: 0.8rem;
	overflow:hidden; 
	cursor: pointer; 
  border:1px solid #ddd;
	border-radius: 1.2rem;
  overflow: hidden;

}

.no-sub-view__inner .product-view .product-container .thumb-wrap .thumb-swiper .swiper-slide img {
  display: block;
  position: relative;
  z-index: 1;
  height:100%;
  	opacity: 0.4;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .thumb-swiper .swiper-slide img:hover{
	opacity: 1;
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .thumb-swiper .swiper-slide.swiper-slide-thumb-active figure {
		border-width: 2px;
	border-color: #000; 
}
.no-sub-view__inner .product-view .product-container .thumb-wrap .thumb-swiper .swiper-slide.swiper-slide-thumb-active img {
	opacity: 1;
}


.no-sub-view__inner .product-view .product-info {
width:50%;
border-top: 2px solid var(--clr-ui-black);
}
.no-sub-view__inner .product-view .product-info dl {
  display: flex;
  padding: 2.4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
.no-sub-view__inner .product-view .product-info dl:last-child{
  display: flex;
  flex-wrap:wrap;
/*   flex-direction: column */;
    gap: 1.2rem;
}
.no-sub-view__inner .product-view .product-info dl .product-desc{
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.no-sub-view__inner .product-view .product-info dt {
  width: 20rem;
  font-weight: 600;
}

.no-sub-view__inner .product-view .product-info dd {
  color: #888;
   word-break: break-all;
   flex:1; 
}
@media (max-width: 1024px) {
  .no-sub-view__inner .product-view .product-info dl {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  }
  @media (max-width: 768px) {
  .no-sub-view__inner .product-view .product-info {
	width:100%;
  }
  
  .no-sub-view__inner .product-view .product-info dt {
    width: 100%;
  }
}


.no-sub-view__inner .tab-contents .tab-menu {
  display: flex;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  border-top: 1px solid #eee;
  color: #8e8e8e;
}
.no-sub-view__inner .tab-contents .tab-menu li {
  padding: 2.4rem 0;
  cursor: pointer;
  position: relative;
}
.no-sub-view__inner .tab-contents .tab-menu li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--clr-ui-black);
  transition: 0.2s ease all;
  border-radius: 5.5rem;
}
.no-sub-view__inner .tab-contents .tab-menu li.active {
  font-weight: 700;
  color: var(--clr-ui-black);
}
.no-sub-view__inner .tab-contents .tab-menu li.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--clr-ui-black);
  transition: 0.2s ease all;
  border-radius: 5.5rem;
}
.no-sub-view__inner .tab-contents h2 {
  text-align: center;
}
.no-sub-view__inner .product-detail {
  background-color: #f9f9f9;
}
.no-sub-view__inner .product-detail__inner {
  background-color: #fff;
  padding: 3.2rem;
  border-radius: 1.2rem;
}
.no-sub-view__inner .product-detail__inner  div{
  font-weight: 500;
}
.no-sub-view__inner .product-detail__inner  div >  span{
	font-family:'Pretendard'  !important;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem) !important;
}
.no-sub-view__inner .product-detail__inner  div br{
	display:none;
}
.no-sub-view__inner .product-detail__inner  div >  ul > li{
	font-family:'Pretendard'  !important;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem) !important;
    padding:3.2rem 0;
	border-bottom:1px solid #eee;
	position:relative;
	list-style: disc;
	word-break: break-all;
}

.no-sub-view__inner .product-detail__inner  div >  div:nth-child(even){
	padding:0;
}
.no-sub-view__inner .tab-content {
  display: none;
}
.no-sub-view__inner .tab-content:first-of-type {
  display: block;
}
.no-board {
  background-color: #f9f9f9;
}
.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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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-faq .no-skin-faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.no-board .no-skin-faq .no-skin-faq-item {
  border-radius: 1.2rem;
  background-color: #fff;
}
.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.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-board .no-skin-faq .no-skin-faq-item__icon {
  --width: 3.2rem;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fafafa;
  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-ui-blue);
}
.no-board .no-skin-faq .no-skin-faq-item__icon span {
  color: var(--clr-ui-blue);
  font-weight: 600;
}
.no-board .no-skin-faq .no-skin-faq-item__icon .answer {
  color: #fff;
}
.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: 2.4rem;
  transition: 0.2s ease all;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.no-board .no-skin-faq .no-skin-faq-item button.active {
  background-color: #f5f5f5;
}
.no-board .no-skin-faq .no-skin-faq-item button.active .no-skin-faq-item__title h3 {
  color: var(--clr-ui-blue);
}
.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 {
  color: var(--clr-primary-main);
}
.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 {
  display: flex;
  gap: 1.6rem;
  padding: 2.4rem;
  padding-bottom: 4.8rem;
  border-top: 1px solid var(--clr-ui-subtext);
  background-color: var(--clr-ui-white);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-bottom-right-radius:1.2rem;
    border-bottom-left-radius:1.2rem;
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-body > div {
    padding: 1.6rem;
    padding-bottom: 3.2rem;
    flex-direction: column;
  }
}
.no-board .no-skin-faq .no-skin-faq-body__content {
  flex: 1;
} /*# sourceMappingURL=style.css.map */


.pr-box {
  box-shadow:
    rgba(67, 71, 85, 0.17) 0px 0px 0.15em,
    rgba(90, 125, 188, 0.03) 0px 0.15em 0.3em;
  height: clamp(16rem, 9.0614886731vw + 12.6019417476rem, 30rem);
  padding: 1.6rem 2.4rem;
  overflow-y: auto;
  font-size: 1.4rem;
  margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  height:23rem !important;
  background:#f5f5f5;
  border-top-left-radius:1.2rem;
  border-bottom-left-radius:1.2rem;
}
 .pr-box p {
  padding-top: 2rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 500;
    word-break: break-all;
}
 .no-chk-agree {
  display: flex;
  align-items: flex-start;
  gap:0.8rem;
}
 .no-chk-agree input {
  width: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  height: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  position: relative;
  padding: 0;
   transform: translateY(3px);
}
 .no-chk-agree input:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url('/resource/images/icon/fc_check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  height: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  z-index: 2;

}
 .no-chk-agree label {
  font-size: 1.6rem;
  font-weight: 500;
  color:#000;
}
@media (max-width: 544px) {
   .no-chk-agree label {
    font-size: 1.2rem;
  }
}
 .no-chk-agree label strong {
  font-weight: 700;
}
 .bt-wrap .captcha-wrap .no-captcha {
  width: 100%;
}
 .bt-wrap .captcha-wrap .no-captcha__box {
  display: flex;
  align-items: center;
}
 .bt-wrap .captcha-wrap .no-captcha__box .no-captcha__img {
  height: 5rem;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-ui-black);
  overflow: hidden;
  object-fit: contain;
  border-width: 100%;
  border-top-left-radius:0.8rem;
  border-bottom-left-radius:0.8rem;
}
 .bt-wrap .captcha-wrap .no-captcha__box .no-captcha__img {
  object-fit: contain;
}
 .captcha-wrap input {
  border: none;
  border-radius:0;
  max-width: 30rem;
  width: 100%;
  padding: 2.4rem;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.61;
  color: #1a1a1a;
  border:1px solid #ddd;
  background:transparent;
  padding-right: 2.4rem;
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
    border-top-right-radius:0.8rem;
  border-bottom-right-radius:0.8rem;
   color: #878787;
}
@media (max-width: 768px) {
   .captcha-wrap input {
    font-size: 1.4rem;
  }
}
@media (max-width: 544px) {
   .captcha-wrap input {
    width: 100% !important;
  }
}
 .captcha-wrap input input::placeholder {
  color: #5f5f5f;
}
 .captcha-wrap input input:focus {
  outline: none;
}

.no-main-product__inner .product-list ul a .text {
text-align: center;
width: 100%;
line-height: 1.15;
}


.no-sub-view__inner .product-view .product-info dl {
	    text-transform: none;
}

.no-sub-view__inner .product-view .product-info dd a {
	display: inline-block !important; 
	cursor: pointer !important; 
}