@charset "UTF-8";
@import '/resource/fonts/Pretendard/web/static/pretendard.css';
@import 'https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap';
@font-face {
  font-family: 'Noto Serif KR';
  src: url(/resource/fonts/Noto_Sans_KR/NotoSansKR-SemiBold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif KR';
  src: url(/resource/fonts/Noto_Sans_KR/NotoSansKR-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif KR';
  src: url(/resource/fonts/Noto_Sans_KR/NotoSansKR-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --base-font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  --base-line-height: 1.41;
  --base-letter-spacing: -0.05rem;
  --header-height: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  --header-z-index: 10000;
  --backdrop-z-index: 500;
  --top-btn-z-index: 1000;
  --gutter-lg: clamp(3.6rem, 2.3300970874vw + 2.7262135922rem, 7.2rem);
  --gutter-md: clamp(2rem, 1.8122977346vw + 1.3203883495rem, 4.8rem);
  --gutter-sm: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  --input-height: clamp(4rem, 0.9061488673vw + 3.6601941748rem, 5.4rem);
  --family-base: Pretendard, sans-serif;
  --family-en-base: Manrope, sans-serif;
  --family-en-title: Manrope, sans-serif;
  --family-ko-base: Pretendard, sans-serif;
  --family-ko-title: Pretendard, sans-serif;
  --clr-base-white: #fff;
  --clr-base-black: #212121;
  --clr-ui-body: #111;
  --clr-ui-bg: #fff;
  --clr-ui-outline: #ededed;
  --clr-ui-bg-xs: #f6f4f1;
  --clr-ui-bg-sm: #f2efec;
  --clr-ui-bg-md: #eae5e0;
  --clr-ui-bg-lg: #60564c;
  --clr-gray-50: #f5f5f5;
  --clr-gray-100: #e9e9e9;
  --clr-gray-200: #d9d9d9;
  --clr-gray-300: #c4c4c4;
  --clr-gray-400: #9d9d9d;
  --clr-gray-500: #7b7b7b;
  --clr-gray-600: #555555;
  --clr-gray-700: #434343;
  --clr-gray-800: #262626;
  --clr-gray-900: #111;
  --clr-primary-500: #a59f8f;
  --clr-point: #a59f8f;
  --clr-secondary-500: #f6f3f2;
  --clr-ui-surface: #fff;
  --clr-ui-title: #000;
  --clr-on-white-high: rgba(255, 255, 255, 0.87);
  --clr-on-white-medium: rgba(255, 255, 255, 0.6);
  --clr-on-white-disabled: rgba(255, 255, 255, 0.38);
  --clr-on-black-high: rgba(0, 0, 0, 0.87);
  --clr-on-black-medium: rgba(0, 0, 0, 0.6);
  --clr-on-black-disabled: rgba(0, 0, 0, 0.38);
  --clr-dp-1: rgba(0, 0, 0, 0.05);
  --clr-dp-2: rgba(0, 0, 0, 0.07);
  --clr-dp-3: rgba(0, 0, 0, 0.08);
  --clr-dp-4: rgba(0, 0, 0, 0.09);
  --clr-dp-6: rgba(0, 0, 0, 0.11);
  --clr-dp-8: rgba(0, 0, 0, 0.12);
  --clr-dp-12: rgba(0, 0, 0, 0.14);
  --clr-dp-16: rgba(0, 0, 0, 0.15);
  --clr-dp-24: rgba(0, 0, 0, 0.16);
  --clr-text-title: #212121;
  --clr-text-body: #424242;
  --clr-text-title-invert: #fff;
  --clr-text-body-invert: #f5f5f5;
  --clr-text-desc: #9e9e9e;
  --clr-text-desc-invert: #838383;
  --clr-border-default: #e0e0e0;
  --clr-border-strong: #212121;
  --clr-border-white-week: rgba(255, 255, 255, 0.16);
  --clr-border-white-strong: rgba(255, 255, 255, 0.48);
  --clr-background-cursor: #769ed3;
  --clr-text-cursor: #fff;
}
html[data-theme='dark'] {
  --clr-ui-white: #fff;
  --clr-ui-black: #000;
  --clr-ui-body: #fff;
  --clr-ui-bg: #121212;
  --clr-ui-outline: #2a2a2a;
  --clr-ui-bg-xs: #161616;
  --clr-ui-bg-sm: #1c1c1c;
  --clr-ui-bg-md: #222222;
  --clr-ui-bg-lg: #2c2c2c;
  --clr-gray-50: #111111;
  --clr-gray-100: #262626;
  --clr-gray-200: #434343;
  --clr-gray-300: #555555;
  --clr-gray-400: #7b7b7b;
  --clr-gray-500: #9d9d9d;
  --clr-gray-600: #c4c4c4;
  --clr-gray-700: #d9d9d9;
  --clr-gray-800: #e9e9e9;
  --clr-gray-900: #f5f5f5;
  --clr-primary-50: #e7f1f9;
  --clr-primary-100: #c5dbf1;
  --clr-primary-200: #a4c5e7;
  --clr-primary-300: #87afdb;
  --clr-primary-400: #769ed3;
  --clr-primary-500: #6a8fcb;
  --clr-primary-600: #6282be;
  --clr-primary-700: #5871ab;
  --clr-primary-800: #4f6098;
  --clr-primary-900: #3d447c;
  --clr-primary-def: #769ed3;
  --clr-ui-surface: #000;
  --clr-ui-title: #fff;
  --clr-on-white-high: rgba(0, 0, 0, 0.87);
  --clr-on-white-medium: rgba(0, 0, 0, 0.6);
  --clr-on-white-disabled: rgba(0, 0, 0, 0.38);
  --clr-on-black-high: rgba(255, 255, 255, 0.87);
  --clr-on-black-medium: rgba(255, 255, 255, 0.6);
  --clr-on-black-disabled: rgba(255, 255, 255, 0.38);
  --clr-dp-1: rgba(255, 255, 255, 0.05);
  --clr-dp-2: rgba(255, 255, 255, 0.07);
  --clr-dp-3: rgba(255, 255, 255, 0.08);
  --clr-dp-4: rgba(255, 255, 255, 0.09);
  --clr-dp-6: rgba(255, 255, 255, 0.11);
  --clr-dp-8: rgba(255, 255, 255, 0.12);
  --clr-dp-12: rgba(255, 255, 255, 0.14);
  --clr-dp-16: rgba(255, 255, 255, 0.15);
  --clr-dp-24: rgba(255, 255, 255, 0.16);
  --clr-text-title: #ffffff;
  --clr-text-body: #e0e0e0;
  --clr-text-title-invert: #212121;
  --clr-text-body-invert: #424242;
  --clr-text-desc: #bdbdbd;
  --clr-text-desc-invert: #838383;
  --clr-border-default: #2a2a2a;
  --clr-border-strong: #e0e0e0;
  --clr-border-white-week: rgba(255, 255, 255, 0.16);
  --clr-border-white-strong: rgba(255, 255, 255, 0.48);
  --clr-background-cursor: #769ed3;
  --clr-text-cursor: #000;
}
.clr-base-white {
  color: var(--clr-base-white);
}
.bg-base-white {
  background: var(--clr-base-white);
}
.clr-base-black {
  color: var(--clr-base-black);
}
.bg-base-black {
  background: var(--clr-base-black);
}
.clr-ui-body {
  color: var(--clr-ui-body);
}
.bg-ui-body {
  background: var(--clr-ui-body);
}
.clr-ui-bg {
  color: var(--clr-ui-bg);
}
.bg-ui-bg {
  background: var(--clr-ui-bg);
}
.clr-ui-outline {
  color: var(--clr-ui-outline);
}
.bg-ui-outline {
  background: var(--clr-ui-outline);
}
.clr-ui-bg-xs {
  color: var(--clr-ui-bg-xs);
}
.bg-ui-bg-xs {
  background: var(--clr-ui-bg-xs);
}
.clr-ui-bg-sm {
  color: var(--clr-ui-bg-sm);
}
.bg-ui-bg-sm {
  background: var(--clr-ui-bg-sm);
}
.clr-ui-bg-md {
  color: var(--clr-ui-bg-md);
}
.bg-ui-bg-md {
  background: var(--clr-ui-bg-md);
}
.clr-ui-bg-lg {
  color: var(--clr-ui-bg-lg);
}
.bg-ui-bg-lg {
  background: var(--clr-ui-bg-lg);
}
.clr-gray-50 {
  color: var(--clr-gray-50);
}
.bg-gray-50 {
  background: var(--clr-gray-50);
}
.clr-gray-100 {
  color: var(--clr-gray-100);
}
.bg-gray-100 {
  background: var(--clr-gray-100);
}
.clr-gray-200 {
  color: var(--clr-gray-200);
}
.bg-gray-200 {
  background: var(--clr-gray-200);
}
.clr-gray-300 {
  color: var(--clr-gray-300);
}
.bg-gray-300 {
  background: var(--clr-gray-300);
}
.clr-gray-400 {
  color: var(--clr-gray-400);
}
.bg-gray-400 {
  background: var(--clr-gray-400);
}
.clr-gray-500 {
  color: var(--clr-gray-500);
}
.bg-gray-500 {
  background: var(--clr-gray-500);
}
.clr-gray-600 {
  color: var(--clr-gray-600);
}
.bg-gray-600 {
  background: var(--clr-gray-600);
}
.clr-gray-700 {
  color: var(--clr-gray-700);
}
.bg-gray-700 {
  background: var(--clr-gray-700);
}
.clr-gray-800 {
  color: var(--clr-gray-800);
}
.bg-gray-800 {
  background: var(--clr-gray-800);
}
.clr-gray-900 {
  color: var(--clr-gray-900);
}
.bg-gray-900 {
  background: var(--clr-gray-900);
}
.clr-primary-500 {
  color: var(--clr-primary-500);
}
.bg-primary-500 {
  background: var(--clr-primary-500);
}
.clr-point {
  color: var(--clr-point);
}
.bg-point {
  background: var(--clr-point);
}
.clr-secondary-500 {
  color: var(--clr-secondary-500);
}
.bg-secondary-500 {
  background: var(--clr-secondary-500);
}
.clr-ui-surface {
  color: var(--clr-ui-surface);
}
.bg-ui-surface {
  background: var(--clr-ui-surface);
}
.clr-ui-title {
  color: var(--clr-ui-title);
}
.bg-ui-title {
  background: var(--clr-ui-title);
}
.clr-on-white-high {
  color: var(--clr-on-white-high);
}
.bg-on-white-high {
  background: var(--clr-on-white-high);
}
.clr-on-white-medium {
  color: var(--clr-on-white-medium);
}
.bg-on-white-medium {
  background: var(--clr-on-white-medium);
}
.clr-on-white-disabled {
  color: var(--clr-on-white-disabled);
}
.bg-on-white-disabled {
  background: var(--clr-on-white-disabled);
}
.clr-on-black-high {
  color: var(--clr-on-black-high);
}
.bg-on-black-high {
  background: var(--clr-on-black-high);
}
.clr-on-black-medium {
  color: var(--clr-on-black-medium);
}
.bg-on-black-medium {
  background: var(--clr-on-black-medium);
}
.clr-on-black-disabled {
  color: var(--clr-on-black-disabled);
}
.bg-on-black-disabled {
  background: var(--clr-on-black-disabled);
}
.clr-dp-1 {
  color: var(--clr-dp-1);
}
.bg-dp-1 {
  background: var(--clr-dp-1);
}
.clr-dp-2 {
  color: var(--clr-dp-2);
}
.bg-dp-2 {
  background: var(--clr-dp-2);
}
.clr-dp-3 {
  color: var(--clr-dp-3);
}
.bg-dp-3 {
  background: var(--clr-dp-3);
}
.clr-dp-4 {
  color: var(--clr-dp-4);
}
.bg-dp-4 {
  background: var(--clr-dp-4);
}
.clr-dp-6 {
  color: var(--clr-dp-6);
}
.bg-dp-6 {
  background: var(--clr-dp-6);
}
.clr-dp-8 {
  color: var(--clr-dp-8);
}
.bg-dp-8 {
  background: var(--clr-dp-8);
}
.clr-dp-12 {
  color: var(--clr-dp-12);
}
.bg-dp-12 {
  background: var(--clr-dp-12);
}
.clr-dp-16 {
  color: var(--clr-dp-16);
}
.bg-dp-16 {
  background: var(--clr-dp-16);
}
.clr-dp-24 {
  color: var(--clr-dp-24);
}
.bg-dp-24 {
  background: var(--clr-dp-24);
}
.clr-text-title {
  color: var(--clr-text-title);
}
.bg-text-title {
  background: var(--clr-text-title);
}
.clr-text-body {
  color: var(--clr-text-body);
}
.bg-text-body {
  background: var(--clr-text-body);
}
.clr-text-title-invert {
  color: var(--clr-text-title-invert);
}
.bg-text-title-invert {
  background: var(--clr-text-title-invert);
}
.clr-text-body-invert {
  color: var(--clr-text-body-invert);
}
.bg-text-body-invert {
  background: var(--clr-text-body-invert);
}
.clr-text-desc {
  color: var(--clr-text-desc);
}
.bg-text-desc {
  background: var(--clr-text-desc);
}
.clr-text-desc-invert {
  color: var(--clr-text-desc-invert);
}
.bg-text-desc-invert {
  background: var(--clr-text-desc-invert);
}
.clr-border-default {
  color: var(--clr-border-default);
}
.bg-border-default {
  background: var(--clr-border-default);
}
.clr-border-strong {
  color: var(--clr-border-strong);
}
.bg-border-strong {
  background: var(--clr-border-strong);
}
.clr-border-white-week {
  color: var(--clr-border-white-week);
}
.bg-border-white-week {
  background: var(--clr-border-white-week);
}
.clr-border-white-strong {
  color: var(--clr-border-white-strong);
}
.bg-border-white-strong {
  background: var(--clr-border-white-strong);
}
.clr-background-cursor {
  color: var(--clr-background-cursor);
}
.bg-background-cursor {
  background: var(--clr-background-cursor);
}
.clr-text-cursor {
  color: var(--clr-text-cursor);
}
.bg-text-cursor {
  background: var(--clr-text-cursor);
}
.no-family-base {
  font-family: Pretendard, sans-serif;
}
.no-family-en-base,
.no-family-en-title {
  font-family: Manrope, sans-serif;
}
.no-family-ko-base,
.no-family-ko-title {
  font-family: Pretendard, sans-serif;
}
.no-container-3xl {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-container-2xl {
  max-width: 1664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-container-xl {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-container-lg {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-container-md {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-container-sm {
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-container-xs {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-section-xl {
  padding-bottom: clamp(12rem, 7.1197411003vw + 9.3300970874rem, 23rem);
  padding-top: clamp(12rem, 7.1197411003vw + 9.3300970874rem, 23rem);
}
.no-section-lg {
  padding-bottom: clamp(8.2rem, 4.4012944984vw + 6.5495145631rem, 15rem);
  padding-top: clamp(8.2rem, 4.4012944984vw + 6.5495145631rem, 15rem);
}
.no-section-md {
  padding-bottom: clamp(5.4rem, 4.2718446602vw + 3.7980582524rem, 12rem);
  padding-top: clamp(5.4rem, 4.2718446602vw + 3.7980582524rem, 12rem);
}
.no-section-sm {
  padding-bottom: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
  padding-top: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.no-section-footer {
  padding-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.content-module {
  height: clamp(49.3rem, 12.8802588997vw + 44.4699029126rem, 69.2rem);
}
.f-heading-1 {
  font-size: clamp(2.2rem, 1.6828478964vw + 1.5689320388rem, 4.8rem);
  line-height: 1.41;
  font-weight: 600;
  letter-spacing: -0.004rem;
  font-family: Manrope;
}
.f-heading-2 {
  font-size: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  line-height: 1.41;
  font-weight: 600;
  letter-spacing: -0.004rem;
  font-family: Manrope;
}
.f-heading-3 {
  font-size: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  line-height: 1.41;
  font-weight: 600;
  letter-spacing: -0.004rem;
  font-family: Manrope;
}
.f-heading-4 {
  font-size: clamp(1.5rem, 0.5825242718vw + 1.2815533981rem, 2.4rem);
  line-height: 1.41;
  font-weight: 600;
  letter-spacing: -0.004rem;
  font-family: Manrope;
}
.f-display-0_5 {
  font-size: clamp(3.4rem, 6.0841423948vw + 1.1184466019rem, 12.8rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.1rem;
  font-family: Manrope;
}
.f-display-1 {
  font-size: clamp(3.4rem, 2.4595469256vw + 2.4776699029rem, 7.2rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.1rem;
  font-family: Manrope;
}
.f-display-2 {
  font-size: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.1rem;
  font-family: Manrope;
}
.f-display-3 {
  font-size: clamp(3rem, 1.8122977346vw + 2.3203883495rem, 5.8rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.05rem;
  font-family: Manrope;
}
.f-display-4 {
  font-size: clamp(2.8rem, 1.5533980583vw + 2.2174757282rem, 5.2rem);
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: -0.05rem;
  font-family: Manrope;
}
.f-body-1 {
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  line-height: 1.41;
  font-weight: 500;
  letter-spacing: -0.004rem;
  font-family: Pretendard;
}
.f-body-2 {
  font-size: clamp(1.3rem, 0.3236245955vw + 1.1786407767rem, 1.8rem);
  line-height: 1.618;
  font-weight: 400;
  letter-spacing: -0.06rem;
  font-family: Pretendard;
}
.f-body-3 {
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  line-height: 1.618;
  font-weight: 400;
  letter-spacing: -0.06rem;
  font-family: Pretendard;
}
.f-body-4 {
  font-size: clamp(1.1rem, 0.1941747573vw + 1.027184466rem, 1.4rem);
  line-height: 1.618;
  font-weight: 400;
  letter-spacing: -0.06rem;
  font-family: Pretendard;
}
.s-heading-xl {
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.05;
  font-family: Pretendard;
  letter-spacing: -0.1rem;
}
@media (max-width: 1024px) {
  .s-heading-xl {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .s-heading-xl {
    font-size: 3.2rem;
  }
}
.s-body-l {
  font-size: 2.4rem;
  font-family: Pretendard;
}
@media (max-width: 768px) {
  .s-body-l {
    font-size: 2rem;
  }
}
.s-body-s {
  font-size: 1.2rem;
  font-family: Pretendard;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  * br {
    display: none;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-size: 62.5%;
}
body {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  word-break: keep-all;
  letter-spacing: var(--base-letter-spacing);
  background: var(--clr-ui-surface);
  color: var(--clr-ui-body);
  font-family: var(--family-base);
  font-weight: 400;
}
a,
button,
select,
input,
textarea,
option {
  color: var(--clr-ui-body);
  font-family: var(--family-base);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}
[lang='ko-kr'] body {
  font-family: var(--family-ko-base);
}
ul,
ol,
li {
  list-style: none;
}
img {
  width: 100%;
  object-fit: cover;
}
a {
  text-decoration: none;
}
em,
address {
  font-style: normal;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
label {
  cursor: pointer;
}
textarea {
  resize: none;
}
input,
textarea,
select,
option {
  border: none;
  outline: none;
}
.no-hidden {
  overflow: hidden;
}
::selection {
  background: var(--clr-primary-500);
  color: var(--clr-base-white);
}
::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--clr-primary-500);
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background: #00000014;
}
b {
  font-weight: 700;
}
a {
  display: block;
}
.fw-ex {
  font-weight: 800;
}
.fw-b {
  font-weight: 700;
}
.fw-sm {
  font-weight: 600;
}
.fw-m {
  font-weight: 500;
}
.fw-r {
  font-weight: 400;
}
.--main-c {
  color: var(--clr-primary-500);
}
.--white-c {
  color: #fff;
}
.no-pd-140--y {
  padding: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem) 0;
}
.no-pd-120--y {
  padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
}
.no-pd-80--y {
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
}
.no-pd-64--y {
  padding: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem) 0;
}
.no-pd-48--y {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
}
.no-pd-40--y {
  padding: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem) 0;
}
.no-pd-24--y {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
}
.no-pd-12--y {
  padding: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem) 0;
}
.no-pd-8--y {
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
}
.no-pd-140--t {
  padding-top: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem);
}
.no-pd-120--t {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-80--t {
  padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}
.no-pd-64--t {
  padding-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}
.no-pd-48--t {
  padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-pd-40--t {
  padding-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-pd-32--t {
  padding-top: clamp(1.8rem, 0.9061488673vw + 1.4601941748rem, 3.2rem);
}
.no-pd-24--t {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-pd-12--t {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
}
.no-pd-8--t {
  padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-mg-140--y {
  margin: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem) 0;
}
.no-mg-120--y {
  margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
}
.no-mg-80--y {
  margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
}
.no-mg-64--y {
  margin: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem) 0;
}
.no-mg-48--y {
  margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
}
.no-mg-40--y {
  margin: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem) 0;
}
.no-mg-24--y {
  margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
}
.no-mg-12--y {
  margin: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem) 0;
}
.no-mg-8--y {
  margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
}
.no-mg-140--t {
  margin-top: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem);
}
.no-mg-120--t {
  margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-mg-80--t {
  margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}
.no-mg-64--t {
  margin-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}
.no-mg-48--t {
  margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-mg-40--t {
  margin-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-mg-24--t {
  margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-mg-12--t {
  margin-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
}
.no-mg-8--t {
  margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-heading-xl {
  font-size: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-heading-lg {
  font-size: clamp(2.6rem, 1.4239482201vw + 2.0660194175rem, 4.8rem);
}
.no-heading-md {
  font-size: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
}
.no-heading-sm {
  font-size: clamp(2.2rem, 0.3883495146vw + 2.054368932rem, 2.8rem);
}
.no-heading-xs {
  font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-body-xl {
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
}
.no-body-lg {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.no-body-md {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-body-sm {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.no-body-xs {
  font-size: clamp(1.1rem, 0.0647249191vw + 1.0757281553rem, 1.2rem);
}
.--txt-c {
  text-align: center;
}
.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 544px) {
  .grid-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 544px) {
  .grid-col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .grid-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .grid-col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1024px) {
  .grid-col-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-col-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.--gap-64 {
  gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.--gap-48 {
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.--gap-24 {
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.font-en {
  font-family: 'Noto Serif KR';
}
p {
  line-height: 1.61;
}
h2,
h3,
h4,
h5 {
  line-height: 1.31;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.f-btw {
  display: flex;
  justify-content: space-between;
}
.ali-end {
  align-items: flex-end;
}
.scroll-lock {
  overflow: hidden;
  height: 100vh;
}
.no-form-search {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: var(--clr-base-white);
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 1.6rem;
  border-radius: 0.6rem;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  box-shadow:
    #4347552b 0 0 0.15em,
    #5a7dbc08 0 0.15em 0.3em;
  gap: 1.6rem;
}
.no-form-search .search {
  width: clamp(18rem, 3.8834951456vw + 16.5436893204rem, 24rem);
  font-size: 1.4rem;
  height: clamp(3rem, 0.2588996764vw + 2.9029126214rem, 3.4rem);
  font-family: Pretendard;
  background: transparent;
}
@media (max-width: 768px) {
  .no-form-search .search {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .no-form-search .search {
    width: 100%;
  }
}
.no-form-search .search_control i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: var(--z-index-header);
  height: var(--header-height);
  transition: 0.5s ease all;
  z-index: 2000;
  overflow: hidden;
}
.no-header.active {
  border: none;
  background: #ffffffe6;
}
.no-header.active .no-header__inner--menu .no-header__gnb--link {
  color: var(--clr-base-black);
}
.no-header.active .header-container {
  border-bottom: 1px solid #212121;
}
.no-header.active .logo-w {
  display: none;
}
.no-header.active .logo-c {
  display: flex;
}
.no-header.active .login-icon img,
.no-header.active .toggle-icon img {
  filter: grayscale(100%) brightness(0);
}
.no-header.bg {
  border: none;
  background: #ffffffe6;
  box-shadow: #00000014 0 10px 10px -10px;
}
.no-header.bg .no-header__inner--menu .no-header__gnb--link {
  color: var(--clr-base-black);
}
.no-header.bg .header-container {
  border-bottom: 1px solid #212121;
}
.no-header.bg .logo-w {
  display: none;
}
.no-header.bg .logo-c {
  display: flex;
}
.no-header.bg .login-icon img,
.no-header.bg .toggle-icon img {
  filter: grayscale(100%) brightness(0);
}
.no-header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
}
.no-header__inner--logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.no-header__inner--logo a {
  width: clamp(14rem, 1.6828478964vw + 13.3689320388rem, 16.6rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-header__inner--logo .logo-w {
  display: flex;
}
.no-header__inner--logo .logo-c {
  display: none;
}
.no-header__inner--menu {
  height: 100%;
  position: relative;
}
.no-header__inner--menu .no-header__gnb {
  display: flex;
  height: 100%;
  width: 100%;
  transition: 0.3s ease all;
}
@media (max-width: 1024px) {
  .no-header__inner--menu .no-header__gnb {
    display: none;
  }
}
.no-header__inner--menu .no-header__gnb--item {
  flex: 1;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 1.2rem clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  box-sizing: border-box;
  white-space: nowrap;
}
.no-header__inner--menu .no-header__gnb--item:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  background: #a59f8f;
  transition: all 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  opacity: 0;
}
.no-header__inner--menu .no-header__gnb--item:hover:after {
  width: 100%;
  opacity: 1;
  z-index: 1;
}
.no-header__inner--menu .no-header__gnb--link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: var(--clr-base-white);
}
.no-header__inner--menu .no-header__lnb {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  transform: translate(-50%);
  text-align: center;
  z-index: 1600;
  padding-top: 1.2rem;
}
.no-header__inner--menu .no-header__lnb--item {
  height: 100%;
}
.no-header__inner--menu .no-header__lnb--link {
  height: 100%;
  transition: 0.3s ease all;
  padding: 0.8rem clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  position: relative;
  color: #666;
  font-weight: 500;
  overflow: hidden;
}
.no-header__inner--menu .no-header__lnb--link:hover {
  color: var(--clr-base-black);
  font-weight: 500;
}
.no-header__inner .header-btnwrap {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
@media (max-width: 375px) {
  .no-header__inner .header-btnwrap .header-user,
  .no-header__inner .header-btnwrap .no-header__inner--login {
    display: none;
  }
}
.no-header__inner--login {
  cursor: pointer;
}
.no-header__inner--login figure {
  width: 4.8rem;
  height: 4.8rem;
}
.no-header__inner--login figure img {
  height: 100%;
}
.no-header__inner--toggle {
  cursor: pointer;
}
.no-header__inner--toggle .toggle-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.no-header__inner--toggle .toggle-icon img {
  height: 100%;
}
.no-header .header-user {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0.4rem;
  background: #ffffff14;
  border-radius: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px #0000000d;
}
.no-header .header-user:hover {
  background: #ffffff1f;
  border-color: #ffffff26;
}
.no-header .header-user__name {
  display: flex;
  align-items: center;
  color: var(--clr-base-white);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.1514563107rem, 1.6rem);
  font-weight: 500;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  transition: background 0.2s ease;
}
.no-header .header-user__name:hover {
  background: #ffffff14;
}
.no-header .header-user__logout {
  background: transparent;
  border: none;
  color: var(--clr-base-white);
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  font-weight: 400;
  cursor: pointer;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  transition: background 0.2s ease;
  opacity: 0.8;
}
.no-header .header-user__logout:hover {
  opacity: 1;
  background: #ffffff14;
}
.no-header.active .header-user,
.no-header.bg .header-user {
  background: #0000000a;
  border-color: #00000014;
  box-shadow: 0 1px 2px #0000000a;
}
.no-header.active .header-user:hover,
.no-header.bg .header-user:hover {
  background: #0000000f;
  border-color: #0000001f;
}
.no-header.active .header-user .header-user__name,
.no-header.bg .header-user .header-user__name {
  color: var(--clr-base-black);
}
.no-header.active .header-user .header-user__name:hover,
.no-header.bg .header-user .header-user__name:hover {
  background: #0000000a;
}
.no-header.active .header-user .header-user__logout,
.no-header.bg .header-user .header-user__logout {
  color: var(--clr-base-black);
  opacity: 0.7;
}
.no-header.active .header-user .header-user__logout:hover,
.no-header.bg .header-user .header-user__logout:hover {
  opacity: 1;
  background: #0000000a;
}
.no-header .toggle-nav {
  position: fixed;
  left: 0;
  top: -150%;
  width: 100%;
  height: 100%;
  background: #fff;
  min-height: calc(100vh - var(--header-height) * 3);
  z-index: 1999;
  overflow-y: auto;
  overflow-x: hidden;
  transition:
    top 1.2s ease,
    opacity 0.8s ease;
}
.no-header .toggle-nav.--drop {
  top: 0;
}
.no-header .toggle-nav.--drop .toggle-nav__inner {
  opacity: 1;
  visibility: inherit;
}
.no-header .toggle-nav .toggle--div {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.no-header .toggle-nav .toggle-nav__header {
  top: 0;
  left: 0;
  height: var(--header-height);
  width: 100%;
  z-index: 2;
}
.no-header .toggle-nav .toggle-nav__header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.no-header .toggle-nav .toggle-nav__header .th-logo {
  width: clamp(14rem, 1.6828478964vw + 13.3689320388rem, 16.6rem);
}
.no-header .toggle-nav .toggle-nav__header .th-logo img {
  height: 100%;
}
.no-header .toggle-nav .toggle-nav__header .toggle-nav__header-right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 543px) {
  .no-header .toggle-nav .toggle-nav__header .toggle-nav__header-right .toggle-nav__user,
  .no-header .toggle-nav .toggle-nav__header .toggle-nav__header-right .toggle-nav__login {
    display: none;
  }
}
@media (min-width: 544px) {
  .no-header .toggle-nav .toggle-nav__header .toggle-nav__header-right .toggle-nav__user,
  .no-header .toggle-nav .toggle-nav__header .toggle-nav__header-right .toggle-nav__login {
    display: flex;
  }
}
.no-header .toggle-nav .toggle-nav__header .toggle-nav__user {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.4rem 0.8rem;
  background: #0000000a;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.no-header .toggle-nav .toggle-nav__header .toggle-nav__user-avatar {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.no-header .toggle-nav .toggle-nav__header .toggle-nav__user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-header .toggle-nav .toggle-nav__header .toggle-nav__user-name {
  color: var(--clr-base-black);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.1514563107rem, 1.6rem);
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.no-header .toggle-nav .toggle-nav__header .toggle-nav__user-name:hover {
  opacity: 0.7;
}
.no-header .toggle-nav .toggle-nav__header .toggle-nav__user-logout {
  background: transparent;
  border: none;
  color: var(--clr-base-black);
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  font-weight: 400;
  cursor: pointer;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  transition: background 0.2s ease;
  opacity: 0.7;
}
.no-header .toggle-nav .toggle-nav__header .toggle-nav__user-logout:hover {
  opacity: 1;
  background: #0000000a;
}
.no-header .toggle-nav .toggle-nav__header .toggle-nav__login {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-header .toggle-nav .toggle-nav__header .toggle-nav__login-icon {
  width: 4.8rem;
  height: 4.8rem;
}
.no-header .toggle-nav .toggle-nav__header .toggle-nav__login-icon img {
  height: 100%;
  filter: grayscale(100%) brightness(0);
}
.no-header .toggle-nav .toggle-nav__header .close-btn {
  cursor: pointer;
}
.no-header .toggle-nav .toggle-nav__header .close-btn i {
  color: var(--clr-base-black);
  font-size: 2.4rem;
}
.no-header .toggle-nav__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transition: opacity 0.8s ease;
  transition-delay: 0.5s;
}
@media (max-width: 1024px) {
  .no-header .toggle-nav__inner {
    position: static;
    transform: none;
  }
}
.no-header .toggle-nav__inner .toggle-nav__user-section {
  display: none;
}
@media (max-width: 543px) {
  .no-header .toggle-nav__inner .toggle-nav__user-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.no-header .toggle-nav__inner .toggle-nav__user-section-left {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex: 1;
  min-width: 0;
}
.no-header .toggle-nav__inner .toggle-nav__user-section-avatar {
  width: clamp(3.6rem, 0.7766990291vw + 3.3087378641rem, 4.8rem);
  height: clamp(3.6rem, 0.7766990291vw + 3.3087378641rem, 4.8rem);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.no-header .toggle-nav__inner .toggle-nav__user-section-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-header .toggle-nav__inner .toggle-nav__user-section-name {
  color: var(--clr-base-black);
  font-size: clamp(1.6rem, 0.1294498382vw + 1.3514563107rem, 1.8rem);
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-header .toggle-nav__inner .toggle-nav__user-section-name:hover {
  opacity: 0.7;
}
.no-header .toggle-nav__inner .toggle-nav__user-section-logout {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--clr-base-black);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.2514563107rem, 1.6rem);
  font-weight: 400;
  cursor: pointer;
  padding: 0.8rem 1.6rem;
  border-radius: 0.6rem;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.no-header .toggle-nav__inner .toggle-nav__user-section-logout:hover {
  background: #0000000d;
  border-color: #0000004d;
}
.no-header .toggle-nav__inner--menu {
  height: 100%;
  position: relative;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  z-index: 1;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb.show .toggle-nav__gnb--item {
  opacity: 1;
  transform: translate(0);
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb.show .toggle-nav__gnb--item:nth-child(1) {
  transition-delay: 0.5s;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb.show .toggle-nav__gnb--item:nth-child(2) {
  transition-delay: 0.6s;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb.show .toggle-nav__gnb--item:nth-child(3) {
  transition-delay: 0.7s;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb.show .toggle-nav__gnb--item:nth-child(4) {
  transition-delay: 0.8s;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb.show .toggle-nav__gnb--item:nth-child(5) {
  transition-delay: 0.9s;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb.show .toggle-nav__gnb--item:nth-child(6) {
  transition-delay: 1s;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb.show .toggle-nav__gnb--item:nth-child(7) {
  transition-delay: 1.1s;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb.show .toggle-nav__gnb--item:nth-child(8) {
  transition-delay: 1.2s;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--item {
  flex: 1;
  height: 100%;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.8s ease-in-out;
  border-bottom: 1px solid #ddd;
  opacity: 0;
  transform: translate(-20px);
  padding-top: clamp(0.8rem, 2.5889967638vw - 0.1708737864rem, 4.8rem);
  padding-bottom: clamp(0.8rem, 2.5889967638vw - 0.1708737864rem, 4.8rem);
}
@media (max-width: 768px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb--item {
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb--item:first-child {
    padding-top: 3.2rem;
  }
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--item:hover .toggle-nav__lnb {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb--item {
    width: 100%;
    flex-direction: column;
  }
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--link {
  display: flex;
  align-items: center;
  height: 100%;
  width: 20%;
  font-weight: 600;
  color: var(--clr-base-black);
  font-size: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
@media (max-width: 1024px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb--link {
    font-size: clamp(1.9rem, 0.1941747573vw + 1.827184466rem, 2.2rem);
    width: 100%;
    padding: 1.6rem 0;
  }
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--link i {
  display: none;
}
@media (max-width: 768px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb--link {
    justify-content: space-between;
  }
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb--link i {
    display: block;
    font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
    transition: 0.3s;
  }
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb--link i.arrow-up {
    transform: rotate(0);
  }
}
.no-header .toggle-nav__inner--menu .toggle-nav__lnb {
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  text-align: left;
  z-index: 1600;
}
@media (max-width: 1024px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__lnb {
    position: static;
    display: none;
    transform: translate(0);
    text-align: left;
    background: var(--clr-primary-900);
  }
}
.no-header .toggle-nav__inner--menu .toggle-nav__lnb--item {
  position: relative;
  width: max-content;
}
@media (max-width: 768px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__lnb--item {
    width: 100%;
    padding: 0.5rem 0;
  }
  .no-header .toggle-nav__inner--menu .toggle-nav__lnb--item:first-child {
    padding-top: 0;
  }
  .no-header .toggle-nav__inner--menu .toggle-nav__lnb--item:last-child {
    padding-bottom: 2rem;
  }
}
.no-header .toggle-nav__inner--menu .toggle-nav__lnb--item:hover .toggle-nav__lnb--link {
  color: #212121;
}
.no-header .toggle-nav__inner--menu .toggle-nav__lnb--link {
  height: 100%;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  color: #666;
  transition: 0.3s ease all;
}
@media (max-width: 768px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__lnb--link {
    font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  }
}
.no-header .toggle-nav.--drop .toggle--div .object1,
.no-header .toggle-nav.--drop .toggle--div .object2 {
  opacity: 1;
}
.no-header .toggle-nav .toggle--div {
  height: 100%;
  position: relative;
}
.no-header .toggle-nav .toggle--div .object1,
.no-header .toggle-nav .toggle--div .object2 {
  opacity: 0;
  transition: 4s ease all;
}
.no-header .toggle-nav .toggle--div .object2 {
  transition-delay: 0.3s;
}
.no-header .toggle-nav .toggle--div .object1 {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(26rem, 5.1779935275vw + 24.0582524272rem, 34rem);
}
.no-header .toggle-nav .toggle--div .object1 img {
  width: 100%;
}
.no-header .toggle-nav .toggle--div .object2 {
  position: absolute;
  right: 0;
  bottom: -130px;
  width: clamp(42rem, 16.8284789644vw + 35.6893203883rem, 68rem);
}
.no-header .toggle-nav .toggle--div .object2 img {
  width: 100%;
}
@media (max-width: 768px) {
  .no-header .toggle-nav.--drop .toggle--div .object1 {
    display: none;
  }
}
.toggle-nav__login-section {
  display: none;
}
@media (max-width: 543px) {
  .toggle-nav__login-section {
    display: block;
    padding: 2rem 0;
    padding-bottom: 0;
  }
}
.toggle-nav__login-section .toggle-nav__login-link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  text-decoration: none;
  color: var(--clr-base-black);
  font-size: clamp(1.6rem, 0.1294498382vw + 1.3514563107rem, 1.8rem);
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.toggle-nav__login-section .toggle-nav__login-link:hover {
  opacity: 0.7;
}
.toggle-nav__login-section .toggle-nav__login-link-icon {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle-nav__login-section .toggle-nav__login-link-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%) brightness(0);
}
.no-footer {
  background: #212121;
}
.no-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .no-footer__inner {
    flex-direction: column;
  }
}
.no-footer__inner--l .f-logo {
  width: 3.2rem;
}
.no-footer__inner--l .f-info {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem);
}
.no-footer__inner--l .f-info .top,
.no-footer__inner--l .f-info .mid,
.no-footer__inner--l .f-info .bottom {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.8rem, 0.6472491909vw + 0.5572815534rem, 1.8rem);
}
@media (max-width: 544px) {
  .no-footer__inner--l .f-info .top,
  .no-footer__inner--l .f-info .mid,
  .no-footer__inner--l .f-info .bottom {
    flex-direction: column;
  }
}
.no-footer__inner--l .f-info .top dl,
.no-footer__inner--l .f-info .mid dl,
.no-footer__inner--l .f-info .bottom dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  color: #f5f5f5;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
@media (max-width: 544px) {
  .no-footer__inner--l .f-info .top dl,
  .no-footer__inner--l .f-info .mid dl,
  .no-footer__inner--l .f-info .bottom dl {
    justify-content: flex-start;
  }
}
.no-footer__inner--l .f-info .top dl dt,
.no-footer__inner--l .f-info .mid dl dt,
.no-footer__inner--l .f-info .bottom dl dt {
  color: #9e9e9e;
  font-weight: 400;
}
.no-footer__inner--l .f-info .top dl dd,
.no-footer__inner--l .f-info .mid dl dd,
.no-footer__inner--l .f-info .bottom dl dd {
  color: #ccc;
  font-weight: 600;
}
.no-footer__inner--r {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
@media (max-width: 768px) {
  .no-footer__inner--r {
    padding-top: 2.4rem;
  }
}
.no-footer__inner--r .f-btnwrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.no-footer__inner--r .f-btnwrap a {
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  border-radius: 0.6rem;
  border: 1px solid #bdbdbd;
  color: var(--clr-base-white);
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  transition: 0.4s ease all;
}
.no-footer__inner--r .f-btnwrap a:hover {
  border-color: var(--clr-primary-500);
  background: var(--clr-primary-500);
}
.no-footer__inner--r .f-telwrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--clr-base-white);
}
.no-footer__inner--r .f-telwrap a {
  color: var(--clr-base-white);
  font-size: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
}
.no-footer__copy {
  color: #ccc;
  border-top: 1px solid #9e9e9e;
}
.no-footer__copy > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 544px) {
  .no-footer__copy > div {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.2rem;
    align-items: flex-start;
  }
}
.no-footer__copy a,
.no-footer__copy span {
  color: #ccc;
}
.quick_menu {
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 9999;
  right: 2rem;
  bottom: 4rem;
  flex-direction: column;
  gap: 3.2rem;
  transform: scale(0);
  opacity: 0;
  transition:
    transform 0.6s ease-in-out,
    opacity 0.6s ease-in-out;
}
.quick_menu.show {
  transform: scale(1);
  opacity: 1;
}
.quick_menu.sticky-stop {
  position: absolute;
}
.quick_menu .top_btn {
  position: relative;
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  height: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  background: #af7e68;
  overflow: hidden;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 6px #fff3;
}
.quick_menu .top_btn:hover i {
  bottom: 4rem;
  transition: all 0.6s;
}
.quick_menu .top_btn:hover:after {
  bottom: 4rem;
  transition: all 0.6s;
}
.quick_menu .top_btn :after {
  content: '';
  background-image: url(/resource/images/icon/top_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.8rem;
  background-size: contain;
  display: block;
  margin-top: 4rem;
  position: relative;
  transition: all 0.3s;
  bottom: 0;
}
.quick_menu .top_btn i {
  background-image: url(/resource/images/icon/top_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.8rem;
  background-size: contain;
  display: block;
  bottom: 0;
}
.no-sub-nav {
  border-bottom: 1px solid #bbbbbb;
}
.no-sub-nav .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 1024px) {
  .no-sub-nav .swiper-wrapper {
    justify-content: flex-start;
  }
}
.no-sub-nav .swiper-slide {
  width: auto;
}
.no-sub-nav .swiper a {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem)
    clamp(1.2rem, 1.2944983819vw + 0.7145631068rem, 3.2rem);
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  color: #424242;
  position: relative;
  transition: 0.3s ease all;
  font-weight: 500;
}
.no-sub-nav .swiper a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #a59f8f;
  transition: 0.3s ease all;
}
.no-sub-nav .swiper a.active {
  color: var(--clr-base-black);
  font-weight: 600;
}
.no-sub-nav .swiper a.active:after {
  width: 100%;
}
.no-sub-visual {
  height: clamp(28rem, 20.71197411vw + 20.2330097087rem, 60rem);
  position: relative;
  overflow: hidden;
}
.no-sub-visual .sub-visual--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-sub-visual .sub-visual--img img {
  height: 100%;
}
.no-sub-visual:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #453c3133;
  z-index: 2;
}
.no-sub-visual .text-wrap {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: var(--clr-base-white);
  text-align: center;
}
.no-sub-visual .text-wrap h2 {
  line-height: 1.31;
}
.no-sub-visual .text-wrap p {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  line-height: 1.61;
}
.no-btn-inquiry,
.no-btn-warning,
.no-btn-secondary,
.no-btn-primary,
.no-btn-white,
.no-btn-cta,
.no-btn,
.no-link-view,
.no-btn-outline-primary,
.no-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.4rem 1rem;
  gap: 0.8rem;
  transition: 0.3s;
  height: var(--input-height);
  color: var(--clr-ui-white);
}
@media (max-width: 768px) {
  .no-btn-inquiry,
  .no-btn-warning,
  .no-btn-secondary,
  .no-btn-primary,
  .no-btn-white,
  .no-btn-cta,
  .no-btn,
  .no-link-view,
  .no-btn-outline-primary,
  .no-btn-outline {
    padding: 0.4rem 1.2rem;
  }
}
.no-prev-button {
  width: clamp(3.6rem, 1.1650485437vw + 3.1631067961rem, 5.4rem);
  height: clamp(3.6rem, 1.1650485437vw + 3.1631067961rem, 5.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff29;
  color: #fff;
  transition: ease all 0.3s;
  margin-bottom: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
}
.no-prev-button:hover {
  transform: scale(1.1);
}
.no-btn-outline-primary,
.no-btn-outline {
  border: 2px solid var(--clr-ui-white);
}
.no-link-view {
  border: 1px solid var(--clr-border-white-strong);
  border-radius: 5rem;
  padding: 0.8rem 1rem 0.8rem 1.6rem;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  transition: ease all 0.3s;
}
.no-link-view:hover {
  transform: scale(1.1);
}
.no-btn-cta {
  border: 1px solid var(--clr-border-white-strong);
  border-radius: 5rem;
  padding: 0.8rem 1rem 0.8rem 1.6rem;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  transition: ease all 0.3s;
}
.no-btn-cta:hover {
  transform: scale(1.1);
}
.no-btn-cta:hover div {
  background-color: var(--clr-ui-black);
}
.no-btn-cta:hover div i {
  color: var(--clr-ui-white);
  transform: rotate(-45deg) scale(0.85);
}
.no-btn-cta div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  height: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  border-radius: 50%;
  background-color: var(--clr-ui-white);
  transition: ease all 0.3s;
}
.no-btn-cta div p {
  line-height: auto;
  font-family: var(--family-en-base);
}
.no-btn-cta div i {
  color: var(--clr-ui-black);
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  transition: ease all 0.3s;
}
.no-btn-pos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-btn-sz--md {
  min-width: 9rem;
}
.no-btn-sz--lg {
  min-width: 12rem;
  height: 4.8rem;
}
.no-btn-white {
  background-color: #fff;
  color: var(--clr-ui-body);
}
.no-btn-white:hover,
.no-btn-primary {
  background-color: var(--clr-primary-def);
  color: #fff;
}
.no-btn-primary:hover {
  background-color: var(--clr-primary-800);
}
.no-btn-secondary {
  background-color: #eee;
  color: #333;
}
.no-btn-secondary:hover {
  background-color: var(--clr-gray-200);
}
.no-btn-warning {
  background-color: #c00;
  color: #fff;
}
.no-btn-warning:hover {
  background-color: #a00;
}
.no-btn-outline:hover {
  background-color: var(--clr-ui-white);
  color: var(--clr-ui-black);
}
.no-btn-outline-primary {
  border-color: var(--clr-primary-def);
}
.no-btn-outline-primary:hover {
  background-color: var(--clr-primary-def);
}
.no-btn-inquiry {
  width: 100%;
}
.no-top-btn {
  position: fixed;
  right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  bottom: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  z-index: 999;
  transition: ease all 0.3s;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.no-top-btn.hidden {
  opacity: 0;
  visibility: hidden;
}
.no-top-btn a,
.no-top-btn button {
  width: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  height: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 0.2588996764vw + 1.7029126214rem, 2.2rem);
  color: #fff;
  box-shadow: 0 4px 10px #00000026;
  cursor: pointer;
  transition: ease all 0.3s;
}
.no-top-btn button {
  border: none;
  background: #005baa;
}
.no-top-btn button .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-top-btn a {
  background: #fff;
  color: #000;
}
.no-categories {
  margin-top: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
}
.no-categories ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-categories ul li.is-active a {
  border: 1px solid transparent;
  background: var(--clr-ui-black);
  color: var(--clr-text-title-invert);
}
.no-categories ul li a {
  padding: 1rem 2rem;
  border: 1px solid var(--clr-border-default);
  color: var(--clr-text-desc);
  display: inline-block;
  transition: ease all 0.3s;
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  font-weight: 500;
  border-radius: 5rem;
}
.no-categories ul li a:hover {
  background: var(--clr-gray-50);
  color: var(--clr-gray-500);
  border: 1px solid transparent;
}
.no-depth-filter-wrap {
  border-bottom: 1px solid var(--clr-border-default);
}
.no-depth-categories {
  height: clamp(5.4rem, 0.6472491909vw + 5.1572815534rem, 6.4rem);
  width: 100%;
  display: flex;
  align-items: center;
}
.no-depth-categories ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  height: 100%;
}
.no-depth-categories ul li {
  height: 100%;
}
.no-depth-categories ul li.is-active a {
  border-bottom: 2px solid var(--clr-border-strong);
  color: var(--clr-text-title);
}
.no-depth-categories ul li a {
  border-bottom: 2px solid transparent;
  color: var(--clr-text-desc);
  display: inline-block;
  transition: ease all 0.3s;
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-depth-categories ul li a:hover {
  color: var(--clr-gray-900);
}
.view-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  margin-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.view-btn .back-list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0 1.6rem;
  height: clamp(4rem, 0.3236245955vw + 3.8786407767rem, 4.5rem);
  min-width: clamp(14rem, 2.5889967638vw + 13.0291262136rem, 18rem);
  border-radius: 0.8rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  background: #eee;
  color: #212121;
}
.view-btn .back-list-btn:hover {
  background: #ddd;
  color: #111;
}
.view-btn a.back-list-btn[target='_blank'] {
  background: #eee;
  color: #212121;
}
.view-btn a.back-list-btn[target='_blank']:hover {
  background: #ddd;
  color: #111;
}
.view-btn button.back-list-btn {
  background: #eee;
  color: #212121;
  font-family: inherit;
}
.view-btn button.back-list-btn:hover {
  background: #f5d0d0;
  color: #c00;
}
.note-editor {
  width: 100%;
}
.sub-member .find-list {
  display: flex;
  gap: 1rem;
  margin-bottom: clamp(1rem, 0.5vw + 0.5rem, 1.5rem);
}
.sub-member .find-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.8rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--clr-base-white);
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  transition: all 0.4s ease;
}
.sub-member .find-list a.active {
  background: #eae3e1;
  color: var(--clr-base-white);
  border-color: transparent;
}
.sub-member .find-list a.active:hover {
  background: #eae3e1;
  color: var(--clr-base-black);
}
.sub-member .input-box {
  position: relative;
}
.sub-member .no-member-btn {
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: 0.8rem;
  border: none;
  background: var(--clr-base-black);
  color: var(--clr-base-white);
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.sub-member .no-member-btn:hover {
  opacity: 0.9;
}
.view-contents .view-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.view-contents .view-header .title {
  font-size: clamp(1.6rem, 0.9vw + 1.3rem, 2rem);
  margin-bottom: 0.4rem;
}
.view-contents .view-header p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.view-contents .view-body form {
  max-width: 540px;
  margin: 0 auto;
}
.view-contents .view-body form .text-item {
  margin-bottom: 1.5rem;
}
.view-contents .view-body form .text-item input {
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem 1.2rem;
  font-size: 1rem;
  height: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.view-contents .view-body form .text-item input:focus {
  border-color: var(--clr-base-black);
  box-shadow: 0 0 0 3px #00000014;
  outline: none;
}
.view-contents .view-body form .view-btn {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.view-contents .view-body form .view-btn .back-list-btn {
  flex: 1;
  padding: 0.9rem 1rem;
  border-radius: 0.8rem;
  background: var(--clr-base-black);
  color: var(--clr-base-white);
  border: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: opacity 0.2s ease;
}
.view-contents .view-body form .view-btn .back-list-btn:last-child {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #222;
}
.view-contents .view-body form .view-btn .back-list-btn:hover {
  opacity: 0.85;
}
.captcha-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
}
.captcha-wrap .no-captcha__img {
  flex-shrink: 0;
  width: clamp(12rem, 2.5889967638vw + 11.0291262136rem, 16rem);
  height: clamp(5rem, 0.5177993528vw + 4.8058252427rem, 5.8rem);
  border-radius: 0.8rem;
  background: #004225;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.captcha-wrap .no-captcha__img:hover {
  border-color: var(--clr-primary-500);
  box-shadow: 0 2px 8px #0000001a;
}
.captcha-wrap .no-captcha__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 544px) {
  .captcha-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .captcha-wrap .captcha-box {
    width: 100%;
  }
  .captcha-wrap .no-captcha__img {
    width: 100%;
    max-width: 12rem;
    height: clamp(5rem, 0.5177993528vw + 4.8058252427rem, 5.8rem);
  }
  .captcha-wrap #r_captcha {
    width: 100%;
    max-width: 100%;
  }
}
.no-pagi-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-pagi-div .arrow_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-pagi-div__list {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 0.1294498382vw + 0.5514563107rem, 0.8rem);
  text-align: center;
}
.no-pagi-div__list li a {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.65rem 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  position: relative;
}
.no-pagi-div__list li a.active {
  border-radius: 0.4rem;
  background: #212121;
  color: var(--clr-base-white);
}
.no-pagi-div__list li a:hover:after {
  width: 100%;
}
.no-pagi-div__list li a.active:hover:after {
  width: 100%;
}
.no-card {
  border-radius: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  overflow: hidden;
  background: var(--clr-ui-surface);
  box-shadow: 0 4px 20px #0000001f;
}
.no-card-gray {
  border-radius: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  padding: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem) clamp(2.4rem, 2.3300970874vw + 1.5262135922rem, 6rem);
  overflow: hidden;
  box-shadow: 2px 0 8px #0000001a;
  background: #f9f9f9;
}
.no-card-light {
  border-radius: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem)
    clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
  overflow: hidden;
  background: var(--clr-ui-surface);
  box-shadow: 2px 0 8px #0000001a;
}
.no-fetch-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
}
.no-fetch-modal__content {
  position: relative;
}
@media (max-width: 768px) {
  .no-fetch-modal__content {
    position: static;
  }
}
.no-fetch-modal__backdrop {
  position: absolute;
  inset: 0;
  background: #000000b3;
  backdrop-filter: blur(8px);
  animation: fadeIn 0.2s ease-out;
}
.no-fetch-modal__dialog {
  position: relative;
  width: min(95vw, 1200px);
  max-height: 80vh;
  overflow-y: auto;
  background: #0a0a0a;
  border-radius: 20px;
  box-shadow: 0 20px 60px #0006;
  padding: 0;
  transform: translateY(20px);
  animation: modalSlideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@media (max-width: 768px) {
  .no-fetch-modal__dialog {
    max-height: 72vh;
  }
}
.no-fetch-modal .no-sub-works-show-article {
  padding: clamp(3.6rem, 3.8834951456vw + 2.1436893204rem, 9.6rem) clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem)
    clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem) clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  color: #fff;
}
@media (max-width: 768px) {
  .no-fetch-modal .no-sub-works-show-article {
    padding: 24px;
  }
}
.no-fetch-modal .no-sub-works-show-youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.no-fetch-modal .no-sub-works-show-youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.no-fetch-modal .no-sub-works-show-contents {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 32px;
}
@media (max-width: 768px) {
  .no-fetch-modal .no-sub-works-show-contents {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.no-fetch-modal .no-sub-works-show-thumbnail {
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a1a;
}
.no-fetch-modal .no-sub-works-show-thumbnail img {
  width: 100%;
  display: block;
}
.no-fetch-modal .no-sub-works-show-txt__title {
  margin-bottom: 24px;
}
.no-fetch-modal .no-sub-works-show-txt__title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .no-fetch-modal .no-sub-works-show-txt__title h2 {
    font-size: 24px;
  }
}
.no-fetch-modal .no-sub-works-show-txt__title span {
  font-size: 16px;
  color: #b0b0b0;
  line-height: 1.6;
  display: block;
}
.no-fetch-modal .no-sub-works-show-txt__info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.no-fetch-modal .no-sub-works-show-txt__info ul li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.no-fetch-modal .no-sub-works-show-txt__info ul li .label {
  color: #888;
  font-weight: 500;
}
.no-fetch-modal .no-sub-works-show-txt__info ul li .value {
  color: #fff;
}
@keyframes modalSlideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.staff-pdf-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-sizing: border-box;
  overflow: hidden;
}
.staff-pdf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: #0006;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  animation: staffPdfModalFadeIn 0.25s ease-out;
}
.staff-pdf-modal__dialog {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-height: calc(100vh - 24px);
  background: #fffffffa;
  border-radius: 16px;
  box-shadow:
    0 24px 80px #0003,
    0 0 1px #00000014;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: staffPdfModalScaleIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 768px) {
  .staff-pdf-modal__dialog {
    width: min(100vw - 16px, 100%);
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 12px;
  }
}
.staff-pdf-modal__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #ffffffe6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-font-smoothing: antialiased;
}
.staff-pdf-modal__title {
  font-size: 17px;
  font-weight: 600;
  color: #1d1d1f;
  letter-spacing: -0.02em;
  margin: 0;
}
.staff-pdf-modal__close {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #0000000f;
  color: #1d1d1f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.staff-pdf-modal__close:hover {
  background: #0000001a;
}
.staff-pdf-modal__close i,
.staff-pdf-modal__close svg {
  font-size: 14px;
}
.staff-pdf-modal__body {
  flex: 1;
  min-height: 0;
  background: #f5f5f7;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.staff-pdf-modal__iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: none;
  display: block;
  vertical-align: top;
  flex: 1;
}
.staff-pdf-modal.is-hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.2s,
    opacity 0.2s ease;
}
.staff-pdf-modal.is-hidden .staff-pdf-modal__dialog {
  transform: scale(0.96);
  opacity: 0;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
@keyframes staffPdfModalFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes staffPdfModalScaleIn {
  0% {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.no-marquee {
  overflow: hidden;
}
.no-marquee__list {
  display: flex;
  width: fit-content;
  flex: auto;
  flex-direction: row;
}
.no-marquee__item {
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 2.4rem;
  text-transform: uppercase;
}
.scroll-line {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 11;
  justify-content: center;
  transition: opacity 0.3s;
}
.scroll-line p {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.scroll-line .line {
  position: relative;
  width: 0.2rem;
  height: clamp(6rem, 2.5889967638vw + 5.0291262136rem, 10rem);
  background-color: #ffffffb3;
  overflow: hidden;
  z-index: 2;
}
.scroll-line .line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2rem;
  height: clamp(1rem, 1.2944983819vw + 0.5145631068rem, 3rem);
  background-color: #fff;
  animation: scrolldown 2s ease-in infinite;
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.loader-overlay.active {
  opacity: 1;
  visibility: visible;
}
.loader-container {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 40px;
  box-shadow: 0 4px 20px #00000026;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-width: 200px;
}
.loader-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loader-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.no-main {
  overflow: hidden;
}
.no-main--visual {
  height: 100vh;
  overflow: hidden;
}
.no-main--visual .swiper {
  position: relative;
  z-index: 1;
  height: 100%;
}
.no-main--visual .swiper .quick-menu-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: clamp(2rem, 2.5889967638vw + 1.0291262136rem, 6rem);
  transform: translate(-50%);
  z-index: 4;
  width: 100%;
}
.no-main--visual .swiper .quick-menu-wrap .quick-menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
@media (max-width: 768px) {
  .no-main--visual .swiper .quick-menu-wrap .quick-menu-list {
    flex-wrap: wrap;
    gap: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  }
}
@media (max-width: 544px) {
  .no-main--visual .swiper .quick-menu-wrap .quick-menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}
.no-main--visual .swiper .quick-menu-wrap .quick-menu-list .quick-menu-item {
  flex: 1;
  min-width: 0;
}
@media (max-width: 544px) {
  .no-main--visual .swiper .quick-menu-wrap .quick-menu-list .quick-menu-item {
    width: 100%;
  }
}
.no-main--visual .swiper .quick-menu-wrap .quick-menu-list .quick-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem) clamp(1.2rem, 2.3300970874vw + 0.3262135922rem, 4.8rem);
  background: #111111e6;
  gap: 0.8rem;
  border-radius: 1.2rem;
  border: 1.5px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-main--visual .swiper .quick-menu-wrap .quick-menu-list .quick-menu-link {
    flex-direction: column;
    gap: 1.2rem;
  }
  .no-main--visual .swiper .quick-menu-wrap .quick-menu-list .quick-menu-link .quick-menu-icon {
    order: 1;
  }
  .no-main--visual .swiper .quick-menu-wrap .quick-menu-list .quick-menu-link .quick-menu-text {
    order: 2;
  }
}
.no-main--visual .swiper .quick-menu-wrap .quick-menu-list .quick-menu-link:hover {
  border-color: #fff;
}
.no-main--visual .swiper .quick-menu-wrap .quick-menu-list .quick-menu-icon {
  width: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  height: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-main--visual .swiper .quick-menu-wrap .quick-menu-list .quick-menu-icon img {
  height: 100%;
}
.no-main--visual .swiper .quick-menu-wrap .quick-menu-list .quick-menu-text {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  color: var(--clr-base-white);
  font-weight: 600;
  text-align: center;
  line-height: 1.31;
}
.no-main--visual .main-vs {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.no-main--visual .main-vs img {
  height: 100%;
  transform: scale(1.175);
  transition: 6s ease all;
}
.no-main--visual .main-vs:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0006;
  z-index: 2;
}
.no-main--visual .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-main--visual .text-wrap .text_inner {
  position: relative;
  z-index: 3;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
  transition-delay: 0s;
}
.no-main--visual .text-wrap .title {
  text-align: center;
}
.no-main--visual .text-wrap .title h2 {
  color: var(--clr-base-white);
  line-height: 1.31;
}
.no-main--visual .text-wrap .title p {
  line-height: 1.61;
  color: var(--clr-base-white);
}
.no-main--visual .text-wrap .desc p {
  line-height: 1.61;
  color: #f5f5f5;
}
.no-main--visual .swiper-slide-active .main-vs img {
  transform: scale(1);
}
.no-main--visual .swiper-slide:not(.swiper-slide-duplicate) .text_inner {
  transition-delay: 1.4s;
}
.no-main--visual .swiper-slide:not(.swiper-slide-duplicate):first-of-type .text_inner {
  transition-delay: 0s;
}
.no-main--visual .btn-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.no-main--visual .swiper-button-prev,
.no-main--visual .swiper-button-next {
  position: static;
  width: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  height: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  transform: translate(0);
  border-radius: 50%;
  background: #fffc;
  backdrop-filter: blur(10px);
  margin-top: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-main--visual .swiper-button-prev,
  .no-main--visual .swiper-button-next {
    display: none;
  }
}
.no-main--visual .swiper-button-prev:after,
.no-main--visual .swiper-button-next:after {
  content: none;
}
.no-main--visual .swiper-button-prev i,
.no-main--visual .swiper-button-next i {
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  color: var(--clr-base-black);
}
.no-main--visual .main-visual-prev {
  left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
@media (max-width: 768px) {
  .no-main--visual .main-visual-prev {
    left: 20px;
  }
}
.no-main--visual .main-visual-next {
  right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
@media (max-width: 768px) {
  .no-main--visual .main-visual-next {
    right: 20px;
  }
}
.no-main--visual .swiper-slide-active .text-wrap .text_inner {
  opacity: 1;
  transform: translateY(0);
}
.no-main--overview {
  position: relative;
  overflow: hidden;
}
.no-main--overview .bg-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
}
.no-main--overview .bg-icon img {
  height: 100%;
}
.no-main--overview .view-cont {
  display: grid;
  grid-template-columns: 6fr 4fr;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .no-main--overview .view-cont {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-main--overview .view-cont .col-box {
  overflow: hidden;
  border-radius: 1.2rem;
  height: 100%;
}
.no-main--overview .view-cont .col-box figure {
  overflow: hidden;
  height: clamp(24rem, 13.5922330097vw + 18.9029126214rem, 45rem);
}
.no-main--overview .view-cont .col-box figure img {
  height: 100%;
}
.no-main--overview .view-cont .col-box .text-wrap {
  padding: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  background: #f6f3f2;
  height: 100%;
}
.no-main--overview .view-cont .col-box .text-wrap h3 {
  line-height: 1.31;
}
.no-main--overview .view-cont .col-box .text-wrap p {
  line-height: 1.61;
  color: #424242;
  padding-top: 0.4rem;
}
@media (max-width: 544px) {
  .no-main--overview .view-cont .col-box .text-wrap .more-btn {
    padding-top: 2rem;
  }
}
.no-main--overview .view-cont .col-box .text-wrap .more-btn a {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 0.8rem;
  transition: 0.3s ease all;
}
.no-main--overview .view-cont .col-box .text-wrap .more-btn a:hover,
.no-main--overview .view-cont .col-box .text-wrap .more-btn a:hover i {
  color: #af7e68;
}
.no-main--overview .view-cont .col-box .text-wrap .more-btn a i {
  transition: 0.3s ease all;
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
  color: #262523;
}
.no-main--overview .view-cont .col-1,
.no-main--overview .view-cont .col-2 {
  height: 100%;
}
.no-main--overview .view-cont .col-2 {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.no-main--overview .view-cont .col-2 .text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .no-main--overview .view-cont .col-2 .text-wrap {
    flex-direction: column;
    gap: 1.2rem;
    justify-content: flex-start;
  }
}
.no-main--overview .view-cont .col-2 figure {
  height: 17rem;
}
@media (max-width: 1024px) {
  .no-main--overview .view-cont .col-2 figure {
    height: 24rem;
  }
}
.no-main--cmu {
  position: relative;
  overflow: visible;
  background: #fff;
  z-index: 3;
}
.no-main--cmu .bg-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.no-main--cmu .bg-icon img {
  height: 100%;
}
.no-main--cmu .cmu-cont {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: flex-start;
  gap: 2.4rem;
  position: relative;
  min-height: 200px;
}
.no-main--cmu .cmu-cont[data-aos],
.no-main--cmu .cmu-cont *[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
.no-main--cmu .cmu-cont .left-mask {
  position: absolute;
  left: -84%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 1320px) {
  .no-main--cmu .cmu-cont .left-mask {
    left: -82.5%;
  }
}
.no-main--cmu .cmu-cont .cate-btn {
  flex-shrink: 0;
  width: 20rem;
  align-self: flex-start;
  position: relative;
  z-index: 6;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  flex-direction: column;
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}
.no-main--cmu .cmu-cont .cate-btn[data-aos],
.no-main--cmu .cmu-cont .cate-btn *[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
.no-main--cmu .cmu-cont .cate-btn a {
  padding: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem) clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  border: 1px solid #cccccc;
  background: #fafafa;
  border-radius: 1.2rem;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease all;
  width: 100%;
}
@media (max-width: 375px) {
  .no-main--cmu .cmu-cont .cate-btn a {
    justify-content: center;
  }
}
.no-main--cmu .cmu-cont .cate-btn a i {
  opacity: 0;
  font-size: clamp(1.6rem, 0.3883495146vw + 1.454368932rem, 2.2rem);
  transition: 0.3s ease all;
  transform: translate(12px);
}
@media (max-width: 375px) {
  .no-main--cmu .cmu-cont .cate-btn a i {
    display: none;
  }
}
.no-main--cmu .cmu-cont .cate-btn a:focus-visible,
.no-main--cmu .cmu-cont .cate-btn a.active {
  background: #090909;
  border-color: #090909;
  color: var(--clr-base-white);
}
.no-main--cmu .cmu-cont .cate-btn a:focus-visible i,
.no-main--cmu .cmu-cont .cate-btn a.active i {
  opacity: 1;
  transform: translate(0);
}
.no-main--cmu .cmu-cont .cate-btn a:hover {
  background: #eae3e1;
  border-color: #eae3e1;
}
.no-main--cmu .cmu-cont .cate-btn a:hover.active {
  background: #090909;
  border-color: #090909;
  color: var(--clr-base-white);
}
.no-main--cmu .cmu-cont .cate-btn a:hover i {
  opacity: 1;
  transform: translate(0);
}
.no-main--cmu .cmu-cont .slide-cont {
  flex: 1;
  position: relative;
  z-index: 2;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  flex-direction: column;
  gap: 1.6rem;
  min-width: 0;
}
.no-main--cmu .cmu-cont .slide-cont[data-aos],
.no-main--cmu .cmu-cont .slide-cont *[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
.no-main--cmu .cmu-cont .slide-cont .slide-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .no-main--cmu .cmu-cont {
    flex-direction: column;
    gap: clamp(2.4rem, 2.3300970874vw + 1.5262135922rem, 6rem);
  }
  .no-main--cmu .cmu-cont .left-mask {
    display: none;
  }
  .no-main--cmu .cmu-cont .cate-btn {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
  }
  .no-main--cmu .cmu-cont .cate-btn a {
    flex: 1 1 0;
    min-width: 0;
    max-width: 18rem;
  }
  .no-main--cmu .cmu-cont .slide-cont {
    width: 100%;
  }
}
@media (max-width: 544px) {
  .no-main--cmu .cmu-cont .cate-btn {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .no-main--cmu .cmu-cont .cate-btn a {
    flex: 1 1 0;
    min-width: 0;
    padding: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem) clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
    font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  }
}
.no-main--cmu .cmu-cont .swiper {
  overflow: visible;
  z-index: 2;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.no-main--cmu .cmu-cont .swiper[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
@media (max-width: 1024px) {
  .no-main--cmu .cmu-cont .swiper {
    width: 100%;
  }
  .no-main--cmu .cmu-cont .swiper-wrapper {
    height: auto;
    display: flex !important;
    visibility: visible !important;
  }
}
.no-main--cmu .cmu-cont .swiper-wrapper {
  display: flex !important;
  visibility: visible !important;
  width: 100%;
}
.no-main--cmu .cmu-cont .swiper-slide {
  width: auto;
  width: clamp(30rem, 8.0258899676vw + 26.9902912621rem, 42.4rem);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #fff;
  flex-shrink: 0;
}
.no-main--cmu .cmu-cont .swiper-slide a {
  padding: clamp(1.8rem, 0.9061488673vw + 1.4601941748rem, 3.2rem);
  border: 1.5px solid #dddddd;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4.8rem;
  transition: 0.3s ease all;
  height:24rem;
}

@media (max-width: 544px) {
 .no-main--cmu .cmu-cont .swiper-slide a {
	height:19rem;
 }
}

.no-main--cmu .cmu-cont .swiper-slide:hover a,
.no-main--cmu .cmu-cont .swiper-slide.swiper-slide-active a {
  border-color: var(--clr-base-black);
}
.no-main--cmu .cmu-cont .swiper-slide .text-wrap .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6ded6;
  border-radius: 0.4rem;
  color: #424242;
  width: 8rem;
  height: 3rem;
}
.no-main--cmu .cmu-cont .swiper-slide .text-wrap h3 {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  line-height: 1.31;
}
.no-main--cmu .cmu-cont .swiper-slide .date {
  color: #9e9e9e;
}
.no-main--cmu .slide-nav {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .no-main--cmu .slide-nav {
    justify-content: flex-start;
  }
}
.no-main--cmu .slide-nav .swiper-button-prev,
.no-main--cmu .slide-nav .swiper-button-next {
  position: static;
  padding: 0;
  margin: 0;
  transition: ease-in 0.15s;
  width: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  height: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  border-radius: 0.6rem;
  background: transparent;
  border: 1px solid var(--clr-base-black);
}
.no-main--cmu .slide-nav .swiper-button-prev:after,
.no-main--cmu .slide-nav .swiper-button-next:after {
  display: none;
}
.no-main--cmu .slide-nav .swiper-button-prev i,
.no-main--cmu .slide-nav .swiper-button-next i {
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  color: var(--clr-base-black);
}
.no-main--cmu .slide-nav .swiper-button-prev:hover,
.no-main--cmu .slide-nav .swiper-button-next:hover {
  background: var(--clr-base-black);
}
.no-main--cmu .slide-nav .swiper-button-prev:hover i,
.no-main--cmu .slide-nav .swiper-button-next:hover i {
  color: var(--clr-base-white);
}
.no-main--cmu .slide-nav .slide-add-btn {
  width: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  height: clamp(2.8rem, 0.6472491909vw + 2.5572815534rem, 3.8rem);
  border-radius: 0.6rem;
  background: var(--clr-base-black);
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-main--cmu .slide-nav .slide-add-btn i {
  font-size: 1.6rem;
  color: var(--clr-base-white);
}
.no-main--resource {
  background: #f6f3f2;
}
.no-main--resource ul {
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .no-main--resource ul {
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .no-main--resource ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-main--resource ul li {
  border-radius: 1.2rem;
  background: #fafafa;
  border-radius: #d5cecb;
  padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem)
    clamp(1.6rem, 2.071197411vw + 0.8233009709rem, 4.8rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: clamp(26rem, 7.3786407767vw + 23.2330097087rem, 37.4rem);
  border: 1px solid #d5cecb;
}
.no-main--resource ul li .text-wrap p {
  color: #73653f;
  line-height: 1.61;
}
.no-main--resource ul li .text-wrap h3 {
  line-height: 1.31;
}
.no-main--resource ul li .more-btn a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: 0.3s ease all;
}
.no-main--resource ul li .more-btn a:hover,
.no-main--resource ul li .more-btn a:hover i {
  color: #af7e68;
}
.no-main--resource ul li .more-btn a i {
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
  transition: 0.3s ease all;
}
.no-main--resource ul li .img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.no-main--resource ul li .img-wrap figure {
  width: clamp(8rem, 3.2362459547vw + 6.786407767rem, 13rem);
}
.no-main--resource ul li .img-wrap figure img {
  height: 100%;
}
.no-main--contact {
  background: #eae3e1;
  position: relative;
}
@media (max-width: 768px) {
  .no-main--contact {
    padding: 3.2rem 0;
  }
}
.no-main--contact .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-main--contact .bg img {
  height: 100%;
}
.main-title h2 {
  font-size: clamp(2.4rem, 1.1650485437vw + 1.9631067961rem, 4.2rem);
  font-weight: 600;
  line-height: 1.31;
  color: var(--clr-base-black);
}
.main-title p {
  padding-top: 0.4rem;
  color: #424242;
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  line-height: 1.61;
}
.main-title .more-btn {
  display: flex;
  justify-content: flex-start;
}
.main-title .more-btn a {
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  background: var(--clr-base-black);
  color: var(--clr-base-white);
  border-radius: 0.6rem;
}
.secret-post-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.secret-post-modal__overlay {
  position: absolute;
  inset: 0;
  background: #0009;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: fadeIn 0.2s ease-out;
}
.secret-post-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 48rem;
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 20px 60px #0000004d;
  overflow: hidden;
  z-index: 1;
}
.secret-post-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 2.4rem 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.secret-post-modal__title {
  font-size: clamp(1.8rem, 0.1294498382vw + 1.5514563107rem, 2rem);
  font-weight: 600;
  color: var(--clr-base-black);
  margin: 0;
}
.secret-post-modal__close {
  background: transparent;
  border: none;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
  color: #666;
}
.secret-post-modal__close:hover {
  background: #0000000d;
  color: var(--clr-base-black);
}
.secret-post-modal__close i {
  font-size: 2rem;
}
.secret-post-modal__body {
  padding: 2.4rem;
}
.secret-post-modal__message {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.1514563107rem, 1.6rem);
  color: #666;
  margin-bottom: 2.4rem;
  line-height: 1.6;
}
.secret-post-form__group {
  margin-bottom: 2.4rem;
}
.secret-post-form__label {
  display: block;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.1514563107rem, 1.6rem);
  font-weight: 500;
  color: var(--clr-base-black);
  margin-bottom: 0.8rem;
}
.secret-post-form__input {
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.1514563107rem, 1.6rem);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.2rem;
  background: #f9f9f9;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.secret-post-form__input:focus {
  outline: none;
  border-color: var(--clr-primary-500, #a59f8f);
  background: #fff;
  box-shadow: 0 0 0 3px #a59f8f1a;
}
.secret-post-form__input::placeholder {
  color: #999;
}
.secret-post-form__error {
  margin-top: 0.8rem;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  color: #ef4444;
  line-height: 1.5;
}
.secret-post-form__actions {
  display: flex;
  gap: 1.2rem;
  justify-content: flex-end;
}
.secret-post-form__cancel,
.secret-post-form__submit {
  padding: 1.2rem 2.4rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.1514563107rem, 1.6rem);
  font-weight: 500;
  border-radius: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.secret-post-form__cancel {
  background: #f5f5f5;
  color: #666;
}
.secret-post-form__cancel:hover {
  background: #e5e5e5;
  color: var(--clr-base-black);
}
.secret-post-form__submit {
  background: var(--clr-primary-500, #a59f8f);
  color: #fff;
}
.secret-post-form__submit:hover {
  background: var(--clr-primary-600, #8b8575);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #a59f8f4d;
}
.secret-post-form__submit:active {
  transform: translateY(0);
}
.secret-post-form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .secret-post-modal {
    padding: 1.6rem;
  }
  .secret-post-modal__content {
    max-width: 100%;
  }
  .secret-post-modal__header {
    padding: 2rem 2rem 1.2rem;
  }
  .secret-post-modal__body {
    padding: 2rem;
  }
  .secret-post-modal__title {
    font-size: 1.8rem;
  }
  .secret-post-form__actions {
    flex-direction: column-reverse;
  }
  .secret-post-form__cancel,
  .secret-post-form__submit {
    width: 100%;
  }
}
.no-sub--overview {
  overflow: hidden;
  position: relative;
}
.no-sub--overview .object {
  position: absolute;
  right: -5%;
  bottom: -5%;
  width: clamp(35rem, 16.1812297735vw + 28.932038835rem, 60rem);
}
.no-sub--overview .object img {
  height: 100%;
}
.no-sub--overview .overview-list {
  border-top: 1px solid #ccc;
}
.no-sub--overview .overview-list li {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) clamp(2rem, 6.4724919094vw - 0.427184466rem, 12rem);
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
  gap: clamp(2.4rem, 2.071197411vw + 1.6233009709rem, 5.6rem);
}
.no-sub--overview .overview-list li:nth-child(2n) {
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .no-sub--overview .overview-list li {
    flex-direction: column;
    text-align: center;
  }
  .no-sub--overview .overview-list li .desc p {
    font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  }
}
.no-sub--overview .end-txt {
  text-align: center;
}
.no-sub--overview .end-txt .notice {
  color: #424242;
}
.no-sub--overview .end-txt p {
  line-height: 1.6;
}
.no-sub--statute {
  overflow: hidden;
  position: relative;
}
.no-sub--statute .object-1 {
  position: absolute;
  right: 0;
  top: -300px;
  width: clamp(34rem, 23.3009708738vw + 25.2621359223rem, 70rem);
  transform: rotate(-180deg);
}
.no-sub--statute .object-1 img {
  height: 100%;
}
.no-sub--statute .sub-title p {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem) !important;
}
.no-sub--statute .statute {
  background: #fff;
  color: #222;
  font-family: Pretendard, sans-serif;
}
.no-sub--statute .statute__chapter {
  margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}
.no-sub--statute .statute__chapter:first-child {
  margin: 0;
}
.no-sub--statute .statute__chapter-title {
  font-size: clamp(1.6rem, 0.7766990291vw + 1.3087378641rem, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  background: #f6f3f2;
  margin-bottom: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  border-radius: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-sub--statute .statute__article {
  border-bottom: 1px solid #dedede;
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--statute .statute__article:last-child {
  border: none;
}
.no-sub--statute .statute__article-title {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  font-weight: 600;
  margin-bottom: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
}
.no-sub--statute .statute__text {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  line-height: 1.61;
  color: #333;
}
.no-sub--statute .statute__list {
  margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--statute .statute__list li {
  padding-left: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  line-height: 1.61;
  margin-bottom: 0.6rem;
  color: #212121;
  position: relative;
}
.no-sub--statute .statute__list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: clamp(0.4rem, 0.1294498382vw + 0.3514563107rem, 0.6rem);
  height: clamp(0.4rem, 0.1294498382vw + 0.3514563107rem, 0.6rem);
  border-radius: 50%;
  background: #af7e68;
}
@media (max-width: 375px) {
  .no-sub--statute .statute__list li:after {
    top: 0.9rem;
  }
}
.no-sub--ceo {
  overflow: hidden;
  position: relative;
}
.no-sub--ceo .object {
  position: absolute;
  left: 0;
  top: -10%;
  width: clamp(24rem, 14.2394822006vw + 18.6601941748rem, 46rem);
}
.no-sub--ceo .object img {
  height: 100%;
}
.no-sub--ceo .icon {
  position: absolute;
  right: 20%;
  bottom: 10rem;
  width: clamp(9rem, 10.355987055vw + 5.1165048544rem, 25rem);
}
@media (max-width: 1024px) {
  .no-sub--ceo .icon {
    width: clamp(12rem, 8.4142394822vw + 8.8446601942rem, 25rem);
    bottom: 2rem;
    right: 10%;
  }
}
.no-sub--ceo .icon img {
  height: 100%;
}
.no-sub--ceo .sub-title {
  text-align: left !important;
}
.no-sub--ceo .gt-wrap {
  display: grid;
  grid-template-columns: 4fr 6fr;
  justify-content: space-between;
  gap: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
}
@media (max-width: 1024px) {
  .no-sub--ceo .gt-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--ceo .text-wrap .title {
  margin-bottom: 2rem;
}
.no-sub--ceo .text-wrap .title span {
  color: #af7e68;
}
.no-sub--ceo .text-wrap .desc-wrap {
  border-top: 1px solid #d5cecb;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.no-sub--ceo .text-wrap .desc-wrap p {
  color: #424242;
  line-height: 1.61;
  font-weight: 400;
}
.no-sub--ceo .text-wrap .sign {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-sub--ceo .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-sub--ceo .img-wrap figure {
  position: relative;
  z-index: 2;
}
.no-sub--organization .no-category-list {
  justify-content: center;
}
.no-sub--organization .spec-table-wrap {
  overflow-x: auto;
}
.no-sub--organization .spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
@media (max-width: 544px) {
  .no-sub--organization .spec-table {
    overflow-x: auto;
  }
}
.no-sub--organization .spec-table thead {
  background: #f6f3f2;
}
.no-sub--organization .spec-table thead th {
  padding: clamp(0.8rem, 0.3883495146vw + 0.654368932rem, 1.4rem) clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
  text-align: center;
  font-weight: 600;
  color: #212121;
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  border-right: 1px solid #ddd;
  white-space: nowrap;
}
.no-sub--organization .spec-table thead th:last-child {
  border-right: none;
}
.no-sub--organization .spec-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.no-sub--organization .spec-table tbody tr:last-child {
  border-bottom: none;
}
.no-sub--organization .spec-table tbody tr:hover {
  background: #fafafa;
}
.no-sub--organization .spec-table tbody td {
  padding: clamp(0.8rem, 0.3883495146vw + 0.654368932rem, 1.4rem) clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
  text-align: center;
  color: #212121;
  border-right: 1px solid #e0e0e0;
  vertical-align: middle;
  line-height: 1.6;
  font-weight: 400;
  white-space: nowrap;
}
.no-sub--organization .spec-table tbody td:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .no-sub--organization .spec-table {
    font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  }
  .no-sub--organization .spec-table thead th,
  .no-sub--organization .spec-table tbody td {
    padding: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  }
}
.no-sub--timeline .his-contents {
  display: flex;
  gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  flex-direction: column;
}
.no-sub--timeline .his-contents .img {
  height: clamp(28rem, 23.3009708738vw + 19.2621359223rem, 64rem);
  border-radius: 1.2rem;
  overflow: hidden;
}
.no-sub--timeline .his-contents .img img {
  height: 100%;
}
.no-sub--timeline .his-contents .his-list {
  border-top: 2px solid #212121;
}
.no-sub--timeline .his-contents .his-list li {
  display: flex;
  align-items: flex-start;
  padding: 4rem clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  border-bottom: 1px solid #ccc;
}
.no-sub--timeline .his-contents .his-list li:nth-child(2n) {
  background: #f9f9f9;
}
.no-sub--timeline .his-contents .his-list li .year {
  width: clamp(9rem, 6.4724919094vw + 6.572815534rem, 19rem);
  font-weight: 700;
}
.no-sub--timeline .his-contents .his-list li .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.no-sub--timeline .his-contents .his-list li .item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.no-sub--timeline .his-contents .his-list li .item span {
  color: #af7e68;
}
.no-sub--timeline .his-contents .his-list li .item p {
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
}
.no-sub--presidents .president-top {
  gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
@media (max-width: 1024px) {
  .no-sub--presidents .president-top {
    grid-template-columns: repeat(1, 1fr);
  }
}

.no-sub--presidents .president-top .president-item {
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-sub--presidents .president-top .president-item .img img {
  height: 100%;
}
.no-sub--presidents .president-top .president-item .text-wrap .title {
  padding-bottom: 2rem;
}
.no-sub--presidents .president-top .president-item .text-wrap .title .position {
  color: #af7e68;
}

@media (max-width:768px) {
	.no-sub--timeline .his-contents .his-list li{
		flex-direction: column;
		gap: 1.2rem;
	}

	.no-sub--timeline .his-contents .his-list li .item{
		align-items: flex-start;
		gap:.8rem;
	}
}


.no-sub--presidents .president-top .president-item .desc-wrap {
  padding-top: 2rem;
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.no-sub--presidents .president-top .president-item .desc-wrap dt {
  padding-bottom: 0.6rem;
}
.no-sub--presidents .president-top .president-item .desc-wrap dd {
  color: #424242;
}
.no-sub--presidents .president-top .president-item .desc-wrap .career dd {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  margin-top: 0.4rem;
}
.no-sub--presidents .president-top .president-item .desc-wrap .career dd p {
  margin-left: 1.2rem;
  position: relative;
}
.no-sub--presidents .president-top .president-item .desc-wrap .career dd p:before {
  content: '';
  position: absolute;
  left: -1.2rem;
  top: 0.85rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #73653f;
}
.no-sub--presidents .president-bottom {
  gap: 2.4rem;
}
.no-sub--presidents .president-bottom .president-item {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem)
    clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  border-radius: 1.2rem;
  background: #f9f9f9;
}
.no-sub--presidents .president-bottom .president-item .desc-wrap {
  padding-top: 4rem;
}
.no-sub--presidents .president-bottom .president-item dl {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.no-sub--presidents .president-bottom .president-item dt {
  max-width: 6.5rem;
  width: 100%;
}
.no-sub--presidents .president-bottom .president-item dd {
  color: #424242;
}
.no-sub--presidents .president-bottom .president-item .mail {
  padding-top: 1rem;
}
.no-sub--board-list .sub-title p {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) !important;
}
.no-sub--board-list .no-board-top {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  align-items: center;
}
@media (max-width: 544px) {
  .no-sub--board-list .no-board-top {
    align-items: flex-start;
  }
}
.no-sub--board-list .no-board-total span {
  color: #212121;
}
.no-sub--board-list .search-wrtie-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1.2rem, 2.3300970874vw + 0.3262135922rem, 4.8rem);
}
@media (max-width: 544px) {
  .no-sub--board-list .search-wrtie-wrap {
    align-items: flex-start;
  }
}
.no-sub--board-list .search-wrap {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
}
@media (max-width: 544px) {
  .no-sub--board-list .search-wrap {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .no-sub--board-list .search-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-sub--board-list .search-wrap .search-form {
  width: 100%;
}
.no-sub--board-list .write-btn {
  display: flex;
  justify-content: flex-end;
}
.no-sub--board-list .write-btn a {
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem)
    clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  border-radius: 0.6rem;
  background: #af7e68;
  color: var(--clr-base-white);
  font-weight: 600;
  display: flex;
  height: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  align-items: center;
  gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  transition: 0.4s ease all;
}
@media (max-width: 544px) {
  .no-sub--board-list .write-btn a {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.no-sub--board-write {
  margin-top: var(--header-height);
}
.no-sub--board-write .sub-title p {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) !important;
}
.no-sub--board-write .inquiry {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  max-width: 1200px;
}
.no-sub--board-write .inquiry .input_wrap {
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
@media (max-width: 544px) {
  .no-sub--board-write .inquiry .input_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 375px) {
  .no-sub--board-write .inquiry .input_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--board-write .inquiry .input-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
@media (max-width: 544px) {
  .no-sub--board-write .inquiry .input-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-sub--board-write .inquiry .input-item p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 8rem;
  width: 100%;
}
.no-sub--board-write .inquiry .input-item span {
  color: #af7e68;
}
.no-sub--board-write .inquiry .input-item input,
.no-sub--board-write .inquiry .input-item select {
  width: 100%;
  font-family: Pretendard;
  border-radius: 0;
  color: #1a1a1a;
  position: relative;
  border: 1px solid #bec3c5;
  padding-left: 1.2rem;
  border-radius: 0.2rem;
  height: clamp(5rem, 0.5177993528vw + 4.8058252427rem, 5.8rem);
  transition: 0.3s ease all;
}
.no-sub--board-write .inquiry .input-item input:focus,
.no-sub--board-write .inquiry .input-item select:focus {
  border: 1px solid var(--clr-primary-500);
}
.no-sub--board-write .inquiry .input-item #r_captcha {
  max-width: 35.6rem;
}
.no-sub--board-write .inquiry .text-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
@media (max-width: 544px) {
  .no-sub--board-write .inquiry .text-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-sub--board-write .inquiry .text-item p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 8rem;
  width: 100%;
}
.no-sub--board-write .inquiry .text-item span {
  color: #af7e68;
}
.no-sub--board-write .inquiry .text-item input {
  width: 100%;
  font-family: Pretendard;
  border-radius: 0;
  color: #1a1a1a;
  position: relative;
  border: 1px solid #bec3c5;
  padding-left: 1.2rem;
  border-radius: 0.2rem;
  height: clamp(5rem, 0.5177993528vw + 4.8058252427rem, 5.8rem);
  transition: 0.3s ease all;
}
.no-sub--board-write .inquiry .text-item input:focus {
  border: 1px solid var(--clr-primary-500);
}
.no-sub--board-write .inquiry .text-item textarea {
  width: 100%;
  font-family: Pretendard;
  border-radius: 0;
  color: #1a1a1a;
  position: relative;
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 0.8rem;
  border: 1px solid #f9f9f9;
  transition: 0.3s ease all;
}
.no-sub--board-write .inquiry .text-item textarea:focus {
  border: 1px solid var(--clr-primary-500);
}
.no-sub--board-write .inquiry .text-item textarea {
  height: 24rem;
}
.no-sub--board-write .inquiry .input-wrap--file {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--board-write .inquiry .policy-wrap .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.no-sub--board-write .inquiry .policy-wrap .pr-box {
  background: #f8f8f8;
  overflow: hidden;
  height: 45rem;
  border-radius: 0.8rem;
}
.no-sub--board-write .inquiry .checkbox-item {
  position: relative;
}
.no-sub--board-write .inquiry .checkbox-item .hidden-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.no-sub--board-write .inquiry .checkbox-item .custom-checkbox-label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  user-select: none;
}
.no-sub--board-write .inquiry .checkbox-item .custom-checkbox-label .checkbox-icon i {
  color: #000;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  transition: color 0.3s ease;
}
.no-sub--board-write .inquiry .checkbox-item .custom-checkbox-label .checkbox-text {
  color: #1a1a1a;
}
.no-sub--board-write .inquiry .checkbox-item .hidden-checkbox:checked + .custom-checkbox-label .checkbox-icon i {
  color: #000;
}
.no-sub--board-write .inquiry .checkbox-item .hidden-checkbox:not(:checked) + .custom-checkbox-label .checkbox-icon i {
  color: silver;
}
.no-sub--board-write .inquiry .checkbox-item .hidden-checkbox:focus + .custom-checkbox-label .checkbox-icon {
  outline: 2px solid var(--clr-primary-500);
  outline-offset: 2px;
}
.no-sub--board-write .inquiry .password-input-wrap {
  width: 100%;
  padding-top: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-sub--board-write .inquiry .password-input-wrap input[type='password'] {
  width: 100%;
  font-family: Pretendard;
  border-radius: 0;
  color: #1a1a1a;
  position: relative;
  border: 1px solid #bec3c5;
  padding-left: 1.2rem;
  border-radius: 0.2rem;
  height: clamp(5rem, 0.5177993528vw + 4.8058252427rem, 5.8rem);
  transition: 0.3s ease all;
}
.no-sub--board-write .inquiry .password-input-wrap input[type='password']:focus {
  border: 1px solid var(--clr-primary-500);
}
.no-sub--board-write .inquiry .btn-fill {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
.no-sub--board-write .inquiry .btn-fill a {
  color: #fff;
  background: var(--clr-primary-500);
  transition: 0.3s ease all;
  line-height: 1.61;
  font-weight: 500;
  border-radius: 0.6rem;
}
.no-sub--board-write .inquiry .btn-fill .back-list-btn {
  background: #eee;
  color: #212121;
  font-weight: 600;
}
.no-sub--board-write .inquiry .btn-fill a {
  background: var(--clr-base-white);
  background: #212121;
  color: var(--clr-base-white);
  border-radius: 0.8rem;
  height: clamp(4rem, 0.3236245955vw + 3.8786407767rem, 4.5rem);
  width: clamp(14rem, 2.5889967638vw + 13.0291262136rem, 18rem);
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  align-items: center;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-sub--board-write .inquiry .select_icon {
  background-image: url(/resource/images/icon/select_icon.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.no-sub--board-write .inquiry select::-ms-expand {
  display: none;
}
.no-sub--board-view .view-contents .view-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
 flex-direction:column;
 gap:1.2rem;
}
.no-sub--board-view .view-contents .view-header .title {
  font-size: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  font-weight: 600;
  line-height: 1.31;
}
.no-sub--board-view .view-contents .view-header .info {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--board-view .view-contents .view-header .info .profile {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.no-sub--board-view .view-contents .view-header .info .profile figure {
  width: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  height: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  border-radius: 50%;
  overflow: hidden;
}
.no-sub--board-view .view-contents .view-header .info .profile figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-sub--board-view .view-contents .view-header .info .author {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  font-weight: 600;
}
.no-sub--board-view .view-contents .view-header .info .date {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: #9c9d9f;
}
.no-sub--board-view .view-contents .view-center {
  text-align: center;
}
.no-sub--board-view .view-contents .view-center .title {
  font-size: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  font-weight: 600;
  line-height: 1.31;
}
.no-sub--board-view .view-contents .view-center p {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  color: #666;
  margin-top: 20px;
}
.no-sub--board-view .view-contents .verify-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
  padding: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  background: #f6f3f2;
  border-radius: 1.2rem;
  box-shadow: 0 2px 5px #00000014;
  transition: all 0.3s ease;
}
.no-sub--board-view .view-contents .verify-item:hover {
  box-shadow: 0 4px 16px #00000014;
}
.no-sub--board-view .view-contents .verify-item p {
  margin-bottom: 2rem;
  text-align: center;
  color: var(--clr-gray-900);
  font-weight: 600;
}
.no-sub--board-view .view-contents .verify-item p span {
  color: #af7e68;
  margin-left: 0.4rem;
}
.no-sub--board-view .view-contents .verify-item input {
  width: 100%;
  max-width: clamp(30rem, 6.4724919094vw + 27.572815534rem, 40rem);
  height: clamp(5rem, 0.6472491909vw + 4.7572815534rem, 6rem);
  padding: 0 1.6rem;
  border-radius: 0.8rem;
  border: 2px solid #e0e0e0;
  background: #fff;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem) !important;
  color: var(--clr-gray-900);
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px #0000000d;
}
.no-sub--board-view .view-contents .verify-item input::placeholder {
  color: #999;
  font-weight: 400;
}
.no-sub--board-view .view-contents .verify-item input:hover {
  border-color: #bec3c5;
  box-shadow: 0 2px 6px #00000014;
}
.no-sub--board-view .view-contents .verify-item input:focus {
  outline: none;
  border-color: var(--clr-primary-500);
  box-shadow:
    0 0 0 3px #af7e681a,
    0 2px 8px #0000001a;
  transform: translateY(-1px);
}
.no-sub--board-view .view-contents .view-body {
  margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  border-top: 1px solid #ccc;
}
.no-sub--board-view .view-contents .view-contents {
  margin-top: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
}
.no-sub--board-view .view-contents .view-contents .comment-section {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 1rem;
  padding: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  box-shadow: #0000000a 0 12px 24px;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-section__header h4 {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  font-weight: 600;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-section__header p {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: #7a7a7a;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-section__header p span {
  font-weight: 600;
  color: #212121;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  margin-bottom: clamp(2.4rem, 0.2588996764vw + 2.3029126214rem, 2.8rem);
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-list .comment-item {
  padding: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  border-radius: 0.9rem;
  background: #f9f9f9;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-list .comment-item .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.no-sub--board-view
  .view-contents
  .view-contents
  .comment-section
  .comment-list
  .comment-item
  .comment-header
  .comment-avatar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.no-sub--board-view
  .view-contents
  .view-contents
  .comment-section
  .comment-list
  .comment-item
  .comment-header
  .comment-avatar
  figure {
  background: #fff;
  width: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  height: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.no-sub--board-view
  .view-contents
  .view-contents
  .comment-section
  .comment-list
  .comment-item
  .comment-header
  .comment-avatar
  figure
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-sub--board-view
  .view-contents
  .view-contents
  .comment-section
  .comment-list
  .comment-item
  .comment-header
  .comment-avatar
  .comment-author {
  font-weight: 600;
  color: #212121;
  font-size: clamp(1.5rem, 0.1294498382vw + 1.4514563107rem, 1.7rem);
}
.no-sub--board-view
  .view-contents
  .view-contents
  .comment-section
  .comment-list
  .comment-item
  .comment-header
  .comment-date {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  color: #8e8e8e;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-list .comment-item .comment-content {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  line-height: 1.6;
  color: #383838;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-list .comment-item .comment-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.8rem;
}
.no-sub--board-view
  .view-contents
  .view-contents
  .comment-section
  .comment-list
  .comment-item
  .comment-footer
  .comment-actions {
  display: flex;
  gap: 0.4rem;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-list .comment-btn {
  border: none;
  background: transparent;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  color: #777;
  cursor: pointer;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-list .comment-btn.edit:hover {
  background: #21212114;
  color: #212121;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-list .comment-btn.delete:hover {
  background: #d705051a;
  color: #d70000;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-form textarea {
  border: 1px solid #dcdcdc;
  border-radius: 0.8rem;
  padding: 1rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  resize: none;
  background: #fff;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-form .comment-form__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-form .comment-form__btn {
  border-radius: 0.8rem;
  border: none;
  padding: 0.8rem 1.6rem;
  font-size: clamp(1.3rem, 0.1294498382vw + 1.2514563107rem, 1.5rem);
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-form .comment-form__btn.secondary {
  background: transparent;
  border: 1px solid #c4c4c4;
  color: #6c6c6c;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-form .comment-form__btn.primary {
  background: #212121;
  color: #fff;
}
.no-sub--board-view .view-contents .view-contents .comment-section .comment-form .comment-form__btn:hover {
  opacity: 0.85;
}
@media (max-width: 544px) {
  .no-sub--board-view .view-contents .view-contents .comment-section {
    padding: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  }
  .no-sub--board-view .view-contents .view-contents .comment-section .comment-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .no-sub--board-view .view-contents .view-contents .comment-section .comment-list {
    gap: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  }
  .no-sub--board-view .view-contents .view-contents .comment-section .comment-list .comment-item {
    padding: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  }
  .no-sub--board-view .view-contents .view-contents .comment-section .comment-form__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .no-sub--board-view .view-contents .view-contents .comment-section .comment-form__btn {
    width: 100%;
  }
}
.no-sub--board-view .view-contents .view-bot {
  margin-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-sub--board-view .view-contents .view-bot .no-board-nav .no-board-nav__items {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.no-sub--board-view .view-contents .view-bot .no-board-nav .no-board-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  text-decoration: none;
  color: #212121;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}
.no-sub--board-view .view-contents .view-bot .no-board-nav .no-board-nav__link:hover,
.no-sub--board-view .view-contents .view-bot .no-board-nav .no-board-nav__link:focus-visible {
  background: #f7f7f7;
}
.no-sub--board-view .view-contents .view-bot .no-board-nav .no-board-nav__division {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-sub--board-view .view-contents .view-bot .no-board-nav .no-board-nav__division .fa-sharp {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  color: #212121;
}
.no-sub--board-view .view-contents .view-bot .no-board-nav .no-board-nav__division p {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 500;
}
.no-sub--board-view .view-contents .view-bot .no-board-nav .no-board-nav__division .no-board-nav__title {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: #424242;
  font-weight: 400;
  margin-left: 1.2rem;
}
.no-sub--board-view .view-contents .view-bot .no-board-nav .no-board-nav__date {
  font-size: clamp(1.4rem, 0.0647249191vw + 1.3757281553rem, 1.5rem);
  color: #a8a8a8;
  white-space: nowrap;
}
.no-sub--board-view .view-contents .view-bot .view-btn {
  margin-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  display: flex;
  justify-content: center;
}
.no-sub--board-view .view-contents .view-bot .view-btn a {
  background: var(--clr-base-white);
  background: #212121;
  color: var(--clr-base-white);
  border-radius: 0.8rem;
  height: clamp(4rem, 0.3236245955vw + 3.8786407767rem, 4.5rem);
  width: clamp(14rem, 2.5889967638vw + 13.0291262136rem, 18rem);
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  align-items: center;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-sub--site .site-cont ul {
  gap: 2.4rem;
}
.no-sub--site .site-cont ul li {
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid #ccc;
  transition: 0.4s ease all;
}
.no-sub--site .site-cont ul li:hover {
  box-shadow:
    #0000001a 0 10px 15px -3px,
    #0000000d 0 4px 6px -2px;
}
.no-sub--site .site-cont ul li .img-wrap {
  background: #fff;
  padding: 6.8rem clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 20rem;
}
.no-sub--site .site-cont ul li figure {
  width: 25rem;
}
.no-sub--site .site-cont ul li figure img {
  height: 100%;
}
.no-sub--site .site-cont ul li .text-wrap {
  padding: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  background: #f6f3f2;
  height: 100%;
}
.no-sub--site .site-cont ul li .text-wrap h3 {
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
  line-height: 1.31;
}
.no-sub--site .site-cont ul li .more-btn a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.no-sub--site .site-cont ul li .more-btn i {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.no-sub--staff .staff-cont ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 1024px) {
  .no-sub--staff .staff-cont ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--staff .staff-cont ul li {
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fafafa;
  align-items: center;
  box-shadow:
    #0000000d 0 6px 24px,
    #00000014 0 0 0 1px;
  transition: 0.4s ease all;
  border: 1px solid transparent;
}
.no-sub--staff .staff-cont ul li:hover {
  border: 1px solid #af7e68;
}
.no-sub--staff .staff-cont ul li .img-wrap {
  height: 100%;
}
.no-sub--staff .staff-cont ul li .img-wrap img,
.no-sub--staff .staff-cont ul li .img-wrap figure {
  height: 100%;
}
.no-sub--staff .staff-cont ul li .text-wrap {
  padding: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
}
.no-sub--staff .staff-cont ul li .text-wrap h3 {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-sub--staff .staff-cont ul li .text-wrap p {
  color: #424242;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-sub--staff .staff-cont ul li .more-btn {
  display: flex;
  justify-content: flex-start;
}
.no-sub--staff .staff-cont ul li .more-btn a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.no-sub--staff .staff-cont ul li .more-btn i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-sub--map .sub-title p {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) !important;
}
.no-sub--map .no-board-top {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-sub--map .no-board-top {
    flex-direction: row-reverse;
  }
}
.no-sub--map .no-select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: clamp(0.4rem, 0.2973977695vw + 0.2884758364rem, 0.8rem) 1.6rem;
  height: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  box-shadow:
    #4347552b 0 0 0.15em,
    #5a7dbc08 0 0.15em 0.3em;
  border-radius: 8px;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: #333;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")
    no-repeat right 1.2rem center;
  background-size: 12px auto;
  cursor: pointer;
  min-width: 120px;
  transition: border-color 0.2s ease;
}
.no-sub--map .map-container {
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  display: grid;
  grid-template-columns: 3fr 2fr;
}
@media (max-width: 768px) {
  .no-sub--map .map-container {
    grid-template-columns: 1fr;
  }
}
.no-sub--map .list-wrap .list-header {
  display: flex;
  align-items: center;
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 1.2rem;
  border-top: 1px solid #ccc;
  gap: 1rem;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  font-size: clamp(1.3rem, 0.1941747573vw + 1.227184466rem, 1.6rem);
  font-weight: 600;
  color: #222;
}
.no-sub--map .list-wrap .list-header .company {
  flex: 0 0 auto;
  min-width: 60px;
  max-width: 120px;
}
.no-sub--map .list-wrap .list-header .name,
.no-sub--map .list-wrap .list-header .state,
.no-sub--map .list-wrap .list-header .title {
  flex: 1 1 0;
}
.no-sub--map .list-wrap .list {
  display: flex;
  align-items: center;
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 1.2rem;
  gap: 1rem;
  color: #686868;
  font-size: clamp(1.3rem, 0.1941747573vw + 1.227184466rem, 1.6rem);
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  transition: 0.3s ease all;
}
.no-sub--map .list-wrap .list:hover {
  background: #f6f3f2;
}
.no-sub--map .list-wrap .list .company {
  color: #686868;
  font-weight: 400;
  flex: 0 0 auto;
  min-width: 60px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.no-sub--map .list-wrap .list .name,
.no-sub--map .list-wrap .list .state {
  flex: 1 1 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.no-sub--map .list-wrap .list .title {
  flex: 1 1 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.no-sub--map .list-wrap .list .title a {
  font-weight: 600;
  color: #212121;
}
.no-sub--map .list-wrap .list .title a:hover {
  text-decoration: underline;
}
.no-sub--map .korea-map {
  border: 1px solid #ddd;
  border-radius: 1.6rem;
  padding: 2rem;
}
.no-sub--map .korea-map .count-box {
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 0.8rem;
  background: #f1f2f3;
  color: #222;
  font-weight: 500;
  font-size: clamp(1.3rem, 0.1941747573vw + 1.227184466rem, 1.6rem);
}
.no-sub--map .korea-map .count-box b {
  color: #af7e68;
  font-weight: 700;
}
.no-sub--map .korea-map svg {
  padding-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  max-width: 596px;
  max-height: 634px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.no-sub--map .korea-map .Korea_area__K2Klf {
  fill: #ede7e5;
  stroke: #fff;
  stroke-width: 1.2px;
  cursor: pointer;
  transition:
    fill 0.25s ease,
    transform 0.25s ease;
}
.no-sub--map .Korea_speech__S0Heb {
  fill: #af7e68;
}
.no-sub--map .korea-map .Korea_area__K2Klf:hover,
.no-sub--map .korea-map .Korea_area__K2Klf.active {
  fill: var(--clr-primary-500);
  transform-origin: center;
}
@media (max-width: 544px) {
  .no-sub .no-category-wrap {
    overflow: hidden;
  }
}
.no-sub .no-category-wrap .no-category-list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 544px) {
  .no-sub .no-category-wrap .no-category-list {
    gap: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 1rem;
  }
}
.no-sub .no-category-wrap .no-category-list a {
  padding: clamp(0.6rem, 0.1294498382vw + 0.5514563107rem, 0.8rem) clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
  border-radius: 0.6rem;
  border: 1px solid #d5cecb;
  font-size: clamp(1.2rem, 0.3883495146vw + 1.054368932rem, 1.8rem);
  font-weight: 500;
  color: #424242;
  background: #fafafa;
  transition: 0.4s ease all;
  white-space: nowrap;
}
.no-sub .no-category-wrap .no-category-list a:hover {
  border-color: #212121;
  background: #212121;
  color: #fff;
}
.no-sub .no-category-wrap .no-category-list a.active {
  border-color: #212121;
  background: #212121;
  color: #fff;
  font-weight: 600;
}
.no-sub .sub-title {
  text-align: center;
}
.no-sub .sub-title h2 {
  line-height: 1.31;
  font-size: clamp(2.6rem, 1.9417475728vw + 1.8718446602rem, 5.6rem);
}
.no-sub .sub-title p {
  line-height: 1.61;
  color: #424242;
  padding-top: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
}
.input-item .file-wrap {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.7434944238vw + 0.7211895911rem, 2rem);
  width: 100%;
}
input[type='file'] {
  display: none;
}
.input-item .file-wrap label {
  padding: clamp(0.6rem, 0.2973977695vw + 0.4884758364rem, 1rem) clamp(1.2rem, 0.594795539vw + 0.9769516729rem, 2rem);
  color: var(--clr-base-white);
  height: clamp(5rem, 0.594795539vw + 4.7769516729rem, 5.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--clr-base-black);
  width: 17rem;
  border-radius: 0.6rem;
}
.text-success,
.text-danger,
.text-warning,
.text-secondary {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 55rem;
  font-weight: 500;
  white-space: nowrap;
  margin-left: 0.4rem;
  text-decoration: none !important;
}
.text-success:hover,
.text-danger:hover,
.text-warning:hover,
.text-secondary:hover,
a:hover .text-success,
a:hover .text-danger,
a:hover .text-warning,
a:hover .text-secondary {
  text-decoration: none !important;
}
.text-success {
  background-color: #10b981;
  color: #fff;
}
.text-danger {
  background-color: #ef4444;
  color: #fff;
}
.text-warning {
  background-color: #e4e4e4;
}
.text-secondary {
  background-color: #6b7280;
  color: #fff;
}
.no-board .no-begde {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  font-weight: 600;
  padding: 0.4rem 1.2rem;
  background-color: var(--clr-primary-light);
  color: var(--clr-primary-main);
}
@media (max-width: 768px) {
  .no-board .no-begde {
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
  }
}
.no-board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.no-board-top .no-board-total span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .no-board-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .no-board-top .no-board-search {
    width: 100%;
  }
}
.no-board .no-skin-lock {
  --width: 1.8rem;
  width: var(--width);
  height: var(--width);
  border-radius: 50%;
  font-weight: var(--fw-medium);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.8rem;
}
.no-board .no-skin-new {
  --width: 1.8rem;
  width: var(--width);
  height: var(--width);
  border-radius: 50%;
  background-color: var(--clr-primary-main);
  color: var(--clr-base-white);
  font-weight: var(--fw-medium);
  font-size: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.2rem;
  margin-right: 0.2rem;
}
.no-board .no-skin-icon {
  --icon-width: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: var(--icon-width);
  height: var(--icon-width);
}
.no-board .no-skin-video__link {
  display: block;
  transition: var(--tran-15);
  position: relative;
}
.no-board .no-skin-video__link:hover h3 {
  color: var(--clr-primary-main);
}
.no-board .no-skin-video__link:hover .no-skin-video__img > img {
  transform: scale(1.1);
}
.no-board .no-skin-video__img {
  border-radius: 1.2rem;
}
.no-board .no-skin-video__img img {
  transition: var(--tran-15);
}
.no-board .no-skin-list .no-skin-list-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  border-top: 1px solid #212121;
  text-align: center;
  vertical-align: middle;
  --cell-padding: 2rem;
}
@media (max-width: 1024px) {
  .no-board .no-skin-list .no-skin-list-table {
    --cell-padding: 1.5rem;
  }
}
.no-board .no-skin-list .no-skin-list-table .no-notice-megaphone {
  color: var(--clr-primary-main);
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table colgroup col {
    width: 100% !important;
  }
}
.no-board .no-skin-list .no-skin-list-table thead th {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  border-bottom: 1px solid #e0e0e0;
  color: #212121;
  background: #f9f9f9;
  font-weight: 500;
}
.no-board .no-skin-list .no-skin-list-table thead th:nth-child(2) {
  text-align: left;
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table thead {
    display: none;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr:hover {
  background-color: var(--clr-gray-light);
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.5rem 0;
    gap: 0.6rem;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr .mega_notice i {
  display: none;
  color: #73653f;
}
.no-board .no-skin-list .no-skin-list-table tbody tr .mega_notice.active span {
  display: none;
}
.no-board .no-skin-list .no-skin-list-table tbody tr .mega_notice.active i {
  display: block;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td {
  padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  border-bottom: 1px solid #e0e0e0;
  color: #2e2e2e;
  font-weight: 500;
  vertical-align: middle;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td:nth-child(2) {
  text-align: left;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td strong {
  font-weight: 600;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label {
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label {
    padding-right: 0.8rem;
    margin-right: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label .file {
  color: var(--clr-primary-500);
}
.no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label span i {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label span {
    font-size: 1.2rem;
  }
  .no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label span:before {
    content: attr(data-label);
    color: var(--clr-gray-600);
    padding-right: 0.4rem;
  }
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr td {
    display: inline-block;
    padding: 0.4rem 0;
    border: none;
  }
  .no-board .no-skin-list .no-skin-list-table tbody tr td.--full {
    width: 100%;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a strong {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a strong p {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a:hover p {
  text-decoration: underline;
}
.no-board .no-skin-list .no-skin-list-table tbody tr .date {
  color: #9c9d9f;
}
.no-board .no-skin-faq .no-skin-faq-list {
  border-top: 2px solid #000;
}
.no-board .no-skin-faq .no-skin-faq-item {
  border-bottom: 1px solid #dddddd;
}
.no-board .no-skin-faq .no-skin-faq-item__title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-item__title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.no-board .no-skin-faq .no-skin-faq-item__title h3 {
  flex: 1;
  font-weight: 600;
}
.no-board .no-skin-faq .no-skin-faq-item__arrow i {
  transition: 0.3s ease-in-out;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-board .no-skin-faq .no-skin-faq-item__icon {
  --width: 4rem;
}
@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 {
  width: var(--width);
  height: var(--width);
  background-color: var(--clr-secondary-500);
  border: 2px solid var(--clr-base-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-board .no-skin-faq .no-skin-faq-item__icon.--dark {
  background-color: var(--clr-primary-300);
  width: 3.2rem;
  height: 3.2rem;
}
.no-board .no-skin-faq .no-skin-faq-item__icon.--dark span {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.no-board .no-skin-faq .no-skin-faq-item__icon span {
  color: var(--clr-base-white);
  font-weight: 600;
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
}
.no-board .no-skin-faq .no-skin-faq-item button {
  gap: 2.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem;
  transition: var(--tran-15);
}
.no-board .no-skin-faq .no-skin-faq-item button.active {
  background-color: var(--clr-gray-50);
}
.no-board .no-skin-faq .no-skin-faq-item button.active .no-skin-faq-item__title h3 {
  color: var(--clr-primary-main);
}
.no-board .no-skin-faq .no-skin-faq-item button.active .no-skin-faq-item__arrow i {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-item button {
    gap: 1.6rem;
    padding: 1.6rem;
  }
}
.no-board .no-skin-faq .no-skin-faq-item button:hover,
.no-board .no-skin-faq .no-skin-faq-item.--active button {
  color: var(--clr-primary-main);
}
.no-board .no-skin-faq .no-skin-faq-item.--active i {
  color: var(--clr-primary-main);
  transform: rotate(180deg);
}
.no-board .no-skin-faq .no-skin-faq-body {
  display: none;
}
.no-board .no-skin-faq .no-skin-faq-body > div {
  border-top: 1px solid var(--clr-gray-main);
  background-color: var(--clr-gray-light);
  display: flex;
  gap: 1.6rem;
  padding: 2.4rem 2.4rem 4.8rem;
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-body > div {
    padding: 1.6rem 1.6rem 3.2rem;
    flex-direction: column;
  }
}
.no-board .no-skin-faq .no-skin-faq-body__content {
  flex: 1;
}
.no-sub-privacy {
  padding-top: clamp(12rem, 5.1779935275vw + 10.0582524272rem, 20rem);
  padding-bottom: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
}
.no-sub-privacy .no-sub-privacy-section .no-container-lg {
  padding-left: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  padding-right: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-sub-privacy .no-sub-privacy-header {
  margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-sub-privacy .no-sub-privacy-header h1 {
  margin-bottom: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  color: var(--clr-text-primary);
}
.no-sub-privacy .no-sub-privacy-header p {
  color: var(--clr-text-secondary);
  opacity: 0.7;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-intro {
  padding: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem) 0;
  margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  border-left: 4px solid var(--clr-accent);
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-intro p {
  color: var(--clr-text-primary);
  line-height: 1.8;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article {
  margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  border-bottom: 1px solid var(--clr-border-white-week);
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article h2 {
  margin-bottom: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  color: var(--clr-text-primary);
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text p {
  margin-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  color: var(--clr-text-primary);
  line-height: 1.8;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text p:last-child {
  margin-bottom: 0;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text p a {
  color: var(--clr-accent);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text p a:hover {
  opacity: 0.8;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text ul {
  margin-top: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  list-style: disc;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text ul li {
  margin-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  color: var(--clr-text-primary);
  line-height: 1.7;
  list-style: disc;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text ul li:last-child {
  margin-bottom: 0;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text ul li a {
  color: var(--clr-accent);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text ul li a:hover {
  opacity: 0.8;
}
.no-footer-privacy-link {
  font-size: clamp(1.3rem, 0.0647249191vw + 1.2757281553rem, 1.4rem);
  color: var(--clr-text-primary);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.no-footer-privacy-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.sub-member {
  margin-top: var(--header-height);
  position: relative;
  display: flex;
  min-height: 80rem;
  justify-content: center;
  padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  background: #f9f9f9;
}
@media (max-width: 544px) {
  .sub-member {
    min-height: 50rem;
  }
}
.sub-member .member-logo {
  position: absolute;
  left: -2%;
  bottom: 5%;
  max-width: clamp(15rem, 22.9508196721vw + 5.9344262295rem, 50rem);
  opacity: 0.25;
}
@media (max-width: 768px) {
  .sub-member .member-logo {
    bottom: -5%;
  }
}
.sub-member .no-container-sm {
  width: 100%;
  max-width: 540px;
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  background: #fff;
  border-radius: 1.6rem;
  height: 90%;
  box-shadow:
    #0000001a 0 10px 15px -3px,
    #0000000d 0 4px 6px -2px;
}
.sub-member h2 {
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.sub-member .find-list {
  display: flex;
  gap: 0rem;
  align-items: center;
  width: 100%;
}
.sub-member .find-list li {
  width: 100%;
}
.sub-member .find-list li a {
  border: none;
  border-bottom: 2px solid #e0e0e0;
  background-color: transparent;
  color: #666;
  transition: color 0.3s;
  border-radius: 0;
}
.sub-member .find-list li a:hover {
  color: var(--clr-gray-900);
  background-color: transparent;
}
.sub-member .find-list li a.active {
  border-bottom: 2px solid #af7e68;
  color: #000;
}
.sub-member .input-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 0.6557377049vw + 1.7409836066rem, 3rem);
}
.sub-member .input-wrap.login {
  gap: 1.2rem;
}
.sub-member .edit-info {
  gap: clamp(2rem, 0.6557377049vw + 1.7409836066rem, 3rem);
}
.sub-member .input-wrap.find {
  margin-top: 4rem;
}
.sub-member .input-wrap.view label:before {
  display: none;
}
.sub-member .input-wrap li label {
  color: var(--clr-gray-900);
  position: relative;
  align-items: flex-start;
  font-weight: 500;
  margin-bottom: clamp(0.8rem, 0.131147541vw + 0.7481967213rem, 1rem);
  display: inline-flex;
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.sub-member .input-wrap li label:before {
  content: '';
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--clr-primary-500);
  border-radius: 50%;
  top: 0.2rem;
  right: -0.8rem;
  overflow: hidden;
}
.sub-member .input-wrap li .input-box {
  width: 100%;
  text-align: left;
  position: relative;
}
.sub-member .input-wrap li .input-box.password-box {
  position: relative;
}
.sub-member .input-wrap li .input-box .no-input {
  height: clamp(4.5rem, 0.3236245955vw + 4.3786407767rem, 5rem);
  border: solid 1px #ccc;
  padding: 0 clamp(0.8rem, 0.7868852459vw + 0.4891803279rem, 2rem);
  border-radius: 0.6rem;
  width: 100%;
  color: var(--clr-gray-900);
  font-weight: 500;
}
.sub-member .input-wrap li .password-box .no-input {
  padding-right: clamp(4.5rem, 0.3236245955vw + 4.3786407767rem, 5rem);
}
.sub-member .input-wrap li .password-toggle {
  position: absolute;
  right: clamp(0.8rem, 0.7868852459vw + 0.4891803279rem, 2rem);
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.4rem, 0.2588996764vw + 2.3029126214rem, 2.8rem);
  height: clamp(2.4rem, 0.2588996764vw + 2.3029126214rem, 2.8rem);
  color: #666;
  transition: color 0.3s ease;
}
.sub-member .input-wrap li .password-toggle:hover {
  color: var(--clr-gray-900);
}
.sub-member .input-wrap li .password-toggle i {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.sub-member .input-wrap li .input-box select.no-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right clamp(0.8rem, 0.7868852459vw + 0.4891803279rem, 2rem) center;
  background-size: 12px 8px;
  cursor: pointer;
}
.sub-member .certificate-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  padding: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  border: 1px solid #e0e0e0;
  border-radius: 0.6rem;
  background: #fff;
}
.sub-member .certificate-group {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
.sub-member .certificate-title {
  color: var(--clr-gray-900);
  font-weight: 600;
  margin-bottom: 0.4rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.sub-member .certificate-checkboxes {
  display: flex;
  gap: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  flex-wrap: wrap;
}
.sub-member .certificate-checkbox {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  user-select: none;
}
.sub-member .certificate-checkbox:before {
  display: none;
}
.sub-member .certificate-checkbox input[type='radio'] {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  background: #fff;
  margin: 0;
  flex-shrink: 0;
}
.sub-member .certificate-checkbox input[type='radio']:checked {
  background: #fff;
  border-color: #212121;
  position: relative;
}
.sub-member .certificate-checkbox input[type='radio']:checked:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: #af7e68;
  border-radius: 50%;
}
.sub-member .certificate-checkbox span {
  color: var(--clr-gray-900);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 400;
}
.sub-member .certificate-checkbox:hover input[type='radio'] {
  border-color: #212121;
}
.sub-member .privacy-box {
  padding: 0;
}
.sub-member .privacy-checkbox {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  user-select: none;
  margin-top: 0.6rem;
}
.sub-member .privacy-checkbox:before {
  display: none;
}
.sub-member .privacy-checkbox input[type='checkbox'] {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  background: #fff;
  margin: 0;
  flex-shrink: 0;
}
.sub-member .privacy-checkbox input[type='checkbox']:checked {
  background: #212121;
  border-color: #212121;
  position: relative;
}
.sub-member .privacy-checkbox input[type='checkbox']:checked:after {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0.6rem;
  width: 0.4rem;
  height: 0.8rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.sub-member .privacy-checkbox span {
  color: var(--clr-gray-900);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 400;
}
.sub-member .privacy-checkbox:hover input[type='checkbox'] {
  border-color: #212121;
}
.sub-member .input-wrap li .find {
  margin-top: 0.5rem;
}
.sub-member .input-wrap li .find:hover {
  text-decoration: underline;
}
.sub-member .no-member-btn {
  border-radius: 0.8rem;
  background-color: var(--clr-base-black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem)
    clamp(1.6rem, 0.5245901639vw + 1.3927868852rem, 2.4rem);
  width: 100%;
  color: #fff;
  margin-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  font-weight: 600;
  min-height: 4.2rem;
  transition: background-color 0.3s;
}
.sub-member .no-member-btn:hover {
  background-color: #212121;
}
.sub-member .find_id_pw {
  color: #424242;
}
.sub-member .signup_move {
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  margin-top: 4rem;
}
.sub-member .signup_move a {
  color: #000;
}
.sub-member .signup_move a:hover {
  text-decoration: underline;
}
.sub-member .profile-upload-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
}
.sub-member .profile-image-container {
  position: relative;
  display: inline-block;
}
.sub-member .profile-image-preview {
  width: clamp(12rem, 2.5889967638vw + 11.0291262136rem, 16rem);
  height: clamp(12rem, 2.5889967638vw + 11.0291262136rem, 16rem);
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  position: relative;
}
.sub-member .profile-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.sub-member .profile-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: silver;
  font-size: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.sub-member .profile-upload-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  height: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #666;
  font-size: clamp(1.8rem, 0.2588996764vw + 1.7029126214rem, 2.2rem);
}
.sub-member .profile-upload-btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
  color: #333;
}
.fslightbox-source {
  width: calc(100% - 4rem) !important;
  left: 2rem;
}
.certificate-panel {
  padding-top: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
}
.certificate-panel h3 {
  margin-bottom: clamp(0.8rem, 0.131147541vw + 0.7481967213rem, 1rem);
}
/*# sourceMappingURL=/resource/dist/style.css.map */


/* 모달 */
.no-sub--presidents .officers-btn-wrap {
  padding-top: 2.4rem;
  border-top: 1px solid #ccc;
  display: block !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


.no-sub .officers-modal-btn {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.2rem 1.6rem;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--clr-base-black);
  font-family: inherit;
}
.no-sub .officers-modal-btn:hover {
  background: #f9f9f9;
  border-color: #af7e68;
  color: #af7e68;
}
.no-sub .officers-modal-btn span {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-sub .officers-modal-btn i {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}
.no-sub .officers-modal-btn:hover i {
  transform: translate(0.4rem);
}
.no-sub .officers-modal-btn {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.2rem 1.6rem;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--clr-base-black);
  font-family: inherit;
}
.no-sub .officers-modal-btn:hover {
  background: #f9f9f9;
  border-color: #af7e68;
  color: #af7e68;
}
.no-sub .officers-modal-btn span {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-sub .officers-modal-btn i {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}
.no-sub .officers-modal-btn:hover i {
  transform: translate(0.4rem);
}
.officers-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.officers-modal.is-open {
  display: flex;
}
.officers-modal.is-visible {
  opacity: 1;
}
.officers-modal__overlay {
  position: absolute;
  inset: 0;
  background: #000000bf;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.officers-modal.is-visible .officers-modal__overlay {
  opacity: 1;
}
.officers-modal__content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  max-height: 85vh;
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 25px 80px #0006;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  transform: translateY(30px) scale(0.95);
  opacity: 0;
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.4s ease;
}
.officers-modal.is-visible .officers-modal__content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
@media (max-width: 768px) {
  .officers-modal__content {
    max-width: 95vw;
    max-height: 90vh;
    border-radius: 1.6rem;
  }
}
@media (max-width: 544px) {
  .officers-modal__content {
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    margin: 0;
  }
}
.officers-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem 3.2rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  background: linear-gradient(to bottom, #fafafa, #fff);
}
@media (max-width: 768px) {
  .officers-modal__header {
    padding: 2.4rem 2.4rem 1.6rem;
  }
}
.officers-modal__title {
  font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.8rem);
  font-weight: 700;
  color: var(--clr-base-black);
  margin: 0;
  letter-spacing: -0.02em;
}
.officers-modal__close {
  background: #0000000d;
  border: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #666;
  flex-shrink: 0;
}
.officers-modal__close:hover {
  background: #0000001a;
  color: var(--clr-base-black);
  transform: rotate(90deg);
}
.officers-modal__close:active {
  transform: rotate(90deg) scale(0.95);
}
.officers-modal__close i {
  font-size: 2.2rem;
  font-weight: 600;
}
.officers-modal__body {
  padding: 3.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media (max-width: 768px) {
  .officers-modal__body {
    padding: 2.4rem;
  }
}
@media (max-width: 544px) {
  .officers-modal__body {
    padding: 1.6rem;
  }
}
.officers-modal__body .scroll-box {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 60vh;
  min-height: 30rem;
  -webkit-overflow-scrolling: touch;
  padding-right: 0.8rem;
  margin-right: -0.8rem;
}
.officers-modal__body .scroll-box::-webkit-scrollbar {
  width: 8px;
}
.officers-modal__body .scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.officers-modal__body .scroll-box::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.officers-modal__body .scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
@media (max-width: 768px) {
  .officers-modal__body .scroll-box {
    max-height: 50vh;
    min-height: 25rem;
  }
}
@media (max-width: 544px) {
  .officers-modal__body .scroll-box {
    max-height: 45vh;
    min-height: 20rem;
  }
}
.officers-modal__body .officers-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 768px) {
  .officers-modal__body .officers-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.officers-modal__body .officers-list-item {
  display: grid;
  grid-template-columns: 1.5fr 1.2fr 2fr 2fr;
  align-items: center;
  padding: 1.6rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  background: #fff;
}
.officers-modal__body .officers-list-item:first-child {
  background: #f8f9fa;
  font-weight: 600;
  color: var(--clr-base-black);
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  position: sticky;
  top: 0;
  z-index: 10;
}
.officers-modal__body .officers-list-item:not(:first-child):hover {
  background: #f8f9fa;
}
@media (max-width: 768px) {
  .officers-modal__body .officers-list-item {
    grid-template-columns: 12rem 10rem 14rem 16rem;
    min-width: 52rem;
    padding: 1.2rem 1.6rem;
    gap: 0;
  }
  .officers-modal__body .officers-list-item:first-child {
    display: grid;
    position: sticky;
    left: 0;
    z-index: 11;
  }
}
.officers-modal__body .officers-list-item .officers-list-cell {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  line-height: 1.6;
  color: var(--clr-base-black);
}
@media (max-width: 768px) {
  .officers-modal__body .officers-list-item .officers-list-cell {
    display: block;
    font-size: 1.3rem;
    padding: 0.4rem 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .officers-modal__body .officers-list-item .officers-list-cell:before {
    display: none;
  }
}
.officers-modal__body .officers-list-item .officers-list-cell.cell-position {
  font-weight: 500;
  color: #333;
}
.officers-modal__body .officers-list-item .officers-list-cell.cell-name {
  font-weight: 600;
  color: var(--clr-base-black);
}
.officers-modal__body .officers-list-item .officers-list-cell.cell-org {
  color: #555;
}
.officers-modal__body .officers-list-item .officers-list-cell.cell-email a {
  color: #af7e68;
  text-decoration: none;
  transition: color 0.2s ease;
}
.officers-modal__body .officers-list-item .officers-list-cell.cell-email a:hover {
  color: #8a5f4d;
  text-decoration: underline;
}
.officers-modal__body .president-bottom {
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .officers-modal__body .president-bottom {
    gap: 2rem;
  }
}
@media (max-width: 544px) {
  .officers-modal__body .president-bottom {
    gap: 1.6rem;
  }
}
.officers-modal__body .president-item {
  background: #fafafa;
  border-radius: 1.2rem;
  padding: 2rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.officers-modal__body .president-item:hover {
  background: #f5f5f5;
  border-color: #af7e6833;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #00000014;
}
@media (max-width: 768px) {
  .officers-modal__body .president-item {
    padding: 1.6rem;
  }
}
.officers-modal__body .president-item .text-wrap .title {
  margin-bottom: 1.2rem;
}
.officers-modal__body .president-item .text-wrap .title h3 {
  line-height: 1.4;
}
.officers-modal__body .president-item .text-wrap .title .name {
  display: block;
  margin-bottom: 0.4rem;
}
.officers-modal__body .president-item .text-wrap .desc-wrap dl {
  margin-bottom: 1.2rem;
}
.officers-modal__body .president-item .text-wrap .desc-wrap dl:last-child {
  margin-bottom: 0;
}
.officers-modal__body .president-item .text-wrap .desc-wrap dl dt {
  margin-bottom: 0.6rem;
  color: #666;
}
.officers-modal__body .president-item .text-wrap .desc-wrap dl dd {
  color: var(--clr-base-black);
  line-height: 1.6;
}
.officers-modal__body .president-item .text-wrap .desc-wrap dl dd a {
  color: #af7e68;
  text-decoration: none;
  transition: color 0.2s ease;
}
.officers-modal__body .president-item .text-wrap .desc-wrap dl dd a:hover {
  color: #8a5f4d;
  text-decoration: underline;
}