

@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

:root {
  --text-size: 18px;
  --text-color: #0f0f0f;
  --text-invert: #f1f1f1;
  --channelText: #606060;
  --background: #f5f5f7;
  --surface: #ffffff;
  --placeholderBg: rgba(0, 0, 0, 0.1); 
  --placeholderGradient: rgba(255, 255, 255, 0.3);
}

:root{
  --button_bg_default_color: transparent;
  --button_font_default_color: #007BFF;
  --button_bg_active_color: #007BFF;
  --button_bg_hover_color: #004A99;
  --button_font_active_color: white;
  --link_default: #333333;
  --link_active: #007BFF;
  --list_link: #2F3941;
  --section_bg: white;
  --section_grey: #f9f9f9;
  --section_border: #d0d0d0;
  --section_invert_border: #d0d0d0;
  --section_selected: #ddd;
  --menu_font_1: black;
  --menu_font_2: #222;
  --menu_font_3: #555;
  --menu_bg: white;
  --menu_active_bg: #F3F3F3;
  --divider_color: #e9ebed;
}

:root[data-theme=dark]{
  --button_bg_default_color: transparent;
  --button_font_default_color: #7F85F5;
  /*
  --button_bg_active_color: #656BEB; -> #4e46af */
  --button_bg_active_color: #6157d9;
  --button_bg_hover_color: #3339C4;
  --button_font_active_color: white;
  --link_default: white;
  --link_active: #7F85F5;
	--list_link: #c3c3c3;
  --section_bg: #222;
  --section_grey: #333;
  --section_border: transparent;
  --section_invert_border: #474747;
  --section_selected: #767676;
  --menu_font_1: white;
  --menu_font_2: #e4e4e4;
  --menu_font_3: #d0d0d0;
  --menu_bg: #242424;
  --menu_active_bg: #222222;
  --divider_color: #ffffff26;
  
  --text-color: #f1f1f1;
  --text-invert: #0f0f0f;
  --channelText: #aaa;
  --background: #1a0a2e;
  --surface: #0f0f0f;
  --placeholderBg: #232323;
  --placeholderGradient: rgba(255, 255, 255, 0.05);
  --brand_color: 007BFF;
  
  
}

html[data-theme=dark] {
  color-scheme: dark;
}

/* JS 실행 전 첫 페인트 대비: 시스템 다크모드일 때 html 배경을 즉시 적용 */
@media (prefers-color-scheme: dark) {
  html:not([data-theme=light]) {
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html, body {
  height: auto !important;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}

header, footer {
}

main {
  flex: 1;
}


hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
/*   font-size: 1em; */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
/*   font-size: 75%; */
}

sub,
sup {
/*   font-size: 75%; */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  /* line-height: 1.15; */
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* bullet */
.bullet {
  
}
/* 1. 기본 - 모바일 */
.bullet--circle li {
  position: relative;
  padding-left: 15px;
}
.bullet--circle li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 4px;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #999;
  overflow: hidden;
}

/* 2. 태블릿 이상 (>=768px) */
@media (min-width: 768px) {
  .bullet--circle li {
    padding-left: 20px;
  }
  .bullet--circle li:before {
    width: 5px;
    height: 5px;
  }
}


/***** Base *****/

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

body {
  background-color: #f5f5f7;
	font-weight: 300;
	font-family: 'Pretendard Std Variable';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}

/* Korean font preference for body */
html[lang="ko"] body {
	font-family: 'Pretendard Variable', sans-serif;
}

/* Japanese font preference for body */
html[lang="ja"] body {
    font-family: 'Pretendard Static JP', sans-serif;
}

body > main {
  margin-top: 15px;
  padding: 8px 8px 0;
  position: relative;
  /* z-index: 1; */  /* stacking context 생성으로 드롭다운 z-index 차단 → 제거 */
  width: 100%;
}

html[data-theme=dark] body {
  background: var(--background);
  color: #c3c3c3;
}

/* 시스템 다크모드 → body도 선제 적용 */
@media (prefers-color-scheme: dark) {
  html:not([data-theme=light]) body {
    background-color: #1a0a2e;
  }
}

html[data-theme=dark] body > main {
  border-color: #121212;
}

body.guide-root > main,
body.page-hero > main {
  margin-top: 0px;
} 

body > main::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 8px;
  right: 8px;
  bottom: 0;
  background-color: var(--surface);
  border-radius: 24px 24px 0 0;
  z-index: -1;
  pointer-events: none;
}

/* 히어로 없는 페이지(#main-content): 히어로 없으므로 surface 박스를 top:0부터, 좌우 여백은 유지 */
body:has(#main-content):not(.page-hero) > main::before {
  top: 0;
  border-radius: 16px 16px 0 0;
}

/* 💻 일반 PC 이상 (1280px~) */
@media (min-width: 1280px) {
  body > main {
    min-height: 585px;
   /*min-height: 800px; */
  }
}

/* 1. 기본 - 모바일 */
body {
  font-size: 14px;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; color: var(--menu_font_1);}
h3 { font-size: 18px; color: var(--menu_font_2);}
h4 { font-size: 16px; }
p  { font-size: 14px; }

/* 2. 태블릿 이상 (>=768px) */
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }

  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }
  p  { font-size: 16px; }
}

/* 3. 일반 PC 이상 (>=1280px) */
@media (min-width: 1280px) {
  body {
    font-size: 16px; /* 기존 16px에서 15px로 조정 */
  }

  h1 { font-size: 30px; }
  h2 { font-size: 26px; }
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }
  p  { font-size: 16px; }
}

/* 4. 울트라 와이드 이상 (>=2560px) */
@media (min-width: 2560px) {
  body {
    font-size: 16px; /* 기존 18px보다 줄임 */
  }

  h1 { font-size: 36px; }
  h2 { font-size: 30px; }
  h3 { font-size: 26px; }
  h4 { font-size: 22px; }
  p  { font-size: 16px; }
}

.small {
  font-size: 75%;
}



@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url((/hc/theming_assets/01JDNGV6Q3B7PN6VCWFTXPPSNV) format('woff2-variations');
}

@font-face {
	font-family: 'Pretendard Std Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url(/hc/theming_assets/01JQ5RJPNM4ZVW2N18JKFVTGQ0) format('woff2-variations');
}

@font-face {
	font-family: 'Pretendard Static JP';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Static JP'), url(/hc/theming_assets/01J20MSVSZSWQCDNNQMGY9BSEC') format('woff2');
}


@font-face{
  font-family:"copenhagen-icons"; src:url(data:font/woff;base64,d09GRgABAAAAABFQAA4AAAAAGxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABRAAAABwAAAAceBzdQEdERUYAAAFgAAAAGAAAABwAFQAUT1MvMgAAAXgAAABEAAAAYFR2bXtjbWFwAAABvAAAAP8AAAKoKKyGJWN2dCAAAAK8AAAABAAAAAQAIgKIZ2FzcAAAAsAAAAAIAAAACAAAABBnbHlmAAACyAAAC34AABGkf75rlWhlYWQAAA5IAAAALAAAADYKKnIWaGhlYQAADnQAAAAgAAAAJAfPA7tobXR4AAAOlAAAACkAAABGCRQCkWxvY2EAAA7AAAAAPAAAADw0IjjobWF4cAAADvwAAAAaAAAAIAAmAKJuYW1lAAAPGAAAAZ4AAAMMLxswzHBvc3QAABC4AAAAlwAAASxE3Vi4AAAAAQAAAADRaOXkAAAAANMz4JgAAAAA04AWw3icY2BkgAAeBhEGFiDNBMSMEAwAAssAKnicY2Bmfs04gYGVgYFpJtMZBgaGfgjN+JrBmJGTARUwCiBxAtJcUxgcGBj+/2c+8P8AgwPzARCPgRFJiQIDIwDBFQ2neJzdkLtOAzEQRY/XuwnhIR5hSXg0KeIUi1DafAIFf0FHRcO/pItS8w2paKEChU1Bvz0pqDbX9jZBfAEjHV9rRp6ZayADrLgWqZhjdGLmypqQt+yGfMqTtM+RMjskLAeT4cJlbuymbjbKi3Zl69q//VXpFq0KX6lvvl5XtytbluVj+fD589HpHWtGn7/DaE7Kfrw2cbpVjySNg2WDHA0mEVowXERog8si2h83jtCRTiPeqZtF2INRV+S6a4tCvQr14BAqSeVnav/vuwCcS+8DkEufA9CTvgTgQvoWgDPpewCuMOuDgP9hsz4JwKUsaq6xabScNH63/+nfxwbGAkFaAAAiAogAAQAB//8AD3ichVd7cFTVGT/fuXtfex+79+7de/eVzT6SXQiwG/dJyBMChDcShEihiBaUkSBDbRikU6etnUjGjnZaBQTrH7YWFSlIxxGxRf6xRetYa7XOiJ060/KHlnbsy8602Uu/s0lIgg1Nds49z3u/5+/7HUJJihAo0OcIR0SSewFIvuOM6CF/Lrwg8B92nOEodskLHJvm2fQZUYDRjjPA5otG0sgWjXQK/H958036XG1jit6JryMTf5SQNvp/xxwhVy94CHeBKCRKqjifiINfh0QO/BVS6KKlHE3p1IoDsS0fOLYlpPIgCqlMqRuymVKl0AjVCgyBfWVk5Ir7CbYQPXv8vmXL7js+9oAnHXX3bjWUZG0yNNG/R+UujB+4godHX7t2gD1o7vr9E32U0DNF5kbSRdZcJ3UXLbeWUe50ShREK04DBbsBLGEOpDKdUKq0Qzk90WMr3NSBJaSnK/Ozk/s2o0z9Hz+0CfB5QlIU6UnWWBZr90nqHZKqSmtYc51GC3dc3ABbUKezQ4fZAxYo0ix2CJt9qpRlR9DpqtTOJtslphuQL5IPuGP0RyRASHMqC5lStVJwZKgUbEsElO4/Ac19WNX0jAr9sE6ZFdXcR/TABxp8WZmlaap7Ctap0WbcozEvT/o3TlpIJ34gDsyPrcFrjuyEKjqymzJX0il2pHEoFoqTIUB/I8jCHbao8fvv8yje0O28/mAnH+Q73p9iL37/8c1QV3rcnxhyXp2/bZj3qFxPN/V6hOFtvM2ZB2T5ADw/xV614SlBc/xsXfYQuZ37E5cmOomQDMqexLCrFJMolRMHgZsYYlBO6786OmxGoyZ3ACDm5SBiTozNyLQ+fSPSHInIsYj7y2hTFH/um2yiOVLPDrQbRbttJSyt8JOVciWLrmAhBYVqpRoHR4egZRcLVXRNJlsf4JSYg3RKCFqOkMpWyqUMDnAq2wUYZTgQ0aM2O19hY5zGF5mFSimTEixYQGlxGfDNq1ICTbdvnKNJ4U4zmllZMg3eY/hLKzORQFfY1xMvreQzq1P8ynJ8oS/cHQg3LS/5fTxvtoTyQW82anaFfD0H3j18+N3DXHJZEZcEv5lqT2VUzWTnG9n5JY0eCitLicX+cFcg0ryibLBtRnlFc/0j3Q1ccTnftKJJUoL5kKY39vrDPbivduzQe4cPvzc9D6MkS4o4xSKnC1gUCaSOG7QeQEAqxVb0GoOPTLWMsFHPtVSGPnQtAEZG3MvTkMN9LRlQZDWWzCWl2OwY/nrGN7Ko4dqnIUbtj0nR35ZM/uBjKxazWMOw7uoFbhTlswjhP5dLOqRhc9jnvif5fC0+IHSZrzUu1b4jhLw9FnxVa9J9uvsKd5sTb9ZG75L1KbnkJwlSwvzUIZWjpS5aiFNL8ExFS6gUC0FL5AQxjWk2hpPc/Zvfefn8yLp1I+ffxseq2qfTgfJpWUt73hZ9nCafkMyw/PCuzTeP78XHyxdPTIfIFb64KLhf16l8Rg6Z3u+N6VuXL4qeSGVlYDBdleufn1BbBtviflcw3bvcu8xC2oQj7k4zXTTgcXicjd2dcMTs+d/TOB47NhVXWGZWMEPsRhgrDgbza9lAaGGwwtGZCgoVvcIzshmRhoywuV8yRVM+xXHfmLmS0J9QPBA2pCH3+6ppaLB9n0TFpHySAmgz15LrZF2AfktnJnxisFAMGlVmG980WWEq9jm2Y1NBU/hJgeWYoZ3w8I9NlfcrdCr0NS0/3v8W5cdEhi8xkd0n9mlmTH6W4+hfZ5L4lmf7mgh/TeYgmU3mkTaynMmNcJISdWiAdKWULQa7sGYFSRyBB+MMq1o2k8XcqhaKIjIDMlMu0g9vTzmyI24D2Mbn+jvcRxugISBIghKCmMVxczdsgM0zp+Xloy1RXo0Lzx18TMubiSWLwB8Lg9UAIOgxHp/fdn/rXpo5U6f4o0p6yXqMnUpVEDFbMJ1QA7tQqSJe2lUE1hyUS2W7mGPYWUUfOOMK2k6lqmO1mknD07FwILYkufPeDlO3EouDDSVJlkFTGudZjhHWWvozSQrzs8YsJRHzhAozK0v7PGrc1nYOzC5GJS8NmzA7SoET2xIUVC1vQ9SZn/CBonDZNghoouFL1PbeQHdhCmbmsB6vIdvIXrRAsBhMB9GF5WJZZLUDM5UlL7ISRk6q6boFcCSmmbdFVo2weKTqhcYOoKVKWbRZBjmOgIfNOEV41ekYOpljYSyyAhWn9MX2jtaOzgdDra1Lm/Zu2dQdtUQ719NfeiJdCEXu5WJxLEjQEJ+v0D3geKOc5VXm9GoNH118YPskGp3/xZ0Ll+0//vSS4VP4oImOQmfnTZ15M2ClU/cnjOKGxUZQ8WqwMAe5JWG5ZHXk8rFiN+TN9oXuP/obArLBCfm2QAv9w6qhj7bCzklcHO3cPHTyqeP7lznzPj6E6dQ3ncewWtN6g0rDjVmRGSvIGGADFMX0jcrMpV3lcqWrb16U526W+25UYg6ODpTmtw1oom/OAGPQkCCX6L/pZeRqiLj1EmcjMWFVLp1kxKpiMnhBPIS9d1Y4Z22xTwYf7/Z7dXnHirtXrLgbRioQiWypcIrPJ0gVcnVw1arBlXUeyGrXW6hvL6tdGRb10IWEzGa5zmrX+Nw4L7SQUuA683N9mZnj2qoOwO06Mq+R+u1ViVWDCbv2mTY3MLc7oMHXRMsW3Qf0WEanStAfbCzNKfpqn4ZSqdb1i/tD1CtHTG/ts8ZdPUd2zR1kb0gM4jscfIPZPdech28Q1JiMb8hENeoNltPFeDCo4xvweD6VcqjsNcPe2r8a59U51atIAy8Qh6RRK1YgOhmnKxtj1C1oMJbejD0n2Iz+M5IwLBuS4f5KtyyNe0MPBPSrtQG4SbMAFkj8ldED7QLvtV7HUP81btFreT2wKKD/+A2ePjLO4bhz+L0waUb0ZKZDFqADZkkOSgiecWAsRESIB0bq0H4Z7pQSiylXSctwEXafGxx85dK5wcWtF08fGhg4dPrQrbdyasDyq8DFW/ac//35PXvO74Glzxbonk1HXzy6iTUsVjvwu/iPcboF+TzWRkzZMf18zHWoch5YuqLiyP8q1S7oBkzochYJCruHiA6mP26leIFJGw6WVuTiyUI3lqtsJl2numXsZTH9gTbNNSE2p108KGdkNy3lDK9yhxYMWr58S8DgrWW8HJm7yJr9XaGkWAFea9DLndRYHfYaqgkXFf5bjqy4rxpauIlXekWVhrlHNwykN7W3uIcU6Yc+RzMkWRckB37uM5Av2v5mKb67DWCp5c9F5i9dcovR2CBFmrwNnLudKgFJ471Pwa1JxWOre1Jr+7yg1ZC6i2T51de5l7iX0BcNWIULeG9bjdZBZm07xkS+pCdjoQGa8YYbMNL1xSBM4fdIqTJj9zVLcIJjZ+trztgFbnLIHVN9YCi19aoxqPoNhZ5Ujdp6um94raHWPoNt7jOqYaiwUfXrZ59n3ROq3/9Tn+o+Y6j1eUlmg/FNkswt9quj59lwo6Fwi+qdjtF/csroNzmltlr1d9DLfscwHP/zvpDf7/gf4z2+oGlI3nPYwSlJrt+8n8T42Ivx4SM31W9kwXELMOWrWZbZyCkZ53Dq11YMFRYtWQxTETdySktHb9418r3ts3XNaF177/0L7imEwNS81AQ50Bfoqyze2wUOhb/zi1rc0/ne3jysm72IvycgdAxtaYtVD7RXNdOYk1i4ztvkWTvUZbLLonQNY32IaI3IOjrJQvTSF8ZuXpNZqmOOGkn+epdUK06R4Y1wfU5/bvdkXxTo32pzGTWi72I8GrVueqh2Nw262+sM7wls339HNT2SyVqZLp/cbNS66nttd0d97zE1EFDdHYY21udl+AR7RzUDadd21d8OWw+aEcOIGiOGLWJY2KJeW8N21InZDtXohK0jyOzwdzBoG2yd/BdtiOGGAAB4nGNgZACDO1otk+L5bb4ycLOA+ZcbxM4i6P/7WXiYDwC5HAxMIFEAMt4K03icY2BkYGA+8P8AAwMLAwPD/y8sPAxAERTABgB3KgSSeJxjLGNQYgACxlAGMGACYhYIMxaIJRiwAkYFKMOGwZNhHgMDAFkVAq8AAAAAAAAqADIAMgA6AEIAnAEKATIBkAHOAmACsALYAygDXgO0BA4EfAT6BZYF4AYOBngGsAbsB3YH/AhICNJ4nGNgZGBgkGUoYuBgAAEmBgTQAxEAEDAAyQAAeJydkr1OwzAUhY/bAqJIiImB6e6QKKkQAwMLUqUOLEj8qFuauknUYKMkDH0IHoCFx2BhY2DiERh5BXZOXIMQQkIikePPN+eee2MHwBaeobC8Bph5Vow/eu5gDa+eu9hTR5572FK3nlewoR48rzL+5rmPnc4us1Rvnaupc2hZQXDnuYNNvHju4hJvnnsQNfe8gm1173mV8SfPfeyrd4yhYeiuUWNO5xFXKUK+vUCBBjlj7VNzniFByXvCOXXqBpbPM+YUjFjnI3Ra4IoqS21NL4y1mep6LiOThv2LosmlybXMkrKcJOlcGitnpkjtVEu9uJrYsmZOa3ftmstZLnMU+DKGtkjttTZ5kmkTMNcwckpRhhtWTVBxqbObMiEMXUrj5spZCc8rRMT5kOP4l1LyrdRSFVMf4IBjQIpJGFrTDG2VaRmEkRzK8VdL4lpiKI6Cg2AQxVT/VQY/04Fziiq+Kpyk7aHtGue6qgtrJA6jf23U54aIl7dFEq41D1B4cAv3I7QGJxytNlx+rNBEV0mjpzJZyCi1J9aaEB+yeJDTAAB4nH3NNxLCQAwF0P0GbLLJmTts9mzpxE0oaOh8f2xpa9S8+aM/kkjE/3kKgUQkGGGMCVJkmGKGORZYYoU1cmywxQ57HHDECWdccMUNdzyy7vuR/URVVLNNMaiVCaSrWtJLxxrJBt77knOhTNRGuV9JH6W7beC/78B/e3XUpJ16WW+JuiXKesDJhpJlaqo4pSk19gdNjDgEAA==) format("woff");
  font-weight:normal;
  font-style:normal
}

a {
  color: var(--link_default);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline; 
}

input,
textarea {
  color: #000;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid rgba(0, 123, 255, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-size: 7px 7px;
  background-position: right 10px center;
  border: 1px solid var(--section_invert_border);
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  width: 100%;
  background-color: var(--section_bg);
}

select:focus {
  border: 1px solid var(--button_bg_active_color);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(0, 123, 255, 1);
}

.hbs-form input,
.hbs-form textarea, .search input,
.search textarea {
  color: #000;
}
.hbs-form input, .search input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
  /* We use the :where selector to not increase the specificity of the selector */
}
.hbs-form input:where(:not([type=checkbox])), .search input:where(:not([type=checkbox])) {
  outline: none;
}
.hbs-form input:where(:not([type=checkbox])):focus, .search input:where(:not([type=checkbox])):focus {
  border: 1px solid rgba(0, 123, 255, 1);
}
.hbs-form input[disabled], .search input[disabled] {
  background-color: #ddd;
}
.hbs-form select, .search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #87929D;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}
.hbs-form select:focus, .search select:focus {
  border: 1px solid rgba(0, 123, 255, 1);
}
.hbs-form select::-ms-expand, .search select::-ms-expand {
  display: none;
}
.hbs-form textarea, .search textarea {
  border: 1px solid #87929D;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
.hbs-form textarea:focus, .search textarea:focus {
  border: 1px solid rgba(0, 123, 255, 1);
}

.container {

  margin: 0 auto;
  padding: 0 5%;
}
.container__main {
  margin-top: -70px;
  max-width: none;
  padding: 0;
/*   max-width: 936px; */
/*   max-width: 1024px; */
}
/* 
html[lang="ja"] .container__main {
  margin-top: 224px;
}*/

.container .article-promoted {
  position: relative;
}
.container .article-promoted:before {
  content: '⭐';
  position: absolute;
  top: 18px;
  left: 0;
  font-size: 14px;
  line-height: 1;
}
.container .article-promoted .category-article-title {
  padding-left: 20px;
}

.box__inner {
  width: 90%;
  margin: 0 auto;
/*   max-width: 1600px; */
}

/* 2. 태블릿 이상 (>=768px) */
@media (min-width: 768px) {
  .box__inner {
/*   	width: 90%; */
/*     max-width: 100% */
  }
}


/* 📘 기본 스타일 (글래스모피즘) */
section.knowledge-base {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 🌙 다크모드 */
html[data-theme=dark] section.knowledge-base {
  background: rgba(34, 34, 34, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* 📐 태블릿 이상 */
@media (min-width: 768px) {
  section.knowledge-base {
    margin: 0px;
  }
}

/* knowledge-base 섹션 타이틀 스타일 */
.knowledge-base .section__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}

.knowledge-base .section__title::before {
  content: '📢';
  font-size: 24px;
  margin-right: 8px;
}

html[data-theme="dark"] .knowledge-base .section__title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.1);
}

.knowledge-base .section__title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #007BFF, #00C9FF);
  transition: width 0.4s ease;
}

html[data-theme=dark] .knowledge-base .section__title::after {
  background: linear-gradient(90deg, #6157d9, #8b7ff5);
}

section.knowledge-base:hover .section__title::after {
  width: 100%;
}

/* knowledge-base 불렛 제거 */
.knowledge-base .bullet--circle li {
  padding-left: 0;
}

.knowledge-base .bullet--circle li:before {
  display: none;
}

.knowledge-base .article__list {
  margin: 0;
  padding: 0;
}

.knowledge-base .main_item {
  padding: 8px 0;
  transition: all 0.2s ease;
}

.knowledge-base .main_item:hover {
  background: var(--section_grey);
  border-radius: 6px;
}


/* 📒 태블릿 이하 (최대 768px) */

  .container .article-promoted:before {
    content: '⭐';
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 12px;
  }
  .container .category-content .article-promoted:before {
    top: 18px;
  }

  .compact {
/* 		max-width: 1024px; */
    max-width: 1160px;
  }

html[lang="ja"] .compact {
		/*max-width: 936px; */
  max-width: 1024px;
  }


/* 📗 태블릿 ~ 일반 PC 미만 (769px~1279px) */
@media (min-width: 769px) and (max-width: 1279px) {
  .container {
    padding: 8px 20px;
    width: 90%;
  }
  
  html[lang="ja"] .container__main {
    margin-top: -70px;
  }
}

/* 💻 일반 PC 이상 (1280px~) */
@media (min-width: 1280px) {
  .container {
    padding: 0;
    width: 90%;
  }
  


  .container__main {
    margin-top: -66px;
    width: 100%;
  	position: relative;
  }
  
  html[lang="ja"] .container__main {
    margin-top: -62px;
  }
  
  
}


.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

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


/* 📱 기본 - 모바일 */
.error-page {
  /* max-width: 1160px; */
  margin: 0 auto;
  padding: 0 5%;
  text-align: center;
}
.error-page:before {
  content: '';
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
  background-image: url(/hc/theming_assets/01J1V7N557DK2QJVJEZ8ZTWC99);
}

/* 💻 일반 PC 이상 (1280px~) */
@media (min-width: 1280px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
/* 📱 기본 - 모바일 */
.button,
.split-button button,
.section-subscribe button,
.article-subscribe button,
.community-follow button,
.requests-table-toolbar .organization-subscribe button,
.subscriptions-subscribe button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link,
[role="button"],
.article-header button,
.article-votes-controls button,
.section-content button {
  background-color: var(--button_bg_default_color);
  border: 1px solid var(--button_bg_active_color);
  color: var(--button_font_default_color);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  width :100%;
}

.article-subscribe button {
  margin: 10px 0px;
}

.section-subscribe button {
  width: auto;
  font-size: 14px;
}
/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .button,
  .split-button button,
  .section-subscribe button,
  .article-subscribe button,
  .community-follow button,
  .requests-table-toolbar .organization-subscribe button,
  .subscriptions-subscribe button,
  .pagination-next-link,
  .pagination-prev-link,
  .pagination-first-link,
  .pagination-last-link,
  [role="button"],
  .article-header button,
  .article-votes-controls button {
    width: auto;
    font-size: 14px;
  }
  
  .article-subscribe button {
    margin: 0px;
  }
}



.button[data-disabled],
.split-button button[data-disabled],
.section-subscribe button[data-disabled],
.article-subscribe button[data-disabled],
.community-follow button[data-disabled],
.requests-table-toolbar .organization-subscribe button[data-disabled],
.subscriptions-subscribe button[data-disabled],
.pagination-next-link[data-disabled],
.pagination-prev-link[data-disabled],
.pagination-first-link[data-disabled],
.pagination-last-link[data-disabled],
.article-content button[data-disabled] {
  cursor: default;
}

.button:hover,
.split-button button:hover,
.article-subscribe button:hover,
.community-follow button:hover,
.requests-table-toolbar .organization-subscribe button:hover,
.subscriptions-subscribe button:hover,
.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover,
.section-subscribe button:hover {
  background-color: var(--button_bg_active_color);
  border: 1px solid var(--button_bg_active_color);
  color: var(--button_font_active_color);
  text-decoration: none;
}

.button:focus,
.split-button button:focus,
.article-subscribe button:focus,
.community-follow button:focus,
.requests-table-toolbar .organization-subscribe button:focus,
.subscriptions-subscribe button:focus,
.pagination-next-link:focus,
.pagination-prev-link:focus,
.pagination-first-link:focus,
.pagination-last-link:focus,
.section-subscribe button:focus {
}

.button:active,
.split-button button:active,
.article-subscribe button:active,
.community-follow button:active,
.requests-table-toolbar .organization-subscribe button:active,
.subscriptions-subscribe button:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active,
.section-subscribe button:active,
.article-content button:active {
}

.article-subscribe button[data-selected="true"],
.requests-table-toolbar .organization-subscribe button[data-selected="true"],
.subscriptions-subscribe button[data-selected="true"],
.section-subscribe button[data-selected="true"],
.article-content button[data-selected="true"],
.section-content button[data-selected="true"] {
  background-color: var(--button_bg_active_color);
  border: 1px solid var(--button_bg_active_color);
  color: var(--button_font_active_color);
}

.button.button-primary,
.split-button button.button-primary,
.article-subscribe button.button-primary,
.community-follow button.button-primary,
.requests-table-toolbar .organization-subscribe button.button-primary,
.subscriptions-subscribe button.button-primary,
.button-primary.pagination-next-link,
.button-primary.pagination-prev-link,
.button-primary.pagination-first-link,
.button-primary.pagination-last-link,
.section-subscribe button.button-primary {
}

.button.button-primary:hover,
.split-button button.button-primary:hover,
.article-subscribe button.button-primary:hover,
.community-follow button.button-primary:hover,
.requests-table-toolbar .organization-subscribe button.button-primary:hover,
.subscriptions-subscribe button.button-primary:hover,
.button-primary.pagination-next-link:hover,
.button-primary.pagination-prev-link:hover,
.button-primary.pagination-first-link:hover,
.button-primary.pagination-last-link:hover,
.section-subscribe button.button-primary:hover,
.section-subscribe button:hover[data-selected="true"],
.article-subscribe button:hover[data-selected="true"],
.requests-table-toolbar .organization-subscribe button:hover[data-selected="true"],
.subscriptions-subscribe button:hover[data-selected="true"] {
}

.button.button-primary:focus,
.split-button button.button-primary:focus,
.article-subscribe button.button-primary:focus,
.community-follow button.button-primary:focus,
.requests-table-toolbar .organization-subscribe button.button-primary:focus,
.subscriptions-subscribe button.button-primary:focus,
.button-primary.pagination-next-link:focus,
.button-primary.pagination-prev-link:focus,
.button-primary.pagination-first-link:focus,
.button-primary.pagination-last-link:focus,
.section-subscribe button.button-primary:focus,
.section-subscribe button:focus[data-selected="true"],
.article-subscribe button:focus[data-selected="true"],
.requests-table-toolbar .organization-subscribe button:focus[data-selected="true"],
.subscriptions-subscribe button:focus[data-selected="true"] {
}

.button.button-primary:active,
.split-button button.button-primary:active,
.article-subscribe button.button-primary:active,
.community-follow button.button-primary:active,
.requests-table-toolbar .organization-subscribe button.button-primary:active,
.subscriptions-subscribe button.button-primary:active,
.button-primary.pagination-next-link:active,
.button-primary.pagination-prev-link:active,
.button-primary.pagination-first-link:active,
.button-primary.pagination-last-link:active,
.section-subscribe button.button-primary:active,
.section-subscribe button:active[data-selected="true"],
.article-subscribe button:active[data-selected="true"],
.requests-table-toolbar .organization-subscribe button:active[data-selected="true"],
.subscriptions-subscribe button:active[data-selected="true"] {
}

/* data-selected="false" 상태에서 :hover/:focus가 기본 스타일을 덮어쓰는 것을 방지 */
.subscriptions-subscribe button[data-selected="false"]:hover,
.subscriptions-subscribe button[data-selected="false"]:focus {
  background-color: var(--button_bg_default_color);
  border: 1px solid var(--button_bg_active_color);
  color: var(--button_font_default_color);
}

/* 구독 페이지 필터 목록에서 주제/게시물/사용자 항목 숨김 */
.profile-nav .collapsible-nav-list li:has(a[href*="filter_by=topics"]),
.profile-nav .collapsible-nav-list li:has(a[href*="filter_by=community_posts"]),
.profile-nav .collapsible-nav-list li:has(a[href*="filter_by=users"]),
.profile-nav .collapsible-nav[aria-expanded="true"] .collapsible-nav-list li:has(a[href*="filter_by=topics"]),
.profile-nav .collapsible-nav[aria-expanded="true"] .collapsible-nav-list li:has(a[href*="filter_by=community_posts"]),
.profile-nav .collapsible-nav[aria-expanded="true"] .collapsible-nav-list li:has(a[href*="filter_by=users"]) {
  display: none !important;
}

.subscriptions-subscribe {
  margin: 15px;
}

.subscriptions-td {
  margin-top: 10px;
}

































/* 📱 기본 - 모바일 */
.button-large,
input[type="submit"] {
  color: var(--button_font_active_color);
  border: 0;
  background-color: var(--button_bg_active_color);
  cursor: pointer;
  border-radius: 4px;
  line-height: 2.72;
  min-width: 190px;
  padding: 9px;
  width: 100%;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .button-large,
  input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: var(--button_bg_hover_color);
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #666;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(51, 51, 51, 1);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: rgba(0, 123, 255, 1);
  border: 0;
  color: #FFFFFF;
  height: 32px;
  line-height: 16px;
  outline-color: rgba(0, 123, 255, 1);
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid #FFFFFF;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #FFFFFF;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: var(--menu_font_2);
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1280px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
/* 📱 기본 - 모바일 */
.form {
  width: 100%;
  margin-bottom: 30px;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .form {
    width: 80%;
  }
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: inline-block;

  margin-bottom: 5px;
}

html[lang="ko"] .form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

html[lang="en-us"] .form-field.optional > label::after {
  content: "(optional)";
  margin-left: 4px;
}

html[lang="en-us"] .form-field.optional.request_ticket_form_id > label::after {
  content: "";
}

html[lang="ja"] .form-field.required > label::after {
  content: "【必須】";
  color: #000;
}

html[data-theme=dark][lang="ja"] .form-field.required > label::after {
  color: #eee;
}

.form-field input {
  background-color: var(--section_bg);
  border: 1px solid var(--section_invert_border);
  color: var(--menu_font_1);
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(0, 123, 255, 1);
}

.form-field input[type="text"] {
  background-color: var(--section_bg);
  border: 1px solid var(--section_invert_border);
  color: var(--menu_font_1);
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid var(--section_invert_border);
}

.form-field input[type="checkbox"] {
  width: auto;
  float: left;
  margin-top: 6px;
  margin-right: 10px;

}

/*
[dir="rtl"] .form-field input[type="checkbox"] {
    float: right;
    margin-top: 6px;
    margin-right: 0;
    margin-left: 10px;
}
*/

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: var(--section_bg);
  border: 1px solid var(--section_invert_border);
  color: var(--menu_font_1);
  z-index: 0;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(0, 123, 255, 1);
  text-decoration: none;
}

.nesty-inputgrey {
  max-width: 100%;
  background-color: #ececec;
  border: 1px solid #ececec;
  box-shadow: none;
  display: inline-block;
  margin: 0;
  min-width: 150px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
/*   z-index: 1; */
  width: 100%;
  white-space: nowrap;
	border-radius: 4px;
	padding: 0 15px 0 10px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
  cursor: default !important;
  pointer-events: none;
}

.nesty-inputgrey:hover {
  text-decoration: none;
  pointer-events: none;
  cursor: default !important;
}

.form-field .nesty-inputgrey:focus {
  text-decoration: none !important;
  cursor: default !important;
  pointer-events: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 123, 255, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: #666;
  margin-left: 4px;
  display: none;
}

.form-field p {
  color: #666;
/*   font-size: 12px; */
  margin: 5px 0;
}

.form footer {
/*   margin-top: 40px; */
  padding-top: 30px;
}

.form footer a {
  color: #666;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
/*   font-size: 13px; */
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #4B61C3;
}


/***** Header *****/

.header {
  position: sticky; /* fixed 대신 sticky: DOM 흐름 유지로 preview-bar-container와 충돌 없음 */
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--surface);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  z-index: 300;
  color: var(--menu_font_1);
}

/* Zendesk 미리보기 환경: preview-bar-container 높이는 JS(ResizeObserver)가 동적으로 header top에 반영 */

.header.header-hidden {
  transform: translateY(-100%);
}

.header_inner {
  width: 100%;
/*   max-width: 1600px; */
  padding: 0 10px;    
  margin: 0 auto;     /* 뷰포트 기준 수평 중앙 정렬 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  position: relative;
/*   max-width: 1024px; */
}


/* 3. 일반 PC 이상 (>=1280px) */
@media (min-width: 1280px) {
.header_inner {
  padding: 0px;
  width: 90%;
  max-width: 1160px;
  }
}


.logo img {
  max-height: 30px;
  max-width: 130px;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(17%) sepia(94%) saturate(2453%) hue-rotate(197deg) brightness(95%) contrast(94%);
}

.logo .logo-svg {
  max-height: 30px;
  max-width: 130px;
  vertical-align: middle;
  color: #204789;
}

html[data-theme=dark] .logo img {
  filter: none;
}

html[data-theme=dark] .logo .logo-svg {
  color: #ffffff;
}

@media (min-width: 1280px) {
  .logo img {
    max-height: 30px;
    max-width: 250px;
    vertical-align: middle;
  }
}



.logo span {
  margin: 0 10px;
  color: rgba(0, 123, 255, 1);
}
.logo a {
  display: inline-block;
}
.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav[aria-expanded=true] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 80px;
/*   z-index: 1; */
}
.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}
.user-nav[aria-expanded=true] > .user-nav-list li {
  display: block;
}
.user-nav[aria-expanded=true] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: flex;
  align-items: stretch;
  list-style: none;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.user-nav-list > li {
  display: flex;
  align-items: stretch;
  vertical-align: unset;
}

/* 📱 기본 - 모바일 */
.nav-wrapper-desktop {
  display: none;
}

.nav-wrapper-desktop a {
  border: 0;
  color: var(--menu_font_1);
  display: none;
  align-items: center;
  height: 100%;
/*   font-size: 14px; */
  padding: 6px 12px;
  width: auto;
  font-weight: 400;
  box-sizing: border-box;
}

/* Ensure login and signup links share consistent sizing/alignment */
.nav-wrapper-desktop .user-nav-list .sign-in,
.nav-wrapper-desktop .user-nav-list .sign-up {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

/* 로그인/회원가입 버튼 그룹 */
.nav-auth-group {
  display: flex;
  align-items: stretch;
  border: 1.5px solid var(--button_bg_active_color);
  border-radius: 8px;
  height: 36px;
  overflow: hidden;
}
#nav-sign-in,
#nav-sign-up {
  display: flex;
  align-items: stretch;
}
/* 로그인: solid */
#nav-sign-in a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 14px;
  border: 1.5px solid transparent;
  border-radius: 6px;
  background-color: var(--button_bg_active_color);
  color: var(--button_font_active_color) !important;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
/* 회원가입 hover 시 → 로그인 ghost + 오른쪽 라운디드 제거 + 구분선 */
.nav-auth-group:has(#nav-sign-up a:hover) #nav-sign-in a {
  background-color: transparent;
  color: var(--button_bg_active_color) !important;
  border-radius: 6px 0 0 6px;
  border-right-color: transparent;
}
/* 회원가입: ghost */
#nav-sign-up a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 14px;
  border-radius: 0 6px 6px 0;
  background-color: transparent;
  color: var(--button_bg_active_color) !important;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background-color 0.2s, color 0.2s, border-radius 0.15s;
}
#nav-sign-up a:hover {
  background-color: var(--button_bg_active_color);
  color: var(--button_font_active_color) !important;
  border-radius: 6px;
  text-decoration: none;
}
#nav-sign-in a *,
#nav-sign-up a * {
  font-size: inherit;
}

[dir="rtl"] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}

.nav-wrapper-desktop a:hover,
.nav-wrapper-desktop a:focus,
.nav-wrapper-desktop a:active {
  background-color: var(--button_bg_active_color);
  color: var(--button_font_active_color);
  text-decoration: none;
  border-radius: 6px;
  transition: background-color .25s ease-in, color .25s ease-in;
}

/* 💻 일반 PC 이상 (1280px~) */
@media (min-width: 1280px) {
  .nav-wrapper-desktop {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: flex;
  }
}


/* 모바일에서 sub__nav tree-menu 숨김 (category__nav는 드로어로 이동) */
@media (max-width: 1279px) {
  .sub__nav.tree-menu {
    display: none;
  }
}

/* 드로어 내 category__nav 스타일 */
#nav-category-mobile-item .category__nav li {
  position: relative;
}
#nav-category-mobile-item .category__nav li > a {
  padding: 8px 48px 8px 24px;
  color: inherit;
}
#nav-category-mobile-item .category__nav li > a:hover {
  background-color: var(--header_background_color);
}
#nav-category-mobile-item .category__nav .category__nav_plus {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 16px;
  cursor: pointer;
}
#nav-category-mobile-item .category__nav__2dept,
#nav-category-mobile-item .category__nav__3dept {
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 3px solid var(--button_bg_active_color);
  padding-left: 16px;
}
#nav-category-mobile-item .category__nav__2dept li > a,
#nav-category-mobile-item .category__nav__3dept li > a {
  padding: 7px 48px 7px 16px;
  color: var(--menu_font_1);
  font-size: 14px;
  background: transparent;
}
#nav-category-mobile-item .category__nav__2dept li > a:hover,
#nav-category-mobile-item .category__nav__3dept li > a:hover {
  background-color: var(--button_bg_active_color) !important;
  color: var(--button_font_active_color);
}
html[data-theme=dark] #nav-category-mobile-item .category__nav__2dept,
html[data-theme=dark] #nav-category-mobile-item .category__nav__3dept {
  background: rgba(20, 20, 20, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
html[data-theme=dark] #nav-category-mobile-item .category__nav__2dept li > a,
html[data-theme=dark] #nav-category-mobile-item .category__nav__3dept li > a {
  background: transparent;
  color: #eee;
}

@media (min-width: 1280px) {
  .nav-wrapper-mobile {
    display: none;
  }
}

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-wrapper-mobile .menu-button-mobile:focus {
  outline: none;
}
.nav-wrapper-mobile .menu-button-mobile:focus-visible {
  outline: 2px solid var(--button_bg_active_color);
  outline-offset: 2px;
  border-radius: 4px;
}
.nav-wrapper-mobile-header .dropdown-toggle:focus {
  outline: none;
}
.nav-wrapper-mobile-header .dropdown-toggle:focus-visible {
  outline: 2px solid var(--button_bg_active_color);
  outline-offset: 2px;
  border-radius: 50%;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 5px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  color: var(--menu_font_1);
   transition: color .25s ease-in;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu .line-3 {
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: butt;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-wrapper-mobile .menu-button-mobile[aria-expanded=true] .icon-menu {
/*   background: #f3f3f3;
  color: #9587fa; */
}

html[data-theme=dark] .nav-wrapper-mobile .menu-button-mobile[aria-expanded=true] .icon-menu {
  /* background: #333;*/
}

.menu-button-mobile[aria-expanded="true"] .top-3 {
  transform: translateY(5px) rotate(45deg);
  transform-origin: 8px 3px;
}
.menu-button-mobile[aria-expanded="true"] .middle-3 {
  opacity: 0;
}
.menu-button-mobile[aria-expanded="true"] .bottom-3 {
  transform: translateY(-5px) rotate(-45deg);
  transform-origin: 8px 13px;
}

.nav-wrapper-mobile .menu-list-mobile {
  position: fixed;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.15);
  border-right: solid 1px rgba(0, 0, 0, 0.12);
  left: 0;
  top: 80px;
  width: 90%;
  height: calc(100vh - 80px);
  overflow-y: auto;
  z-index: 200;
  transform: translateX(-100%);
  transition: transform 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  padding: 0;
  box-sizing: border-box;
}
html[data-theme=dark] .nav-wrapper-mobile .menu-list-mobile {
  background: rgba(30, 30, 30, 0.65);
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.4);
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=false] {
  transform: translateX(-100%);
  visibility: hidden;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  transform: translateX(0);
  visibility: visible;
}
.nav-wrapper-mobile .menu-list-mobile-items {
  min-height: 100%;
  box-sizing: border-box;
}
.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
/*   z-index: 999999; */
}
.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}

html[data-theme=dark] .nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #1e1e23;
  padding: 0;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: inherit;
  cursor: pointer;
  text-align: start;
}
.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: var(--header_background_color);
  color: inherit;
}
.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
}
.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: var(--header_background_color);
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {

}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}
[dir=rtl] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
/*   font-size: 14px; */
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
}
[dir=rtl] .skip-navigation {
  left: initial;
  right: -999px;
}
.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
}
[dir=rtl] .skip-navigation:focus, [dir=rtl] .skip-navigation:active {
  left: initial;
  right: auto;
}

#zd-modal-container ~ .skip-navigation {
  display: none;
}

/* ===== 헤더 구조 추가 CSS ===== */

.header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-right .nav-wrapper-mobile-header {
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .header-right .nav-wrapper-mobile-header {
    display: none;
  }
}
@media (max-width: 1279px) {
  .header-right > .user-info {
    display: none;
  }
}

.nav-wrapper-desktop-header {
  display: none;
}
@media (min-width: 1280px) {
  .nav-wrapper-desktop-header {
    display: block;
  }
}

.user-nav-list .dropdown.language-selector {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 6px 12px;
  box-sizing: border-box;
  gap: 6px;
  cursor: pointer;
  position: relative;
}
.user-nav-list .dropdown.language-selector .dropdown-menu {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4px;
}
.user-nav-list .dropdown.language-selector .dropdown-menu::before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
}
#nav-theme-desktop {
  padding: 6px 12px;
  box-sizing: border-box;
}
.user-info-profile-card {
  padding: 0;
}
.user-info-profile-card .my-profile {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
}
.user-info-profile-card .menu-profile-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
}
.user-info-profile-card .menu-profile-name {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.my-profile-tooltip {
  font-size: 12px;
  color: var(--menu_font_3);
}

#nav-language-mobile {
  overflow: hidden;
}
.lang-accordion-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 8px 24px;
  box-sizing: border-box;
  background: none;
  border: none;
  color: var(--menu_font_1);
  font-size: inherit;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
}
.lang-accordion-toggle:hover {
  background-color: var(--button_bg_active_color);
  color: var(--button_font_active_color);
  transition: background-color .25s ease-in, color .25s ease-in;
}
.lang-accordion-toggle .svg-globe {
  stroke: currentColor;
}
.lang-accordion-toggle:hover .svg-globe {
  stroke: var(--button_font_active_color);
}
.nav-wrapper-mobile .menu-list-mobile-items .lang-accordion-toggle:active .svg-globe,
.nav-wrapper-mobile .menu-list-mobile-items .lang-accordion-toggle:focus .svg-globe {
  stroke: var(--menu_font_1);
}
.lang-accordion-label { flex: 1; }
.lang-accordion-chevron {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.lang-accordion-toggle[aria-expanded="true"] .lang-accordion-chevron {
  transform: rotate(180deg);
}
.lang-accordion-panel {
  display: none;
  background-color: #efefef !important;
  border-top: 1px solid var(--line_divider);
  border-bottom: 1px solid var(--line_divider);
  border-left: 3px solid var(--button_bg_active_color);
}
.lang-accordion-toggle[aria-expanded="true"] + .lang-accordion-panel {
  display: block;
}
.lang-accordion-panel a {
  display: block;
  padding: 7px 24px 7px 36px;
  color: var(--menu_font_1);
  font-size: 14px;
  background-color: #efefef !important;
}
.lang-accordion-panel a:hover {
  background-color: var(--button_bg_active_color) !important;
  color: var(--button_font_active_color);
  text-decoration: none;
}
.lang-accordion-panel a:active,
.lang-accordion-panel a:focus {
  background-color: #efefef !important;
  color: var(--menu_font_1);
}
html[data-theme=dark] .lang-accordion-panel {
  background-color: #2a2a2a !important;
}
html[data-theme=dark] .lang-accordion-panel a {
  background-color: #2a2a2a !important;
  color: #eee;
}
#nav-theme-mobile {
  padding: 8px 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.dropdown.language-selector:hover .dropdown-menu {
  display: block;
}
.language-selector .dropdown-toggle {
  padding: 0;
  background: none;
  border: none;
}
.dropdown.language-selector:hover {
  background-color: var(--button_bg_active_color);
  color: var(--button_font_active_color);
  border-radius: 6px;
  transition: background-color .25s ease-in, color .25s ease-in;
}
.dropdown.language-selector:hover .dropdown-toggle,
.dropdown.language-selector:hover .svg-globe {
  color: var(--button_font_active_color);
  stroke: var(--button_font_active_color);
}

/***** User info in header *****/
.language-selector .dropdown-toggle, .user_avatar-toggle {
  color: var(--menu_font_1);
  font-weight: 400;
}

.user_avatar-toggle {
	vertical-align: middle;
}

.language-selector .dropdown-toggle:hover, .user_avatar-toggle:hover {
  text-decoration: none;
  color: #9587fa;
  transition: color .25s ease-in;
}

.user-info {
  display: inline-block;
  position: relative;
}
.user-info .dropdown-menu {
  left: auto;
  right: 0;
  transform: none;
}
.user-info .dropdown-toggle::after {

}
@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > button {
  border: 0;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: #2F3941;
  background-color: transparent;
}
.user-info > button::after {
  color: #2F3941;
  padding-right: 15px;
}
[dir=rtl] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
/*   font-size: 14px; */
}
@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}
.avatar img {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent {
  color: rgba(0, 123, 255, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
/*   font-size: 17px; */
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
/* 📱 기본 - 모바일 */
.footer {
/*   margin-top: 40px; */
  display: flex;
  justify-content: center;
  background-color: #000;
/*   padding-bottom: calc(env(safe-area-inset-bottom) + 20px); */
  padding: 20px 8px;
  margin: 0 8px;
}

html[data-theme=dark] .footer {
  background-color: #121212;
  border-top: 1px solid #333;
}

.footer-inner {
  margin: 0 8px;
/*   padding: 0 5% 30px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.footer .logo a {
  display: inline-block;
  width: 137px;
  height: 23px;
  vertical-align: top;
  font: 0/0 a;
  background-size: cover;
  /* background-image: url(/hc/theming_assets/01J1V7N4JF6CRMVCFKNJQZ202Z); */
}

img.footer_logo1,
img.footer_logo2 {
  display: none;
}

img.footer_logo2 {
  display: inline-block;
}

.footer .nav {
  display: flex;
  margin-top: 25px;
  margin-right: 0;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.footer .nav .col {
  margin-left: 0;
  vertical-align: top;
  white-space: nowrap;
}

.footer .nav .title {
/*   font-size: 15px; */
  color: #666;
}

.footer .nav li {
  margin-top: 12px;
}

.footer .nav a {
/*   font-size: 13px; */
  color: #fff;
}

.footer-language-selector {
  display: block;
  text-align: right;
  color: #666;
  font-weight: 300;
}

.footer-language-selector .icon-custom {
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}

.footer .copyright {
/*   width: 100%;
  margin: 15px auto 0;
  padding: 0 5% 15px; */
  color: #e4e4e4;
  text-align: left;
}

.logo_footer {
 width: 100px; 
}
/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .footer .copyright {

/*     padding: 20px 0; */

  }
}

.footer .copyright a {
  color: white;
}

#footer_tel {
  display: none;
}

html[lang="ko"] #footer_tel {
  display: block;
}

@media (max-width: 1280px) {
  html[lang="ko"] #footer_tel {
    display: none;
  }
}

.powered-by-zendesk {
  display: none;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  img.footer_logo1 {
    display: inline-block;
  }

  .footer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer .nav {
    margin-top: 0;
    margin-right: 80px;
  }

  .footer .nav .col {
    display: inline-block;
    margin-left: 80px;
  }

  .footer .nav .col:first-child {
    margin-left: 0;
  }

  .footer .nav .title {
/*     font-size: 16px; */
  }

  .footer .nav li {
    margin-top: 16px;
  }

  .footer .nav a {
/*     font-size: 15px; */
  }

  .footer-language-selector {
    display: inline-block;
  }

  .footer-language-selector .icon-custom {
    margin-right: 10px;
  }
}

/* 🖥 일반 PC 이상 (1280px~) */
@media (min-width: 1280px) {
  .footer-inner {

  }

  .footer .copyright {

  }
}


/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  display: inline;
  color: var(--menu_font_2);
/*   font-size: 14px; */
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li:last-child > a,
.breadcrumbs li:last-child > span {
  text-decoration: underline;
  text-decoration-color: var(--button_font_default_color);
  text-underline-offset: 6px;
}

/***** Search field *****/

/*카테고리 선택용 셀렉트 박스 Start*/
.cat-select{
  width: unset;
  height: 56px;
  max-width: 170px;
  border-radius: 0px;
  border:none;
}
/* 📱 기본 - 모바일 */
.cat-searchfrm {
  float: right;
  width: 100%;
  height: 38px;
}

.section__sub .cat-searchfrm {
  float: right;
  width: 100%;
}

#select-category {
  width: 100%;
  height: 38px;
  font-size: 14px;
/*   font-size: 15px; */
  padding-left: 18px;
  padding-right: 30px;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23999' stroke-width='2' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 5px 5px;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .global__search {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .cat-searchfrm {
    flex: 1;
    width: auto;
    height: auto;
    float: none;
  }

  .section__sub .cat-searchfrm {
    width: 60%;
  }

  #select-category {
    width: 39%;
    height: 38px;
    font-size: 15px;
    margin-bottom: 0;
    border-radius: 5px 0 0 5px;
/*     z-index: auto; */
  }
}

/* 📱 기본 - 모바일 */
/* ===== nice-select 라이브러리 기본 스타일 (nice-select.css 머지) ===== */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: 38px;
  line-height: 38px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  /* ===== 커스텀 override ===== */
  color: #555;
  width: 100% !important;
  height: 38px !important;
  line-height: 38px !important;
  font-size: 14px !important;
  margin-bottom: 5px;
  border: 1px solid var(--section_invert_border) !important;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23999' stroke-width='2' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  display: none;
}
.nice-select.open:after {
  display: none;
}
.nice-select.open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23999' stroke-width='2' d='M1 5l4-4 4 4'/%3E%3C/svg%3E");
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide { width: 100%; }
.nice-select.wide .list { left: 0 !important; right: 0 !important; }
.nice-select.right { float: right; }
.nice-select.right .list { left: auto; right: 0; }
.nice-select.small { font-size: 12px; height: 36px; line-height: 34px; }
.nice-select.small:after { height: 4px; width: 4px; }
.nice-select.small .option { line-height: 34px; min-height: 34px; }
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -1px;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
      -ms-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 10;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
  color: #555 !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: var(--menu_font_3);
}
.nice-select .option:hover, .nice-select .option.focus {
  background-color: var(--button_bg_active_color);
  color: var(--button_font_active_color);
}
.nice-select .option.selected,
.nice-select .option.selected.focus {
  font-weight: bold;
  background-color: var(--section_selected);
  color: var(--menu_font_1);
}
.nice-select .current {
  font-weight: 400;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list { display: none; }
.no-csspointerevents .nice-select.open .list { display: block; }

.nice-select .list {
  z-index: 10;
}
.nice-select > * {
  width: 100% !important;
}
.nice-select ul {
  width: 100%;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .nice-select {
    width: 39% !important;
    flex-shrink: 0;
    float: none !important;
    font-size: 15px !important;
    margin-bottom: 0;
  }
}

.option.selected, .option.selected.focus {
  background-color: var(--section_selected) !important;
  color: var(--menu_font_1) !important;
}


/*카테고리 선택용 셀렉트 박스 End*/

.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid var(--section_border);
  border-radius: 4px;
  box-sizing: border-box;
  color: #999;
  height: 38px;
  padding-left: 16px;
  padding-right: 5px;
  -webkit-appearance: none;
  width: 100%;
  background-color: var(--section_bg);
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid var(--button_bg_active_color);
}

.search-full input[type="search"] {
  /*   border: 1px solid #fff; */
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
/*   z-index: 1; */
  width: 18px;
  height: 18px;
  color: #777;
}

.search::before {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-color: #fff;
  color: #999;
  content: "\1F50D";
/*   font-size: 14px; */
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}


/***** Hero component *****/
/* 📱 기본 - 모바일 */

.hero-outer {
  /* margin-top: 70px;*/
  border-radius: 24px 24px 0 0;
  overflow: visible;
}

.hero {
  position: relative;
  width: 100%;
  height: 335px;
  margin-top: -80px;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .hero {
		height: 370px;
  }
}

.hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/hc/theming_assets/01JXBPHRK6AP8EJPCZQB5E4DBN);
  /* background-image: 
    radial-gradient(ellipse 80% 120% at 50% 100%, rgba(255, 255, 255, 0.98), transparent 70%),
    url(/hc/theming_assets/01JXBPHRK6AP8EJPCZQB5E4DBN); */
  background-position: center;
  background-size: cover;
  border-radius: 24px 24px 0 0;
}

/* html[data-theme=dark] .hero:before {
  background-image: 
    radial-gradient(ellipse 80% 120% at 50% 100%, rgba(3, 11, 25, 0.98), transparent 70%),
    url(/hc/theming_assets/01JXBPHRK6AP8EJPCZQB5E4DBN);
} */

.hero-inner {
  position: relative;
  margin: -140px auto 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  background: none;

}

.hero__title {
  margin-bottom: 12px;
/*   font-size: 24px; */
  font-weight: bold;
  text-align: center;
}

.hero__links {
  margin-top: 20px;
}
.hero__links li {
  display: block;
  margin-top: 10px;
  vertical-align: top;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hero__links li:first-child {
  margin-top: 0;
}
.hero__links li a {
  display: inline-block;
  padding: 9px 10px;
/*   font-size: 14px; */
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 3px;
}
.hero__links li a:hover,
.hero__links li a:active {
  text-decoration: none;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .hero {
    height: 310px;
  }

  .hero-inner {
    margin: -130px auto 0;
    width: 85%;
  }

  .hero__title {
    margin-bottom: 20px;
/*     font-size: 32px; */
  }

  .hero__links li {
    display: inline-block;
    margin-top: 0;
    margin-right: 6px;
  }
}

/* 3. 일반 PC 이상 (>=1280px) */
@media (min-width: 1280px) {
  .hero {
    height: 420px;
  }

  .hero-inner {
    margin: -120px auto 0;
    width: 85%;
  }

  .hero__title {
    margin-bottom: 20px;
/*     font-size: 32px; */
  }

  .hero__links li {
    display: inline-block;
    margin-top: 0;
    margin-right: 6px;
  }
}

/* 🌐 언어별 처리 */
html[lang="ja"] .hero::before,
html[lang="ja"] .section__sub::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="200" width="260"><path d="M0 0 L0 200 L60 200 L160 100 L60 0Z" fill="%23204789"/><path d="M160 100 L260 200 L60 200Z" fill="%23040B50"/><path d="M60 0 L260 0 L260 200Z" fill="%232970FF"/></svg>');
}

html[lang="ja"] .section.home-section.community,
html[lang="ja"] .commu_link,
html[lang="en-us"] .section.home-section.community,
html[lang="en-us"] .commu_link {
  display: none;
}

/* 📱 기본 - 모바일 */
.global__search {
  position: relative;
  max-width: 700px;
/*   width: 70%; */
  width: calc(100% - 20px);
  z-index: 100;
}

.global__search .search {
  padding-right: 46px;
  background-color: var(--button_bg_active_color);
/*   border-radius: 0 5px 5px 0; */
  border-radius: 5px;
}

.global__search .search:before {
  left: auto;
  right: 15px;
  color: #fff;
/*   font-size: 16px; */
  font-weight: bold;
  background-color: transparent;
}

.global__search input[type="search"] {
  height: 38px;
  padding-left: 16px;
  padding-right: 4px;
  line-height: 38px;
  color: var(--menu_font_1);
  background-color: var(--section_bg);
  font-weight: 400;
  border-radius: 5px 0 0 5px;
  border: solid 1px var(--section_invert_border);
}

/* 2. 태블릿 이상 (>=768px) */
@media (min-width: 768px) {
  .global__search input[type="search"] {
    border-radius: 0px;
  }
}


.global__search .btn__search {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 38px;
  padding: 10px;
  border: 0;
}

.global__search .btn__search:focus,
.global__search .btn__search:active {
  outline: 0;
}

.global__search .btn__search span {
  font: 0/0 a;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .global__search .search {
    padding-right: 38px;
  }

  .global__search .search:before {
/*     font-size: 22px; */
  }

  .global__search input[type="search"] {
    height: 38px;
    line-height: 38px;
    padding-right: 12px;
/*     font-size: 18px; */
  }

  .global__search .btn__search {
    width: 38px;
    height: 38px;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}


@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1280px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock {
  content: "\1F512";
/*   font-size: 20px; */
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

/* 📱 기본 - 모바일 */
.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
}

.sub-nav input[type="search"]::after {
/*   font-size: 15px; */
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 20px;
  }

  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

/***** Blocks *****/
/* 📱 기본 - 모바일 */
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
}

.blocks-item {
  border: 1px solid #333333;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 340px;
  margin: 0;
  max-width: 100%;
  text-align: center;
}

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
  background-color: #333333;
}

.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
  color: #c3c3c3;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
/*   font-size: 15px; */
  bottom: 5px;
  position: relative;
}

.blocks-item-link {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}

.blocks-item-link:hover,
.blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 1);
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
/*   font-size: 16px; */
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .blocks-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .blocks-item {
    margin-bottom: 30px;
  }
}

/* 💻 일반 PC 이상 (1280px~) */
@media (min-width: 1280px) {
  .blocks-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .blocks-item {
    margin: 0 15px 30px;
  }

  .blocks-list {
    margin: 0 -15px;
  }
}



/* 📱 기본 - 모바일 */
.section {
  margin-bottom: 50px;
}

.section.category {
  margin-top: 0;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .section.category {
  	margin-top: 0;
    margin-bottom: 15px;
  }
}

.section.sections {
  margin-top: 0;
}

.section-content .section__title,
.category-content .section__title {
/*   margin-bottom: 8px;
  padding-bottom: 10px; */
/*   font-size: 16px; */
  font-weight: 500;
  margin: auto;

}

.faq .section__title {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

html[data-theme="dark"] .faq .section__title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.1);
}

.section__title .icon-custom {
  margin-top: -8px;
  vertical-align: middle;
}

.section__title .name {
  display: inline-block;
  vertical-align: middle;
/*   font-size: 18px; */
}

/* 🎨 카드 스타일 디자인 */
.card-section {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* 🌙 다크모드 글래스모피즘 */
html[data-theme=dark] .card-section {
  background: rgba(34, 34, 34, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.card-section:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* 카드 타이틀 스타일 */
.card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}

html[data-theme="dark"] .card-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.1);
}

.card-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #007BFF, #00C9FF);
  transition: width 0.4s ease;
}

:root[data-theme=dark] .card-title::after {
  background: linear-gradient(90deg, #6157d9, #8b7ff5);
}

.card-section:hover .card-title::after {
  width: 100%;
}

.title-icon {
  font-size: 24px;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  transition: transform 0.2s ease;
}

.card-section:hover .title-icon {
  transform: scale(1.05);
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* 섹션별 컬러 */
.promoted-section {
  border-left: 4px solid #007BFF;
}

.updated-section {
  border-left: 4px solid #28a745;
}

.activity-section {
  border-left: 4px solid #6f42c1;
}

/* 리스트 스타일 개선 */
.card-list {
  margin: 0;
  padding: 0;
}

.card-list .main_item {
  padding: 8px 0;
  transition: all 0.2s ease;
}

.card-list .main_item:last-child {
  border-bottom: none;
}

.card-list .main_item:hover {
  background: var(--section_grey);
  border-radius: 6px;
}

/* 문서 링크 스타일 개선 */
.article-list-link {
  font-weight: 500;
  color: var(--link_default);
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-list-link:hover {
  color: var(--link_active);
}

/* 날짜 스타일 개선 */
.article-date {
  font-size: 13px;
  color: var(--channelText);
  display: inline-block;
  padding: 4px 10px;
  background: var(--section_grey);
  border-radius: 6px;
  font-weight: 500;
  position: relative;
  overflow: visible;
}

/* 날짜 테두리 - new 상태 */
.article-date.is-new {
  border: 1px solid #FF7300;
}

/* 날짜 테두리 - updated 상태 */
.article-date.is-updated {
  border: 1px solid #007BFF;
}

/* 날짜 아이콘 - 왼쪽 위 모서리에 배치 */
.article-date .date-icon {
  position: absolute;
  top: -6px;
  left: -6px;
  font-size: 14px;
  line-height: 1;
}

/* 타이틀 아이콘에는 배경 제거 */
.title-icon.promoted-icon,
.title-icon.updated-icon,
.title-icon.activity-icon {
  background: none;
  color: inherit;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-transform: none;
  letter-spacing: normal;
  font-size: 24px;
  animation: none;
}

/* 최신 활동 리스트 개선 */
.recent-activity-list {
  padding: 0;
  margin: 0;
}

.recent-activity-item {
  padding: 14px 0 !important;
  border-bottom: 1px solid var(--section_border) !important;
  transition: all 0.2s ease;
}

.recent-activity-item:last-child {
  border-bottom: none !important;
}

.recent-activity-item:hover {
  padding-left: 4px !important;
  background: var(--section_grey);
  border-radius: 6px;
}

.recent-activity-item-link {
  font-weight: 500;
  color: var(--link_default);
}

.recent-activity-item-link:hover {
  color: var(--link_active);
}

.recent-activity-item-time {
  font-size: 12px !important;
  color: var(--channelText) !important;
  padding: 3px 8px;
  background: var(--section_grey);
  border-radius: 6px;
  font-weight: 500;
}

/* 반응형 조정 */
@media (max-width: 767px) {
  .card-section {
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 16px;
  }
  
  .title-icon {
    font-size: 20px;
  }
  
  .card-title {
    gap: 8px;
    padding-bottom: 12px !important;
  }
}

@media (min-width: 768px) {
  .card-section {
    padding: 32px;
  }
}

.section--outer {
  margin: 0 -10%;
}

.clients .item {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #E4E4E5;
}

.clients .item:first-child {
  max-width: 1600px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  margin: 0 auto;
}

.clients .title {
  margin-bottom: 0;
/*   font-size: 22px; */
  font-weight: normal;
}

.clients .desc {
  margin-top: 0;
  margin-bottom: 20px;
/*   font-size: 14px; */
  opacity: 0.6;
}

.clients .item__lists:after {
  content: '';
  display: table;
  clear: both;
}

.clients .item li {
  float: none;
  width: 100%;
/*   margin-top: 18px; */
}

.clients .item a {
  display: block;
  text-decoration: none;
  margin: 5px;
}


.clients .name {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
/*   font-size: 17px; */
  font-weight: 500;
}

.clients .icon-custom:before {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
}

.item__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.links {
  margin-top: 25px;
  padding: 25px 0;
  background-color: #F3F3F4;
}

.links .links__lists {
  display: block;
}

.links .links__lists li {
  margin-top: 25px;
}

.links .links__lists li:first-child {
  margin-top: 0;
}

.links .links__lists li a {
  display: block;
}

.links .icon-custom:before {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
}

.links .info,
.links .icon-custom {
  vertical-align: middle;
}

.links .info {
  display: inline-block;
  margin-left: 16px;
}

.links .name {
  display: block;
/*   font-size: 17px; */
}

.links .desc {
  display: block;
  font-size: 16px;
  color: #666;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .section {
    margin-bottom: 40px;
  }

  .section-content .section__title,
  .category-content .section__title {
/*     font-size: 22px; */
/*     margin: auto; */
  }

  .faq .section__title {
    margin-bottom: 24px;
  }

  .section__title .name {
/*     font-size: 22px; */
  }

  .clients .title {
/*     font-size: 28px; */
  }

  .clients .desc {
    margin-bottom: 32px;
/*     font-size: 18px; */
  }

  .clients .item {
    margin-top: 35px;
    padding-top: 32px;
  }

  .clients .item li {
/*     float: left; */
    width: 300px;
/*     margin-bottom: 15px; */
    position: relative;
  }

  .clients .icon-custom:before {
    width: 50px;
    height: 50px;
  }

  .clients .name {
/*     font-size: 20px; */
  }

  .links {
    margin-top: 60px;
    padding: 50px 0;
  }

  .links .links__lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .links .icon-custom:before {
    width: 56px;
    height: 56px;
    background-size: 56px 56px;
  }

  .links .name {
/*     font-size: 20px; */
  }
}


@media (min-width: 2560px) {
  .faq .section__title {
  	margin-top: 15px;
  }
}

/* 🏠 홈 공통 */
.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

.section.home-section.activity {
  display: none;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1280px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1280px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%; /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: rgba(51, 51, 51, 1);
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1280px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Align items vertically in the center */
  align-items: center; /* Align items horizontally in the center */
  min-height: 150px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="200" width="260"><path d="M0 0 L0 200 L60 200 L160 100 L60 0Z" fill="%23204789"/><path d="M160 100 L260 200 L60 200Z" fill="%23040B50"/><path d="M60 0 L260 0 L260 200Z" fill="%232970FF"/></svg>');
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  max-width: 1600px;
  margin: 0 auto;
}

.community-link:hover {
text-decoration: none !important;
}
.welcome-to-community {
  color: #fff;
}

.community,
.activity {
/*   border-top: 1px solid #ddd; */
}

/***** Recent activity *****/
/* 📱 기본 - 모바일 */
.recent-activity-header {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: left !important;
/*   font-size: 18px; */
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #E4E4E5;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .recent-activity-header {
/*     font-size: 22px; */
  }
}


.recent-activity-list {
  padding: 0;
}

/* 📱 기본 - 모바일 */
.recent-activity-item {
/*   border-bottom: 1px solid #ddd; */
  overflow: auto;
  padding: 5px;
  display: flex;
}

.recent-activity-item h3 {
  display: none;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .recent-activity-item {
/*     padding: 20px 5% 20px 0; */
    display: block;
  }
}


.recent-activity-item-parent {
  display: none;
/*   font-size: 16px; */
}



/* .recent-activity-item-parent,  */
.recent-activity-item-link {
  margin: 6px 0;
  color: rgba(51, 51, 51, 1);
  display: inline-block;
  width: 100%;
flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  
}



@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
    margin-left: 5px;
  }
}

.recent-activity-item-link {
/*   font-size: 16px; */
  font-weight: 300;
}

.recent-activity-item-meta {
  text-align: right;
  margin: 6px 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #888;
  display: inline-block;
/*   font-size: 12px; */
  font-weight: 300;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}

/* 📱 기본 - 모바일 */
.recent-activity-item-comment {
  display: none;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .recent-activity-item-comment {
    display: block;
    padding-left: 5px;
  }
}


[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}



.recent-activity-item-comment span::before {
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
} */

.recent-activity-controls {
  margin-left: 5px;
  padding-top: 15px;
}

/***** Category pages *****/

/* .category-content {
  flex-wrap: wrap;
  gap: 20px; 
  padding-left: 0;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .category-content {
     display: flex;
    max-width: 98%;
      flex: 0 0 100%;
  padding-left: 0;
  }

  .category-content .section {
    width: calc(50% - 10px); 
  }
}


@media (min-width: 1280px) {
  .category-content {

  }
} */


.category-content {
  flex: 0 0 100%;
  padding-left: 0;
}

/* 2. 태블릿 이상 (>=768px) */
@media (min-width: 768px) {
.category-content {
   max-width: 100%;
  }
}
/* 3. 일반 PC 이상 (>=1280px) */
@media (min-width: 1280px) {
.category-content {
    max-width: calc(100% - 400px); /* 확장 시 .tree-menu 너비 */
    transition: max-width 0.3s ease;
  }
  
    .sub__nav.tree-menu.collapsed + .category-content {
    max-width: calc(100% - 24px); /* 축소 시 .tree-menu 너비 */
  }
}


/* 각 section의 아래 여백 */
.section {
  margin-bottom: 40px;
}

.section2depth{
    margin-left: 40px;
}

.category-content .see-all-articles {
  display: block;
  margin: 15px 0 15px 20px;
  color: var(--link_active);
  font-weight: 500;
}

.category-content .see-all-articles .icon-arrow-blue-right {
  margin-top: -2px;
}

.category__title {
  margin: auto;
/*   font-size: 26px; */
  font-weight: normal;
}

.category__desc {
  margin: 4px 0 0;
/*   font-size: 15px; */
}

.category__guide {
  margin-top: 24px;
  padding: 16px 0 24px;
  background-color: #F3F3F4;
}

.category__guide .box__inner {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.category__guide__desc {
  display: inline-block;
  max-width: 400px;
  word-break: keep-all;
/*   font-size: 14px; */
  font-weight: 500;
}

.category__guide__btns .btn {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}

.category__guide__btns .btn:first-child {
  margin-left: 0;
}

.sub__nav {
  margin-left: -5.5%;
  margin-right: -5.5%;
  margin-bottom: 25px;
  border-bottom: 8px solid #ccc;
}

.sub__nav .title {
  display: block;
  margin: 0;
  padding: 8px 0 8px 24px;
/*   font-size: 18px; */
  border-left: 3px solid #E4E4E5;
}

.sub__nav li {
  list-style: none;
  box-sizing: border-box;
  font-weight: 500;
}

.sub__nav li a {
  display: inline-block;
  padding: 8px 24px;
/*   font-size: 15px; */
  padding-right: 0;
  box-sizing: border-box;
}

.sub__nav li.active {
  border-color: #4370FF;
}

.sub__nav li a.active {
  color: var(--link_active);
  font-weight: 800;
}

.sub__nav .section__nav a {
  padding: 11px 24px;
/*   font-size: 15px; */
}

.sub__nav .category__menu {
  position: relative;
  display: block;
  margin-top: -10px;
  padding: 0 5% 10px;
  border-bottom: 1px solid #F3F3F4;
}

.sub__nav .category__menu .btn__trigger {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
/*   font-size: 16px; */
  font-weight: 700;
  border: 0;
  background-color: transparent;
  color: var(--menu_font_2);
}

.sub__nav .category__menu .btn__trigger:focus,
.sub__nav .category__menu .btn__trigger:active {
  outline: 0;
}

.sub__nav .category__menu .btn__trigger:before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  cursor: pointer;
}

.sub__nav .category__menu .btn__trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: var(--menu_font_2) transparent transparent transparent;
}

.sub__nav .category__menu .text--small {
  display: block;
/*   font-size: 12px; */
  color: #666;
}

.sub__nav .category__nav {
  max-height: 0;
  overflow: hidden;
  padding-right: 0;
  will-change: max-height;
  transform: translateZ(0);
}

.sub__nav.active .category__menu .btn__trigger:after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
}

.sub__nav.active .category__nav {
  max-height: 500vh;
  padding: 10px 0;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  will-change: auto;
}

.sub__nav .category__nav .category__nav__2dept {
  overflow: hidden;
  padding-left: 15px;
}

.sub__nav .category__nav .category__nav__2dept li {
  border-left: none;
}

.sub__nav .category__nav .category__nav__2dept li.active {
  background-color: #F3F3F4;
}

.sub__nav .category__nav .category__nav__2dept li.active a {
  color: #4370FF !important;
  font-weight: 800;
}

.sub__nav .category__nav .category__nav__2dept .category__nav__3dept {
  overflow: hidden;
  padding-left: 15px;
}

.sub__nav .category__nav .category__nav__2dept .category__nav__3dept li {
  border-left: none;
  margin-right: 24px;
}

.sub__nav .category__nav .category__nav__2dept .category__nav__3dept li.active {
  background-color: #F3F3F4;
}

.sub__nav .category__nav .category__nav__2dept .category__nav__3dept li.active a {
  color: #4370FF !important;
  font-weight: 800;
}





.sub__nav > .category__nav {
  padding-right: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 123, 255, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 
              inset 0 1px 0 rgba(0, 123, 255, 0.2);
  border-radius: 12px;
  contain: layout style paint;
  will-change: transform;
  transform: translateZ(0);
}

.sub__nav > .category__nav.collapsed {
  box-shadow: none;
}

.category__nav_plus {
  margin: 0;
  padding: 8px 34px 8px 10px;
  float: right;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .category-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%; /* 전체 화면 너비 사용 */
    height: auto; /* sticky가 동작하도록 height 설정 */
  }

  .sub__nav.tree-menu {
    /* 가변 너비 그대로 사용 */
    /* width: auto 또는 너비 없음 */
  }

  .category-content {
    flex: 1; /* 남은 공간을 모두 차지 */
    min-width: 0;
  }
  
.sub__nav.tree-menu.collapsed .category__nav_plus {
  display: none;
}
  
#article-container.category-container {
  width: 100%;
}
  
  .category-content .see-all-articles {
/*     font-size: 16px; */
  }

  .category__title {
/*     font-size: 32px; */
  }

  .category__desc {
/*     font-size: 18px; */
  }

  .category__guide {
    padding: 16px 0;
  }

  .category__guide .box__inner {
    flex-direction: row;
    align-items: center;
  }

  .category__guide__desc {
/*     font-size: 16px; */
  }

  .category__guide__btns .btn {
    display: inline-block;
    width: auto;
    margin-left: 5px;
    margin-bottom: 0;
  }

  .sub__nav {
    margin: 0;
    border-bottom: none;
  }

  .sub__nav .category__menu {
    display: none;
  }

  .sub__nav > .category__nav {
/*     min-width: 300px; */
    max-height: none;
    overflow: visible;
    padding: 0;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 123, 255, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 
                inset 0 1px 0 rgba(0, 123, 255, 0.2);
    border-radius: 12px;
  }
}
/* 3. 일반 PC 이상 (>=1280px) */
@media (min-width: 1280px) {
  .sub__nav .category__nav {
/*     min-width: 350px; */
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
    .category__nav li a {
    white-space: nowrap;
    display: inline-block;
  }
}

.toggle-nav-btn {
  display: none; /* 기본 상태에서는 숨김 */
}

@media (min-width: 768px) {
  .toggle-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--button_bg_active_color);
  color: #fff;
  border: none;
	padding: 8px 6px;
  cursor: pointer;
  transition: right 0.3s ease, border-radius 0.3s ease;
  z-index: 10;
  }
  
  .sub__nav.tree-menu {
/*     width: 520px; */
    width: 430px;
    flex-shrink: 0;
    /* min-width: 430px; */
    transition: width 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .sub__nav.tree-menu.collapsed {
    width: 24px;
    min-width: 24px;
  }

  .sub__nav.tree-menu .category__menu {
    opacity: 1;
    transition: opacity 0.2s ease;
  }

  .sub__nav.tree-menu.collapsed .category__menu {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
  }

  /* 확장된 상태: 왼쪽 위/아래만 둥글게 */
  .sub__nav.tree-menu:not(.collapsed) .toggle-nav-btn {
    border-radius: 6px 0 0 6px;
  }

  /* 축소된 상태: 오른쪽 위/아래만 둥글게 */
  .sub__nav.tree-menu.collapsed .toggle-nav-btn {
    border-radius: 0 6px 6px 0;
  }
}


.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-tree .article-list-item {
  flex: 0 0 49%;
}
.article-list {
  display: flex;
  flex-direction: column;
}
.article-list.article-tree {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  margin-bottom: 0;
/*   font-size: 18px; */
  font-weight: 600;
}

.section-tree-title a {
  color: rgba(51, 51, 51, 1);
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

/* 📱 기본 - 모바일 */
.article-list-item {
/*   font-size: 14px; */
  margin: 10px 0;
}

.article-list-item a {
  color: var(--list_link);
}

.article-list-item .icon-lock::before {
  vertical-align: baseline;
}

.article-list.article-tree {
  display: block;
}

.article-tree .article-list-item {
  flex: 1 0 auto;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .article-list-item {
/*     font-size: 16px; */
  }
}


.icon-star::before {
  color: rgba(0, 123, 255, 1);
/*   font-size: 18px; */
}



/***** Section pages *****/
/* 📱 기본 - 모바일 */
.section-container {
  display: flex;
  flex-direction: column;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .section-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}


.section-content {
  flex: 0 0 100%;
  margin-bottom: 40px;
}

/* 2. 태블릿 이상 (>=768px) */
@media (min-width: 768px) {
.section-content {
   max-width: 100%;
  }
}
/* 3. 일반 PC 이상 (>=1280px) */
@media (min-width: 1280px) {
.section-content {
    max-width: calc(100% - 400px); /* 확장 시 .tree-menu 너비 */
    transition: max-width 0.3s ease;
  }
  
    .sub__nav.tree-menu.collapsed + .section-content {
    max-width: calc(100% - 24px); /* 축소 시 .tree-menu 너비 */
  }
}

@media (min-width: 1280px) {
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

.section-list {
  margin: -10px 0 20px;
}

.section-list--collapsed .section-list-item:nth-child(1n + 6) {
  display: none;
}

.section-list-item {
  border-bottom: 2px solid #E4E4E5;
/*   font-size: 18px; */
  font-weight: 600;
  padding: 23px 0;
}

.section-list-item a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.section-list-item svg {
  margin-right: 30px;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

.section-content .icon-star,
.category-content .icon-star {
  margin-top: -3px;
}
.pull-right {
  padding: 0;
  float: right;
}


/***** Article *****/
/* 📱 기본 - 모바일 */
.article {
  /* Sidebar | Content | Free space: 17% | 66% | 17% 구조를 위한 base */
  flex: 1 0 auto;
}

.article__list {
  display: block;
}

.article__list .item {
  margin-bottom: 12px;
/*   font-size: 14px; */
  width: 100%;
}

.article__list .main_item {
/*   font-size: 16px; */

gap: 10px;
width: 100%;
  
  
}

.article-container {
  display: flex;
  flex-direction: column-reverse;
}

.article-container .article-sidebar {
  margin: 0 0 15px;
}

.article-header {
  display: block;
  margin-top: 12px;
  margin-bottom: 40px;
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

.article-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
/*   font-size: 22px; */
  line-height: 1.4;
  font-weight: 700;
  border-bottom: 2px solid #E4E4E5;
}

.article-title .icon-lock::before {
  content: "\1F512";
/*   font-size: 20px; */
  position: relative;
  left: -5px;
}

.article [role="button"] {
  flex-shrink: 0;
  width: 100%;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .article__list {

    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }

  .article__list .item {
    flex: 0 0 45%;
    margin-bottom: 20px;
/*     font-size: 16px; */
  }

  .article__list .main_item {
    flex: 0 0 95%;
  }

  .article-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .article-container .article-sidebar {
    flex: 0 0 32.6%;
    margin: 0;
  }

  .article-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0;
  }

  .article-title {
/*     font-size: 28px; */
    flex-basis: 100%; /* 전체 행을 차지 */
  vertical-align: baseline;
  display: flex;
  justify-content: space-between;
  align-items: center; /* 수직 중앙 정렬 */
  }

  .article [role="button"] {
    width: auto;
  }
}


.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.article-body ol {
  counter-reset: count 0;
}

.article-body ol li:first-child {
  margin-top: 0;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul {
  list-style-type: disc;
  padding: revert;
}
.article-body a {
  color: #1F73B7;
  text-decoration: none;
}
.article-body a:visited {
  color: #9358B0;
}
.article-body a:hover, .article-body a:active, .article-body a:focus {
   color: #0F3554;
  text-decoration: underline;
}

html[data-theme=dark] .article-body a {
  color: #6FA0E8; /* Adjusted color for dark mode */
  text-decoration: none;
}

html[data-theme=dark] .article-body a:visited {
  color: #B591D8; /* Adjusted color for dark mode */
}

/* Hover, active, and focus states */
html[data-theme=dark] .article-body a:hover,html[data-theme=dark] .article-body a:active, html[data-theme=dark] .article-body a:focus {
  color: #4D6C93; /* Adjusted color for dark mode */
  text-decoration: underline;
}

.article-body code {
  text-indent: 0;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}


.article-content {
  flex: 0 0 100%;
  padding-left: 0;
  word-wrap: break-word;
  position: relative;
}

/* 2. 태블릿 이상 (>=768px) */
@media (min-width: 768px) {
    .article-content {
      width: calc(100% - 76px);

      flex: 1 1 auto;
  /*     max-width: 800px; */
      padding-right: 24px;
    }
    /* article-info 안의 중첩된 .article-content(본문 div)는
       flex child가 아니므로 외부 래퍼 스타일을 리셋 */
    .article-info .article-content {
      width: 100%;
      flex: none;
      padding-right: 0;
    }
}

.article-toc {
  display: none;
}

/* TOC 토글 버튼 */
.toggle-toc-btn {
  display: none; /* 기본 상태에서는 숨김 */
}

/* 3. 일반 PC 이상 (>=1280px) */
@media (min-width: 1280px) {

   .article-toc {
     display: block;
      width: 340px;
      flex-shrink: 0;
      position: -webkit-sticky; /* Safari 지원을 위한 prefix */
      position: sticky;
      top: 100px;
      align-self: flex-start;
      max-height: calc(100vh - 100px);
      height: fit-content; /* 높이를 내용에 맞게 조정 */
      padding: 16px 16px 16px 28px;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(16px);
      border: 1px solid rgba(0, 123, 255, 0.3);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 
                  inset 0 1px 0 rgba(0, 123, 255, 0.2);
      border-radius: 12px;
      font-size: 14px;
      box-sizing: border-box;
      transition: width 0.3s ease, padding 0.3s ease;
      overflow: visible; /* overflow 속성을 visible로 변경 */
  }
  
  .article-toc.collapsed {
    width: 24px;
    min-width: 24px;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: 1px solid rgba(0, 123, 255, 0.3);
    border-radius: 12px;
  }
  
  .article-toc .toc-dummy {
    height: 400px;
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    opacity: 0;
  }
  
  .article-toc.collapsed .toc-dummy {
    width: 24px;
    max-height: 400px;
    min-height: 400px;
    opacity: 1;
  }
  
  .article-toc .toc-header {
    transition: opacity 0.2s ease;
  }
  
  .article-toc.collapsed .toc-header {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  
  .article-toc .toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
  }
  
  .article-toc.collapsed .toc-list {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  
  .toggle-toc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--button_bg_active_color);
    color: #fff;
    border: none;
    padding: 8px 6px;
    cursor: pointer;
    transition: left 0.3s ease, border-radius 0.3s ease;
    z-index: 10;
  }
  
  /* 화살표 회전 애니메이션 */
  /* TOC 화살표는 JavaScript에서 직접 관리하므로 CSS transform 불필요 */
  
  /* 확장된 상태: 오른쪽 위/아래만 둥글게 */
  .article-toc:not(.collapsed) .toggle-toc-btn {
    border-radius: 0 6px 6px 0;
  }

  /* 축소된 상태: 왼쪽 위/아래만 둥글게 */
  .article-toc.collapsed .toggle-toc-btn {
    border-radius: 6px 0 0 6px;
  }
}

  .article-toc .toc-header {
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  .article-toc .toc-header h2 {
    margin: 0;
  }

  .article-toc .toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .article-toc li {
    margin-bottom: 6px;
  }

  .article-toc a {
    display: block;
    width: 100%;
    color: var(--link_default);
    text-decoration: none;
  }

  .article-toc a:hover {
    text-decoration: underline;
  }

  .article-content {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }

  /* Heading 깊이별 스타일 */
  .article-toc .toc-h1 {
    font-weight: 600;
    padding-left: 0;
  }

  .article-toc .toc-h2 {
/*     font-weight: 500; */
    padding-left: 8px;
  }

  .article-toc .toc-h3 {
    font-weight: 400;
    padding-left: 16px;
  }

  .article-toc .toc-h4 {
    font-weight: 400;
    font-style: italic;
    padding-left: 24px;
  }

  .article-toc .toc-top,
.article-toc .toc-bottom {
  font-weight: 700;
  color: #4370FF;
}

html[data-theme=dark] .article-toc .toc-top,
html[data-theme=dark] .article-toc .toc-bottom {
  color: #7F85F5;
}

/* 다크모드 TOC 스타일 */
html[data-theme=dark] .article-toc {
  background: rgba(44, 44, 46, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(97, 87, 217, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), 
              inset 0 1px 0 rgba(97, 87, 217, 0.2);
}

html[data-theme=dark] .article-toc.collapsed {
  outline-color: rgba(97, 87, 217, 0.3);
}

html[data-theme=dark] .article-toc a {
  color: #fff;
}

html[data-theme=dark] .article-toc a:hover {
  color: #7F85F5;
}

  .category-container:not(:has(.article-toc)) .article-content {
    padding-right: 0;
    max-width: none;
  }







.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.article-comment-count {
  color: #666;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgba(0, 123, 255, 1);
  content: "\1F4AC";
  display: inline-block;
/*   font-size: 18px; */
  padding: 5px;
}

.article-sidebar {
  margin-top: 93px;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

/* 📱 기본 - 모바일 */
.article-relatives {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  gap: 20px;
  max-width: 100%;
  overflow: hidden;
}

.article-relatives .recent-articles,
.article-relatives .related-articles {
  flex: 1;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.12);
  will-change: transform;
  transform: translateZ(0);
}

.article-relatives .recent-articles:hover,
.article-relatives .related-articles:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

html[data-theme=dark] .article-relatives .recent-articles,
html[data-theme=dark] .article-relatives .related-articles {
  background: rgba(34, 34, 34, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.article-relatives .recent-articles ul,
.article-relatives .related-articles ul {
  width: 100%;
  overflow: hidden;
  padding: 0;
  list-style: none;
}

.article-relatives .recent-articles-title + ul li,
.article-relatives .related-articles-title + ul li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.article-relatives li {
  position: relative;
  padding-left: 0px;
/*   font-size: 16px; */
  list-style: none;
}

/* 📒 데스크톱 이상 (1280px~) */
@media (min-width: 1280px) {
  .article-relatives {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .article-relatives .recent-articles,
  .article-relatives .related-articles {
    flex: 1 1 50%;
    min-width: 0;
  }
}

.article-content iframe,
.article-content table {
  width: 100% !important;
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto !important;
}

.article-vote-up::after {
  content: " 😊";
  font-family: inherit;
}

.article-vote-down::after {
  content: " 😞";
  font-family: inherit;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: rgba(51, 51, 51, 1);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top-icon {
  transform: rotate(0.5turn);
}

.sidenav-title {
/*   font-size: 16px; */
  position: relative;
}

.sidenav-item.current-article {
  color: #4370FF;
  font-weight: 500;
}
.sidenav-item.current-article, .sidenav-item:hover {
}

/* 📱 기본 - 모바일 */
.recent-articles h3,
.related-articles h3 {
/*   font-size: 18px; */
  margin: 0 0 8px;
}

.recent-articles li,
.related-articles li {
  margin-top: 12px;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .recent-articles h3,
  .related-articles h3 {
/*     font-size: 22px; */
  }

  .recent-articles li,
  .related-articles li {
    margin-top: 20px;
  }
}


/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.attachments .attachment-item:last-child {
  margin-bottom: 0;
}
.attachments .attachment-item .attachment-icon {
 
  left: 0;
  position: absolute;
  top: 5px;
}
[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #666;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #666;
  display: block;
/*   font-size: 23px; */
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgba(0, 123, 255, 1);
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
/*   font-size: 18px; */
  font-weight: 600;
}

.recent-articles-title::before {
  content: '🕐 ';
  margin-right: 6px;
}

.related-articles-title::before {
  content: '🔗 ';
  margin-right: 6px;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #666;
  display: inline-block;
  font-weight: 300;
/*   font-size: 13px; */
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(0, 123, 255, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  border: 0;
  color: #666;
  font-weight: 300;
/*   font-size: 13px; */
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(0, 123, 255, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-bottom: 24px;
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(0, 123, 255, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
/*   font-family: 'Noto Sans Korean'; */
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #040506;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #666;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: rgba(0, 123, 255, 1);
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #666;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: rgba(0, 123, 255, 1);
}

.vote-voted:hover {
  color: #004a99;
}


/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01JXBPHRK6AP8EJPCZQB5E4DBN);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
/*   font-size: 16px; */
  margin-bottom: 20px;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h1 {
  margin-bottom: 0;
/*   font-size: 16px; */
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
/*   font-size: 13px; */
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: rgba(0, 123, 255, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(0, 123, 255, 1);
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #004a99;
  border-color: #004a99;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(0, 123, 255, 1);
  content: attr(data-follower-count);
  color: rgba(0, 123, 255, 1);
  display: inline-block;
/*   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; */
/*   font-family: 'Noto Sans Korean'; */
/*   font-family: 'Malgun Gothic'; */
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(0, 123, 255, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: var(--menu_font_1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: var(--menu_font_3);
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #666;
  font-weight: 300;
/*   font-size: 13px; */
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(51, 51, 51, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */



.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
/*   font-size: 12px; */
  font-weight: 400;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: var(--button_bg_active_color);
}
.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}


@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}


.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
/*   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; */
/*   font-family: 'Noto Sans Korean'; */
/*   font-family: 'Malgun Gothic'; */
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #040506;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #666;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(0, 123, 255, 1);
  content: "\1F4AC";
  display: inline-block;
/*   font-size: 18px; */
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
/*   font-size: 18px; */
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
/*   font-size: 12px; */
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-flex;
  line-height: 18px;
  vertical-align: middle;
}

.community-badge-titles {
  display: inline;
}

.community-badge-achievement {
  display: block;
  height: 32px;
  width: 32px;
  white-space: nowrap;
}
.community-badge-achievement img {
  width: 32px;
  height: 32px;
}

.community-badge-achievements {
  display: flex;
}

.community-badge-achievements-rest {
/*   font-size: 12px; */
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge {
  margin: 2px;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}
.profile-info .community-badge-achievement {
  height: 32px;
  width: 32px;
}
.profile-info .community-badge-achievements-rest {
  line-height: 40px;
/*   font-size: 20px; */
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
/*   font-size: 14px; */
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(40px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding-right: 25px;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  z-index: 1;
  color: var(--menu_font_2);

}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}


.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
}

.collapsible-nav-list {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  background-color: var(--surface) !important;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: var(--menu_font_2);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: var(--menu_font_2);
  display: block;
  text-decoration: none;
}
.collapsible-nav-list li a:hover,
.collapsible-nav-list li a:focus,
.collapsible-nav-list li a:active {
  text-decoration: none;
}

html[data-theme=dark] .collapsible-nav-list li a {
  color: var(--menu_font_2);
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]){
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]){
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid var(--button_bg_active_color);
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  font-weight: 700;
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

.collapsible-nav-toggle::after {
  content: "\25BE"; /* V */
  color: var(--menu_font_2);
  /*display: none;*/
}

/* SVG 아이콘이 있는 버튼은 ::after 텍스트 화살표 숨김 (중복 방지) */
.collapsible-nav-toggle:has(.collapsible-nav-toggle-icon)::after {
  display: none;
}

.collapsible-nav-toggle.contribute-toggle::after, .collapsible-nav-toggle.follow-toggle::after {
  display: none;
}


.collapsible-nav[aria-expanded="true"] .collapsible-nav-toggle::after {
  content: "\2715"; /* X */
}

/* 📱 기본 - 모바일 */
.collapsible-sidebar {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border: 1px solid #C6C8CC;
  box-sizing: border-box;
}

.collapsible-sidebar-title {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  min-height: 25px;
  padding-right: 35px; /* 토글 버튼 공간 확보 */
  box-sizing: border-box;
}

.collapsible-sidebar .icon-custom:before {
  margin-top: -2px;
}

.collapsible-sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 14px; /* .collapsible-sidebar padding 값과 일치 */
  right: 10px;
  transform: none;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.collapsible-sidebar-toggle::after {
  content: "\25BE";
  position: relative;
  transform: translateY(-50%);
}

/* SVG 아이콘이 있는 버튼은 ::after 텍스트 화살표 숨김 (중복 방지) */
.collapsible-sidebar-toggle:has(.collapsible-sidebar-toggle-icon)::after {
  display: none;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 123, 255, 1);
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-body {
  display: none;
  margin-top: 15px;
}

.collapsible-sidebar-body li {
  margin-top: 8px;
/*   font-size: 16px; */
  word-break: keep-all;
}

.collapsible-sidebar-body a {
  font-size: 14px;
}

.collapsible-sidebar-body .article-sidebar-item {
  display: block;
  margin: 24px 0 10px 20px;
/*   font-size: 16px; */
  color: #4370FF;
  font-weight: 500;
}

.collapsible-sidebar-body .article-sidebar-item .icon-arrow-blue-right {
  margin-top: -2px;
}

.collapsible-sidebar-body .bullet--circle li:before {
  top: 11px;
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-toggle::after {
  content: "\2715";
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/* 🖥 PC 이상 (1280px~) */
@media (min-width: 1280px) {
  .collapsible-sidebar {
    padding: 28px 32px;
  }

  .collapsible-sidebar-title {
    margin-bottom: 12px;
  }

  .collapsible-sidebar-toggle {
    display: none !important;
  }

  .collapsible-sidebar-body {
    display: block;
    margin-top: 0;
  }

  .collapsible-sidebar-body a {
/*     font-size: 16px; */
  }

  .collapsible-sidebar-body li {
    margin-top: 24px;
  }

  .collapsible-sidebar-body .bullet--circle li:before {
    top: 9px;
  }
}




/***** My activities *****/
.my-activities-nav {
  background-color: var(--surface);
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  position: relative;
  margin-bottom: 40px;
}

.my-activities-sub-nav:has(.collapsible-nav-toggle[aria-expanded="false"])::after {
  content: attr(data-hint);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px; /* 마진만큼 아래로 */
  height: 40px; /* 마진 높이와 같게 */
  /*background-color: var(--section_grey);*/
  padding: 0px 2px 0px 15px;
  
  position: absolute;
  left: 0px;   /* 왼쪽 여백 조절 */
  line-height: 40px;
  
}

/* 화면 너비가 768px 이상일 때 가상 요소 숨기기 */
@media (min-width: 768px) {
  .my-activities-sub-nav::after {
    content: none !important;
    display: none !important;
  }
  .my-activities-sub-nav {
    height: 30px;
  }
  .collapsible-nav-list {
    background-color: transparent;
  }
}


/* 기본: 첫 번째와 마지막만 보이게  */
.my-activities-table.subscriptions-table td:not(:first-child):not(:last-child),
.my-activities-table.subscriptions-table th:not(:first-child):not(:last-child) {
  display: none;
}

/* 1280px 이상일 때는 전체 보이게 */
@media (min-width: 1280px) {
  .my-activities-table.subscriptions-table td,
  .my-activities-table.subscriptions-table th {
    display: table-cell !important;
  }
}


/* 기본: 2번째와 마지막만 보이게 
.my-activities-table.requests-table td:not(:nth-child(2)):not(:last-child),
.my-activities-table.requests-table th:not(:nth-child(2)):not(:last-child) {
  display: none;
}*/

/* 기본: 2번째와 마지막만 보이게 */
.my-activities-table.requests-table td:not(:nth-child(2)),
.my-activities-table.requests-table th:not(:nth-child(2)) {
  display: none;
}

.my-activities-table.requests-table th {
  display: none;
}

/* 1280px 이상일 때는 전체 보이게 */
@media (min-width: 1280px) {
  .my-activities-table.requests-table td,
  .my-activities-table.requests-table th {
    display: table-cell !important;
  }
  
}



.my-activities-table .striped-list-title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my-activities-table thead {
  display: none;
}
/* 1280px 이상일 때는 전체 보이게 */
@media (min-width: 1280px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

/* 1280px 이상일 때는 전체 보이게 */
@media (min-width: 1280px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    padding-left: 30px;
  }
}


/* Requests table */
.requests-search {
  width: 100%;
}
.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

/* 📱 기본 - 모바일 */
.requests-table-toolbar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}


.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}
.requests-table-toolbar .request-table-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}
.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}
.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}
@media (min-width: 768px) {
.requests-table-toolbar + .requests {
  margin-top: 40px;
}
  }
.requests .requests-table-meta {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}
.requests .requests-table thead {
  display: none;
}
@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}
.requests .requests-table-info {
  display: block;
  margin: 20px;
}
@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}
.requests .requests-table .requests-link {
  position: relative;
}
.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
}


/* 📱 기본 - 모바일 */
.requests-table-toolbar .request-table-filter {
  width: 100%;
  margin-top: 12px;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
    margin-top: 0;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 8px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
/*   font-size: 13px; */
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

/* 📱 기본 - 모바일 */
.requests-table-toolbar select {
  width: 100%;
  max-height: 40px;
  margin-bottom: 30px;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .requests-table-toolbar select {
    width: auto;
    max-width: 300px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}
.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table {
  border-top: 1px solid #E4E4E5;
}
.requests .requests-table th,
.requests .requests-table th a {
/*   font-size: 15px; */
  color: var(--menu_font_1);
}



.requests .requests-table thead {
  display: table-header-group;
}
/* 📱 기본 - 모바일 */
.requests .requests-table .text--center {
  display: revert;
  text-align: center;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .requests .requests-table .text--center {
    display: table-cell; /* 또는 필요에 따라 block, inline 등으로 지정 가능 */
  }
}

.requests .search__result--not {
  margin-top: 15px;
}
.my-activities-header {
	margin-top: 30px;
}

.my-activities-header .search-results-subheading {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

#request-organization-select, #request-status-select {
  border: 1px solid var(--section_invert_border);
  background-color: var(--section_bg);
}


/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(0, 123, 255, 1);
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
/*   font-size: 12px; */
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #004a99;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #666;
/*   font-size: 13px; */
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
/*     font-size: inherit; */
    font-weight: inherit;
  }
}

.no-activities {
  color: #666;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1280px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1280px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #666;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
  background-color: #fff;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(0, 123, 255, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(0, 123, 255, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

/* 📱 기본 - 모바일 */
.request-title {
  width: 100%;
/*   font-size: 24px; */
}

/* 🖥 PC 이상 (1280px~) */
@media (min-width: 1280px) {
  .request-title {
/*     font-size: 28px; */
    font-weight: 700;
    border-bottom: 1px solid #E4E4E5;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

/* 🌙 다크 모드 */
html[data-theme=dark] .request-title {
  color: #fff;
  border-color: #898889;
}

.request-sidebar {
  border: 1px solid #C6C8CC;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1280px) {
  .request-sidebar {
    background-color: #fff;
/*     font-size: 13px; */
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
/*   font-size: 15px; */
  font-weight: 600;
  position: relative;
}

@media (min-width: 1280px) {
  .request-sidebar h2 {
    display: none;
  }
}

/* 📱 모바일: ~767px */
.request-details {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt,
.request-details dd {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 0;
  font-size: 14px;
}

.request-details dt {
  width: 27%;
}

.request-details dd {
  width: 66%;
  padding: 0 8px;
  margin-left: 3%;
}

.request-details dd::after {
  content: none;
}

.request-details .request-collaborators {
  display: inline-block;
}




/* 🌙 다크 모드 */
html[data-theme=dark] .request-details {
  border-color: #898889;
}


.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir=rtl] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #666;
/*   font-size: 13px; */
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}



/* 심플 페이지 헤더 (히어로 없는 페이지 - subscriptions, requests, profile 등 공용) */
.page-simple-header {
  background: var(--surface);
  padding: 28px 0 20px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

/* 통계 바가 있는 경우 하단 padding/margin 제거 (profile) */
.page-simple-header:has(.profile-stats-counters) {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-simple-title {
  margin: 0;
  color: var(--menu_font_1);
  font-size: 24px;
}

@media (max-width: 767px) {
  .page-simple-header {
    padding: 16px 0 12px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .page-simple-title {
    font-size: 28px;
  }
}

/* 프로필 헤더 내 아바타 + 이름 영역 */
.page-simple-profile-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.page-simple-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .page-simple-avatar {
    width: 80px;
    height: 80px;
  }
}

.page-simple-profile-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* 프로필 통계 바 - 숫자(강조) 위, 라벨 아래 */
.page-simple-header .profile-stats-counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid var(--section_border);
  padding: 0;
  list-style: none;
  margin: 0;
}

.page-simple-header .profile-stats-counters .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px 24px;
  border-right: 1px solid var(--section_border);
  margin-bottom: 0;
}

.page-simple-header .profile-stats-counters .stat:last-child {
  border-right: none;
}

.page-simple-header .profile-stats-counters .stat-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--menu_font_1);
  line-height: 1.2;
}

.page-simple-header .profile-stats-counters .stat-label {
  font-size: 12px;
  color: var(--menu_font_3);
  margin-top: 2px;
}




/* User Profiles */
.profile-header {
  padding: 30px 0;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: var(--button_bg_active_color);
  border: 0;
  color: var(--menu_font_1);
  line-height: normal;
  padding: 8px 20px;
  outline-color: var(--button_bg_active_color);
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
/*   font-size: 13px; */
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

/* 카운터 통계: 중앙 정렬 가로 배치 */
.profile-stats-counters {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px 32px;
}

.profile-stats-counters .stat {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
  min-width: 80px;
}

.profile-stats .stat {
/*   display: flex; */
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #666;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
/*   border-bottom: solid 1px #ddd; */
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
/*     margin-left: 40px; */
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
/*     margin-left: 60px; */
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(0, 123, 255, 1);
  border-radius: 4px;
  color: rgba(0, 123, 255, 1);
  padding: 5px 20px;
/*   font-size: 12px; */
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: var(--surface);
  margin-top: -15px;
  margin-bottom: 37px;
  border-bottom: 1px solid var(--divider_color);
}

/* 모바일: profile-nav를 lang-accordion-toggle 스타일로 */
@media (max-width: 767px) {
  .profile-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .profile-nav + .container {
    padding-top: 20px;
  }

  .profile-nav .container {
    padding-left: 0;
    padding-right: 0;
  }

  .profile-nav .collapsible-nav {
    position: relative;
  }

  .profile-nav .collapsible-nav-list {
    padding-left: 0;
    background-color: transparent !important;
  }

  /* 현재 선택 항목: 토글 버튼처럼 full-width 행 */
  .profile-nav .collapsible-nav-list li.current {
    display: flex;
    align-items: center;
    line-height: normal;
    background-color: var(--button_bg_active_color);
    order: 0;
  }
  .profile-nav .collapsible-nav-list li.current a {
    flex: 1;
    padding: 10px 48px 10px 24px;
    color: var(--button_font_active_color);
    font-weight: 500;
  }

  /* 토글(chevron) 버튼: 오른쪽 고정 */
  .profile-nav .collapsible-nav-toggle {
    top: 0;
    transform: none;
    right: 0;
    width: 48px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--button_font_active_color);
    z-index: 2;
  }
  .profile-nav .collapsible-nav-toggle .collapsible-nav-toggle-icon {
    display: block;
  }
  .profile-nav .collapsible-nav-toggle[aria-expanded="true"] .chevron-icon {
    transform: rotate(180deg);
    transition: transform 0.25s ease;
  }

  /* 펼쳐졌을 때 나머지 항목: lang-accordion-panel 스타일 */
  .profile-nav .collapsible-nav[aria-expanded="true"] .collapsible-nav-list li:not(.current),
  .profile-nav .collapsible-nav-list li[aria-selected="true"]:not(.current) {
    display: block !important;
    line-height: normal;
    background-color: #efefef;
    border-left: 3px solid var(--button_bg_active_color);
    border-bottom: 1px solid var(--line_divider);
  }
  html[data-theme=dark] .profile-nav .collapsible-nav[aria-expanded="true"] .collapsible-nav-list li:not(.current),
  html[data-theme=dark] .profile-nav .collapsible-nav-list li[aria-selected="true"]:not(.current) {
    background-color: #2a2a2a;
  }

  .profile-nav .collapsible-nav[aria-expanded="true"] .collapsible-nav-list li:not(.current) a,
  .profile-nav .collapsible-nav-list li[aria-selected="true"]:not(.current) a {
    padding: 10px 24px 10px 28px;
    color: var(--menu_font_1);
    font-size: 14px;
  }
  .profile-nav .collapsible-nav[aria-expanded="true"] .collapsible-nav-list li:not(.current):hover,
  .profile-nav .collapsible-nav-list li[aria-selected="true"]:not(.current):hover {
    background-color: var(--button_bg_active_color);
    border-bottom: none;
  }
  .profile-nav .collapsible-nav[aria-expanded="true"] .collapsible-nav-list li:not(.current):hover a,
  .profile-nav .collapsible-nav-list li[aria-selected="true"]:not(.current):hover a {
    color: var(--button_font_active_color);
  }
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-nav {
    margin-top: -30px;
  }
  
  .profile-section {
/*     width: calc(100% - 330px); */
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666;
  font-weight: 300;
/*   font-size: 13px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
/*   font-size: 13px; */
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
/*   font-size: 15px; */
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
/*   font-size: 16px; */
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
/*   font-size: 12px; */
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
/*   font-size: 16px; */
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** maclaude *****/
/***** Search results *****/
/* 📱 기본 - 모바일 */
.search-results,
.custom-search-results {
  display: block;
}

/* 📒 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .search-results,
  .custom-search-results {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.search__result__desc {
  margin: 0;
/*   font-size: 18px; */
}
.search__result__desc span {
  color: var(--link_active);
}
.search__result--not {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #E4E4E5;
}
.search__result--not .desc {
  margin: 0;
}
.search__result--not a {
  display: inline-block;
  margin-top: 16px;
/*   font-size: 16px; */
  color: #4370FF;
}
.search__result--not .icon-custom {
  margin-top: -2px;
}
.search-results .sub__nav li a {
  padding: 11px 24px;
/*   font-size: 15px; */
}

@media (min-width: 768px) {
  .search-results, .custom-search-results{
    flex-direction: row;
    gap: 20px;

  }
  .my-activities-header .search-results, .my-activities-header .custom-search-results {
    flex-direction: column;
  }
}

.search-results-column {
  flex: 1;
  height: auto;

}
.search-results-column .location {
  margin-top: 0;
}

@media (min-width: 768px) {
  .search-results-column {
    flex: 1;
  }
}

.search-results-description em {
  color: #4370FF;
}

/* 📱 기본 - 모바일 */
.search-results-sidebar {
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  height: auto;
}

/* 2. 태블릿 이상 (>=768px) */
@media (min-width: 768px) {
  .search-results-sidebar {
    border-top: 1px solid #ddd;
  }
}

.search-results-sidebar .sub__nav {
  margin-bottom: 0;
  padding: 0 2.5%;
}

.search-results-sidebar .sub__nav .title {
  padding: 7px 0 11px 24px;
}

.search-results-sidebar .sub__nav li {
  border-left: 0;
}

.search-results-sidebar .sub__nav li.active {
  background-color: #F3F3F4;
}

.search-results-sidebar .sub__nav li a {
  padding: 11px 35px;
}

.search-results-sidebar .sidenav-item:hover,
.search-results-sidebar .sidenav-item[aria-selected="true"] {
  /* 필요 시 스타일 추가 */
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin: 0;
  padding: 0;
  border: 0;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #999;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #2F3941;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

/* 🖥 태블릿/PC 이상 (768px~) */
@media (min-width: 768px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }

  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-subheading {
  margin-top: 5px;
  margin-bottom: 15px;
/*   font-size: 18px; */
  font-weight: 400;
}

.search-results-list {
}

.search-results-list > li, .search-results-lists > li {
  padding: 0px 0;
  border-bottom: 1px solid #E4E4E5;
}

.search-results-list > li:first-child, .search-results-lists > li:first-child {
  border-top: 1px solid #E4E4E5;
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 768px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 768px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 768px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}


/* 📱 기본 - 모바일 */
.search-results-description {
  margin-top: 16px;
  word-break: break-word;
/*   font-size: 14px; */
}

.search-result-title {
  margin-bottom: 2px;
/*   font-size: 18px; */
  display: inline-block;
}

.search__result__desc {
/*   font-size: 15px; */
}

.search__result--not a {
/*   font-size: 14px; */
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li {
/*   font-size: 12px; */
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

/* 🖥 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .search-result-title {
/*     font-size: 20px; */
  }

  .search-result-breadcrumbs {
    display: table-row;
  }

  .search-result-breadcrumbs li {
    display: table-cell;
  }
}


.search-result-votes, .search-result-meta-count {
  color: #666;
  display: inline-block;
/*   font-size: 13px; */
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(0, 123, 255, 1);
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
}



.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  font-weight: 400;
  color: #999;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}


/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
/*   font-size: 12px; */
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-inline.notification-error::before, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] .notification-inline {
  text-align: right;
}
.notification-inline[aria-hidden=true] {
  display: none;
}
.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}
[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}
.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}
.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir=rtl] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

/***** End of Orignal Code *****/

/* btn 
.btn {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  box-sizing: border-box;
}
.btn--primary {
  color: #fff;
  background-color: #4370FF;
} */

/***** Sub Hero *****/
/* 📱 기본 - 모바일 */
.section__sub {
  margin-top: -17px;
  margin-bottom: 15px;
  padding: 30px 0px 30px;
  min-height: 150px;
  border-bottom: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .section__sub {
    margin-top: -40px;
    padding: 80px 16px 16px;
  }
}

.section__sub::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/hc/theming_assets/01JXBPHRK6AP8EJPCZQB5E4DBN);
  /* background-image: 
    radial-gradient(ellipse 80% 120% at 50% 100%, rgba(255, 255, 255, 0.98), transparent 70%),
    url(/hc/theming_assets/01JXBPHRK6AP8EJPCZQB5E4DBN); */
  background-position: center;
  background-size: cover;
  border-radius: 24px 24px 0 0;
  z-index: -1;
}

/* html[data-theme=dark] .section__sub::before {
  background-image: 
    radial-gradient(ellipse 80% 120% at 50% 100%, rgba(3, 11, 25, 0.98), transparent 70%),
    url(/hc/theming_assets/01JXBPHRK6AP8EJPCZQB5E4DBN);
} */

.section__sub .title {
  margin: 0 0 12px;
/*   font-size: 20px; */
  color: #fff;
}

.section__sub .box__inner {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
}

.section__sub .global__search {
  width: 100%;
}

/* 🖥 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .section__sub {
    margin-top: -14px;
    margin-bottom: 30px;
    min-height: 200px;
    height: 200px;
    padding-top: 80px;
  }

  .section__sub .title {
/*     font-size: 22px; */
    margin-bottom: 0;
  }

  .section__sub .box__inner {
    display: flex;
    justify-content: center;
    align-items: center;
/*     padding-right: 40px; */
    width: 100%;
/*     max-width: 1600px; */
    max-width: 1160px;
  }
  
html[lang="ja"] .section__sub .box__inner {
    max-width: 1024px;
  }

  .section__sub .global__search {
    width: 700px;
  }
}

.section__sub.profile-header {
  display: block;
  padding: 30px 16px;
  min-height: auto;
}

.section__sub.profile-header .box__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto;
}

/* 🌙 다크 모드 */
/* html[data-theme="dark"] .section__sub {
  border-color: #333;
} */

/* 1. 기본 - 모바일 */
.current {
/*   font-size: 14px;  */
}

/* 2. 태블릿 이상 (>=768px) */
@media (min-width: 768px) {
  .current {
/*     font-size: 16px;  */
  }
}

/***** Sub info *****/
/* location */
/* 📱 기본 - 모바일 */
.location {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* 🖥 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .location {
    margin-top: 32px;
  }
}


html[data-theme=dark] .location .breadcrumbs li,
html[data-theme=dark] .location .breadcrumbs li a {
  color: #fff;
}

/* 📱 기본 - 모바일 */
.page__title {
  margin-bottom: 20px;
/*   font-size: 24px; */
  font-weight: 700;
}

/* 🖥 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .page__title {
		margin: 0;
  }
}


/***** requests_page *****/

/* 📱 기본 - 모바일 */
.row__wrap {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.row__wrap--bottom {
  align-items: baseline;
}

.row__wrap--bottom .row {
  width: 100%;
  margin-top: 15px;
}

.row__wrap--bottom .row:first-child {
  margin-top: 0;
  margin-bottom: 10px
}

/* 🖥 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .row__wrap {
    flex-direction: row;
    align-items: center;
  }

  .row__wrap--bottom {
    align-items: flex-end;
  }

  .row__wrap--bottom .row {
    width: auto;
    margin-top: 0;
  }
}

}

/***** Notification Banner *****/
.ns-box {
	position: relative;
	background: rgba(192, 57, 43,0.85);
	padding: 10px 20px 20px 20px;
	line-height: 1.4;
	pointer-events: none;
	color: rgba(250,251,255,0.95);
/* 	font-size: 85%; */
  border-bottom: 1px solid #DDD;
}

.ns-box.ns-show {
	pointer-events: auto;
}

.ns-box a {
	color: #000000;
  opacity: 0.7;
	font-weight: 700;
}

.ns-box a:hover,
.ns-box a:focus {
	opacity: 1;
}

.ns-box p {
    margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
  pointer-events: auto;
  background: linear-gradient(to bottom, #bfff00, #aaff00, #99ff33);
}

.ns-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 4px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ns-close:hover, 
.ns-close:focus {
	outline: none;
}

.ns-close::before,
.ns-close::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
	background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
	background: #fff;
}

.ns-close::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.ns-box-inner i {
    color: #fff;
/*     font-size: 3.8em; */
}

.megaphone { 
/*	height: 60px; */
}

.megaphone:before { 
  content: '📢';
/*   font-family: "entypo"; */
  font-size: 32px;
}

/* Top bar notifications */
.ns-box.ns-bar {
	top: 0;
	left: 0;
	width: 100%;
}

.ns-bar .ns-close {
	background: transparent;
	right: 20px;
	top: 13px;
}

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
	background: #b7b5b3;
}

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

/* Slide on top */
.ns-effect-slidetop {
/* 	box-shadow: inset 50px 0 rgba(0,0,0,0.1); */
}

.ns-effect-slidetop .icon {
	position: absolute;
	display: block;
/* 	font-size: 109%; */
	top: 50%;
	left: 1em;
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
}

.ns-effect-slidetop p {
	padding: 0 16px;
/* 	font-size: 1.2em; */
	display: inline-block;
}

.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
	width: 2px;
	background: #000;
}

.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
	background: #000;
}

.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animScaleUp;
	animation-name: animScaleUp;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animFade;
	animation-name: animFade;
}

@-webkit-keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

@keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
	-webkit-animation-name: animSlideTop;
	animation-name: animSlideTop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

@-webkit-keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); }
}

@keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

.ns-box-inner p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
}

/* 🖥 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .ns-box-inner p {
    width: 90%;
  }
}

/***** Tree Menu *****/

/* 📱 기본 - 모바일 */
.tree-menu {
  width: unset;
  margin-right: -5.5%;
}

/* 🖥 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .tree-menu {
    width: 100%;
    margin-right: 15px;
    max-width: 390px;
  }
}


/***** new_request_page *****/
#inpDisable {
  display : none;
}

/***** autocomplete *****/
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: relative;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
/*   z-index: 99; */
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/***** dropdown *****/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  color: var(--menu_font_2);
  font-size: 16px;
}

.dropdown-toggle:hover {
  text-decoration: underline;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background-color: var(--menu_bg);
  border: 1px solid var(--section_border);
  border-radius: 12px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 250;
  margin-top: 10px;
}

[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid var(--divider_color);
  margin: 4px 0;
}

.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  font-size: 14px !important;
  color: var(--menu_font_2);
  cursor: pointer;
  display: block;
  padding: 7px 24px;
  white-space: nowrap;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
  background-color: var(--menu_bg);
}
/*
html[data-theme=dark] .dropdown-menu [role=menuitemradio] {
   color: #c3c3c3;
}
*/

[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 24px;
}
/*
html[data-theme=dark] .dropdown-menu [role=menuitem]:hover, html[data-theme=dark] .dropdown-menu [role=menuitem]:focus,
html[data-theme=dark] .dropdown-menu [role=menuitemradio]:hover,
html[data-theme=dark] .dropdown-menu [role=menuitemradio]:focus {
  background-color: transparent;
  text-decoration: none;
  color: white;
}
*/

.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus, .dropdown-menu [role=menuitem]:active,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus,
.dropdown-menu [role=menuitemradio]:active {
  background-color: var(--button_bg_active_color);
  color: var(--button_font_active_color);
  text-decoration: none;
}

#nav-language-desktop .dropdown-menu a[role=menuitem]:hover,
#nav-language-desktop .dropdown-menu a[role=menuitem]:active,
#nav-language-desktop .dropdown-menu a[role=menuitem]:focus {
  background-color: var(--button_bg_active_color) !important;
  color: var(--button_font_active_color) !important;
  text-decoration: none;
}
/*
html[data-theme=dark] .dropdown-menu [role=menuitem]:hover, html[data-theme=dark] .dropdown-menu [role=menuitem]:focus,
html[data-theme=dark] .dropdown-menu [role=menuitemradio]:hover,
html[data-theme=dark] .dropdown-menu [role=menuitemradio]:focus {
  background-color: transparent;
  text-decoration: none;
  color: white;
}
*/

.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
/*
html[data-theme=dark] .dropdown-menu [role=menuitem][aria-selected=true],html[data-theme=dark] .dropdown-menu [role=menuitem][aria-checked=true],
html[data-theme=dark] .dropdown-menu [role=menuitemradio][aria-selected=true],
html[data-theme=dark] .dropdown-menu [role=menuitemradio][aria-checked=true] {
	background: #333333;
}
*/


.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}


html[data-theme=dark] .dropdown-menu [role=menuitem][aria-selected=true]::after, html[data-theme=dark] .dropdown-menu [role=menuitem][aria-checked=true]::after,
html[data-theme=dark] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
html[data-theme=dark] .dropdown-menu [role=menuitemradio][aria-checked=true]::after  {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
}

[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

.dropdown-menu .my-activities {
	display:none;
}

.icon-menu path {
  stroke: currentColor;
}


/****** popup *******/
/*** common ***/
#popup_bg, #popup_bg_analysis{position: fixed; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.5); text-align: center;}
#popup_bg .bottom_btns, #popup_bg_analysis .bottom_btns{text-align: center;}
#popup_bg:before, #popup_bg_analysis:before{content: ""; display: inline-block; height:100%; vertical-align: middle;}
#popup_bg_trans{position:fixed; top:0; left:0; right:0; bottom:0; background:transparent; text-align:center;}
#popup_bg_trans:before{content: ""; display: inline-block; height:100%; vertical-align: middle;}
#popup_bg_trans .popup_layer{padding:0;}
#popup_bg_trans .popup_layer .chart_popup{position: unset; text-align: left;}
.pupClose_btn{position:absolute; top:0; right:0; background:url('/hc/theming_assets/01J1V7N2BJ43H59K21ZE3ZVAEN') no-repeat center; width:20px; height:20px; padding:20px; text-indent:-9999px; border: 0;}
.popup_layer {text-align: left; display: inline-block; vertical-align: middle; width:480px; box-sizing:border-box; position: relative; background:#fff;  padding:40px 50px; text-align:center;}
.popup_layer.bg_navy{background:#3f4d65;}
.popup_layer p{text-align: left;}
.popup_bg_click{position: fixed; top:0; left:0; width:100%; height:100%; background:transparent; text-align: center; cursor:pointer;}

h2.underline_ttl{display:inline-block; font-size:30px; margin-bottom:50px; font-weight: bold; padding-bottom:2px; line-height:100%;}
.popup_layer h2.underline_ttl{padding-top:30px;}
h2.popup_ttl{font-size:24px; font-weight: bold; text-align:center; margin-bottom:30px; padding:0; color:#333333;}
h2.popup_ttl + p{color:#707070; font-size:13px; line-height:24px; padding-bottom:50px;}
.popup_img{text-align: center; margin-bottom:34px;}
.login_txt{color:#787878; margin-bottom:30px; line-height:25px; font-size:14px; letter-spacing: -0.14px; text-align: left;}
.login_txt p span{color:#41adff; font-weight:bold;} 
.popup_txt{color:#787878; margin-bottom:30px; line-height:25px; font-size:14px; letter-spacing: -0.14px; text-align: left;}
.popup_txt p span{color:#41adff; font-weight:bold;}

.analyzing_popup{padding:50px 50px 30px 50px !important;border-radius:10px;}
.analyzing_popup .analyzing{position:relative; width:190px; height:125px; margin: auto;}
.analyzing_popup button{margin-top:40px;}
.analyzing_popup h2.popup_ttl{word-break: break-all;}
.status_area{text-align:center; padding-top:30px;}
.status_area .loading_dots{display:none;}
.status_area .loading_dots div{display:inline-block; margin-right:5px;}
.status_area .loading_dots .dot1{width:8px; height:8px; border-radius:50%; background:#47bac1; animation:0.8s ease-in-out -0.4s infinite alternate none running dots;}
.status_area .loading_dots .dot2{width:8px; height:8px; border-radius:50%; background:#47bac1; animation:0.8s ease-in-out -0.2s infinite alternate none running dots;}
.status_area .loading_dots .dot3{width:8px; height:8px; border-radius:50%; background:#47bac1; animation:0.8s ease-in-out 0s infinite alternate none running dots;}
.status_area .right_dots .dot1{animation:0.8s ease-in-out 0.2s infinite alternate none running dots;}
.status_area .right_dots .dot2{animation:0.8s ease-in-out 0.4s infinite alternate none running dots;}
.status_area .right_dots .dot3{animation:0.8s ease-in-out 0.6s infinite alternate none running dots;}
.status_txt{display:block;}
.status_txt span{display:inline-block; padding:10px 15px; color:#707070;}
.status_txt.nowStatus span{font-weight: bold; color: #47bac1; font-size: 20px;}
.status_txt.nowStatus .loading_dots{display:inline;}
@keyframes dots {0% {opacity:1;} 100% {opacity:0;}}

.ie_notice{text-align:center;}
.ie_notice h1{font-size:18px; padding-bottom:30px;font-weight: 700;}
.ie_notice p{font-size:13px; color:#787878; text-align: center; line-height:22px;}
.ie_notice p.txt{color:#333; padding:50px 0 30px 0;}
.ie_notice ul li{display:inline-block; width:130px; text-align:center;}
.ie_notice ul li span{display:block; font-size:13px; padding-top:15px;}

.popup_layer[data-v-3f463768] {width: 640px; padding: 50px;}
.popup_layer[data-v-3f463768] * {font-family: 'Nanum Gothic', sans-serif;}
button[data-v-3f463768] {cursor: pointer;}

.ns-box-inner{display: flex; align-items: center;}

/***** Dark Mode *****/

input[type=search]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /*Your new styles */
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23999999'/%3E%3Cpath d='M6 6L14 14' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14 6L6 14' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}



/* 📱 기본 - 모바일 */
.theme-change {
  min-width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

/* 🖥 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .theme-change {
    margin: 0;
  }
}


.theme-change .tgl {
  display: none;
}
.theme-change .tgl + .tgl-btn {
  background: #2e2d33;
  border-radius: 2em;
  padding: 6px; /* transition: all 0.4s ease; */
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.theme-change .tgl + .tgl-btn::before, .theme-change .tgl + .tgl-btn::after {
  position: relative;
  display: block;
  content: "";
  height: 100%;
}
.theme-change .tgl + .tgl-btn::before {
  display: none;
  width: 50%;
}
.theme-change .tgl + .tgl-btn::after {
  left: 0;
  border-radius: 50%;
  background: #fff;
  width: unset;
  aspect-ratio: 1/1;
  /* transition: all 0.2s ease; */
}
.theme-change .tgl:checked + .tgl-btn {
  background: #f0f0f0;
}
.theme-change .tgl:checked + .tgl-btn:after {
  transform: translateX(150%);
  background: #2e2d33;
}

[dir="rtl"] .theme-change .tgl:checked + .tgl-btn:after {
  transform: translateX(-160%);
}

.theme-change .icon {
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-invert);
}
.theme-change .icon_sun {
  left: 10%;
}
.theme-change .icon_moon {
  right: 10%;
}
.theme-change .tgl.animation + .tgl-btn {
  transition: all 0.4s ease;
}
.theme-change .tgl.animation + .tgl-btn::after {
  transition: all 0.2s ease;
}

html[data-theme=dark] .nav-wrapper-mobile .menu-list-mobile-items button {
    color: #c3c3c3;
}
html[data-theme=dark] .nav-wrapper-mobile .menu-list-mobile-items button:active,
html[data-theme=dark] .nav-wrapper-mobile .menu-list-mobile-items button:focus,
html[data-theme=dark] .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: var(--header_background_color);
}
html[data-theme=dark] .article-body a {
    color: #6FA0E8;
}
html[data-theme=dark] select {
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H10L5 6L0 0Z' fill='%23999999'/%3E%3C/svg%3E%0A");
}

html[data-theme=dark] .login-tip p {
  background: #eee;
  color: #111;
}
html[data-theme=dark] .login-tip p::before {
  border-bottom-color: #eee;
}
html[data-theme=dark] .login-tip .icon-close {
  color: #111;
}
html[data-theme=dark] .nav-wrapper a {
  color: #fff;
}
html[data-theme=dark] .nav-wrapper .menu-button .icon-menu path {
  stroke: #c3c3c3;
}

html[data-theme=dark] .user-nav[aria-expanded=true] {
  background: #444;
  border-color: #898889;
}




html[data-theme=dark] ._8RHFYPTt0CxuUudzL8wxA9oZq1ynL1u,
html[data-theme=dark] .wOMr4Bf5FZEEuiNIToDuQqE_El0LAy3V {
  background: #444;
  border-color: #898889;
}
html[data-theme=dark] ._8RHFYPTt0CxuUudzL8wxA9oZq1ynL1u [role=menuitem],
html[data-theme=dark] .wOMr4Bf5FZEEuiNIToDuQqE_El0LAy3V [role=menuitem] {
  color: #eee;
}
html[data-theme=dark] ._8RHFYPTt0CxuUudzL8wxA9oZq1ynL1u [role=menuitem]:hover, html[data-theme=dark] ._8RHFYPTt0CxuUudzL8wxA9oZq1ynL1u [role=menuitem]:focus,
html[data-theme=dark] .wOMr4Bf5FZEEuiNIToDuQqE_El0LAy3V [role=menuitem]:hover,
html[data-theme=dark] .wOMr4Bf5FZEEuiNIToDuQqE_El0LAy3V [role=menuitem]:focus,
html[data-theme=dark] .dropdown-menu [role=menuitem]:hover,
html[data-theme=dark] .dropdown-menu [role=menuitem]:focus {
  background: #222;
}

html[data-theme=dark] .user-info .dropdown-chevron-icon path {
  stroke: #fff;
}

html[data-theme=dark] .collapsible-nav-toggle-icon path {
  stroke: #fff;
}

html[data-theme=dark] .links {
  background: #2e2d33;
}
html[data-theme=dark] .clients .title {
  color: #fff;
}
html[data-theme=dark] .category__title {
  color: #fff;
}
html[data-theme=dark] .sub__nav > .category__nav {
  background: rgba(44, 44, 46, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(97, 87, 217, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), 
              inset 0 1px 0 rgba(97, 87, 217, 0.2);
}
html[data-theme=dark] .category__nav_plus {
  color: #fff;
}
html[data-theme=dark] .sub__nav {
  border-color: #111;
}

html[data-theme=dark] .sub__nav li {
  border-color: #5b5c7c;
}

html[data-theme=dark] .new-article-ico {
  color: rgba(0, 123, 255, 1)
}

html[data-theme=dark] .search::before {
  color: #c3c3c3;
  background-color: #333;
}

html[data-theme=dark] .global__search input[type=search]::placeholder {
  color: #999;
}

html[data-theme=dark] .global__search .search::before {
  background: var(--button_bg_active_color);
  color: var(--button_font_active_color);
}

.nice-select {
  border-radius: 5px;
  color: var(--menu_font_1) !important;
  background-color: var(--section_bg)  !important;
}

/* 2. 태블릿 이상 (>=768px) */
@media (min-width: 768px) {
  .nice-select {
    border-radius: 5px 0 0 5px;
  }
}

html[data-theme=dark] .nice-select {
  border-color: #898889;
}
html[data-theme=dark] .nice-select.open {
  border-color: #898889;
}
html[data-theme=dark] .nice-select .list {
  width: auto !important;
  right: -1px;
  background: #333;
  border-radius: 0;
}
html[data-theme=dark] .nice-select .list:hover .option:not(:hover) {
  color: var(--menu_font_2) !important;
}

html[data-theme=dark] .nice-select .option:hover,
html[data-theme=dark] .nice-select .option:focus {
  background: var(--button_bg_active_color);
  color: var(--button_font_active_color);
}
html[data-theme=dark] .nice-select .current {
  color: var(--menu_font_1);
}
html[data-theme=dark] .btn {
  background-color: transparent;
}

html[data-theme=dark] .pagination-list a {
  color: #fff;
}

html[data-theme=dark] .meta-data {
  color: #ccc;
}
html[data-theme=dark] .article-body pre {
  background-color: #444;
  border-color: #898889;
  color: #fff;
}
html[data-theme=dark] .article-title {
  border-color: #898889;
  color: #fff;
}
html[data-theme=dark] .added-title {
  color: #eee;
}
html[data-theme=dark] .requests .search__result--not a {
  color: var(--button_bg_active_color);
}

html[data-theme=dark] .collapsible-nav-list li {
 color: var(--menu_font_1);
}
@media (min-width: 768px) {
  html[data-theme=dark] .collapsible-nav-list li:hover {
    border-color: #898889;
  }
  html[data-theme=dark] .collapsible-nav-list li[aria-selected=true] a, html[data-theme=dark] .collapsible-nav-list li.current a {
    color: var(--menu_font_2);
  }
}
html[data-theme=dark] .collapsible-nav-border {
  border-color: #898889;
}
.status-label-not-planned,
.status-label-closed {
    background: rgb(232, 234, 236); /* grey-200 */
    color: rgb(57, 67, 75); /* grey-800 */
}
.status-label-pending {
    background: rgb(31, 115, 183); /* blue-600 */
    color: rgb(255, 255, 255); /* white */
}
.status-label-solved {
    background: rgb(92, 105, 112); /* grey-700 */
    color: rgb(255, 255, 255); /* white */
}
.status-label-answered {
    background: rgb(31, 115, 183); /* blue-600 */
    color: rgb(255, 255, 255); /* white */
}
.status-label-open {
    background: rgb(205, 54, 66); /* red-600 */
    color: rgb(255, 255, 255); /* white */
}
.status-label-new {
    background: rgb(31, 115, 183); /* blue-600 */
    color: rgb(255, 255, 255); /* white */
}
.status-label-hold {
    background: rgb(28, 34, 39); /* grey-1000 */
    color: rgb(255, 255, 255); /* white */
}

html[data-theme=dark] .status-label-closed {
    background: rgb(57, 67, 75);
    color: rgb(232, 234, 236);
}
html[data-theme=dark] .status-label-pending {
    background: rgb(38, 147, 214);
    color: rgb(21, 26, 30);
}
html[data-theme=dark] .status-label-solved {
    background: rgb(176, 184, 190);
    color: rgb(21, 26, 30);
}
html[data-theme=dark] .status-label-answered {
    background: rgb(38, 147, 214);
    color: rgb(21, 26, 30);
}
html[data-theme=dark] .status-label-open {
    background: rgb(235, 92, 105);
    color: rgb(21, 26, 30);
}
html[data-theme=dark] .status-label-hold {
    background: rgb(248, 249, 249);
    color: rgb(21, 26, 30);
}

html[data-theme=dark] .table tr {
  border-color: #898889;
}
html[data-theme=dark] .table th,
html[data-theme=dark] .table th a {
  color: #ccc;
}

html[data-theme=dark] .dropdown-menu [role=menuitem][aria-selected=true]::after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23eee' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
}
html[data-theme=dark] .no-activities {
  color: #9f9e9e;
}

html[data-theme=dark] .nesty-panel {
  background-color: #333;
}
html[data-theme=dark] .nesty-panel ul {
  background-color: #333;
}
html[data-theme=dark] .nesty-panel li {
  background-color: #333;
  color: #eee;
}
html[data-theme=dark] .nesty-panel li:hover {
  background-color: #111;
}

html[data-theme=dark] .form-field p {
  color: #9f9e9e;
}
html[data-theme=dark] .form-field .optional {
  color: #9f9e9e;
}
html[data-theme=dark] .form-field input[type=text]:focus,
html[data-theme=dark] .form-field .nesty-input:focus,
html[data-theme=dark] .form-field .hc-multiselect-toggle:focus {
  border-color: #7F85F5;
}
html[data-theme=dark] textarea {
  background-color: #333;
  border-color: #898889;
  color: #fff;
}
html[data-theme=dark] textarea:focus {
  border-color: #7F85F5;
}
html[data-theme=dark] .hc-multiselect-toggle {
  background-color: #333;
  border-color: #898889;
}
html[data-theme=dark] .hc-multiselect-menu {
  background-color: #333;
}
html[data-theme=dark] .hc-multiselect-menu li:focus {
  background: #000;
}
html[data-theme=dark] .upload-dropzone {
  border-color: #898889;
}
html[data-theme=dark] .upload-dropzone span {
  color: #eee;
}
html[data-theme=dark] .upload-item:hover {
  background: #444;
}
html[data-theme=dark] .upload-item .upload-link {
  color: #eee;
}
html[data-theme=dark] .profile-header .options [data-action=edit-profile] {
  background-color: #7F85F5;
  outline-color: #7F85F5;
}
html[data-theme=dark] .profile-header .basic-info .name,
html[data-theme=dark] .profile-header .basic-info .name a {
  color: #fff;
}
html[data-theme=dark] .profile-stats .stat-label {
  color: #9f9e9e;
}
html[data-theme=dark] .profile-stats-activity,
html[data-theme=dark] .profile-stats-counters {
  border-color: #898889;
}
html[data-theme=dark] .profile-activity::before {
  background-color: #1e1e23;
}
html[data-theme=dark] .profile-activity-contribution {
  background-color: #333;
}
html[data-theme=dark] .profile-activity-icon {
  background-color: #111;
}
html[data-theme=dark] .profile-section-description {
  color: #9f9e9e;
}
html[data-theme=dark] .profile-section-sorter {
  border-color: #898889;
}
html[data-theme=dark] .profile-contribution .breadcrumbs li {
  color: #c3c3c3;
}
html[data-theme=dark] .profile-contribution .breadcrumbs li a {
  color: #c3c3c3;
}
html[data-theme=dark] .profile-contribution-list > .profile-contribution {
  border-color: #898889;
}
html[data-theme=dark] .profile-contribution-title a {
  color: #eee !important;
}
html[data-theme=dark] .split-button button {
  background-color: #7F85F5;
  outline-color: #7F85F5;
  color: #fff;
}
html[data-theme=dark] .split-button button:not(:only-child):first-child {
  border-color: #1e1e23;
}
.profile-private-badge {
  white-space: nowrap;
}

html[data-theme=dark] .profile-private-badge {
  border-color: #7F85F5;
  color: #7F85F5;
}
html[data-theme=dark] .profile-section-title {
  color: #fff;
}

html[data-theme=dark] .icon-arrow-blue-right {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23a8afdd' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .avatar .icon-agent::before {
  background-color: #7F85F5;
}
html[data-theme=dark] .recent-activity-header {
  border-color: #898889;
}
html[data-theme=dark] .recent-activity-item {
  border-color: #666;
}
html[data-theme=dark] .recent-activity-item-time,
html[data-theme=dark] .recent-activity-item-comment {
  color: #9f9e9e;
}
html[data-theme=dark] .recent-activity-item-time path,
html[data-theme=dark] .recent-activity-item-comment path {
  color: #9f9e9e;
}
html[data-theme=dark] .comment-heading,
html[data-theme=dark] .recent-articles-title,
html[data-theme=dark] .related-articles-title {
  color: #eee;
}
html[data-theme=dark] .h6z_Hop6Fna51XR6Okp0pAz7l3uLFXBY {
  flex-shrink: 0;
}
html[data-theme=dark] .VEHWYNiVjGJPpmx8rQVoDQsqfc4iYWV_ ._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA {
  background: #000;
}
html[data-theme=dark] ._HdHwJNOTFG9Mij4WmL1AlvKwno7GrCd {
  border-color: #898889;
  background-color: #111;
}
html[data-theme=dark] .OYtJfTIlJ22K1CiB2R7ymgV2dOBrP9E2 {
  color: #c3c3c3;
  border-color: #898889;
}
html[data-theme=dark] .hjkkBUi48PQ20mlsqeQtBQzu9Uioa_BY {
  color: #9f9e9e;
}
html[data-theme=dark] .unFdE6BdKF9sLCu4WcD8A2g3BKFiuGUE:hover {
  background-color: #898889;
}
html[data-theme=dark] .unFdE6BdKF9sLCu4WcD8A2g3BKFiuGUE:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' color='%23ffffff'%3E%3Cpath stroke='currentColor' stroke-linecap='round' d='M3 13L13 3m0 10L3 3'/%3E%3C/svg%3E");
}
html[data-theme=dark] .uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV {
  color: #c3c3c3;
  background-color: transparent;
  border-color: #c3c3c3;
}
html[data-theme=dark] .uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.Ovt8efkawdoNfc6Y1sphAoQnx_QlS3DB.Ovt8efkawdoNfc6Y1sphAoQnx_QlS3DB, html[data-theme=dark] .uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV:disabled:disabled, html[data-theme=dark] .uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV[disabled][disabled] {
  background: #898889;
  border-color: #898889;
}
html[data-theme=dark] .A7206VdtAqwtFIm3sAvVw_FSKzfgZ6no {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' color='%23eeeeee'%3E%3Cg stroke='currentColor'%3E%3Ccircle cx='7.5' cy='8.5' r='7' fill='none'/%3E%3Cpath stroke-linecap='round' d='M7.5 12.5V8'/%3E%3C/g%3E%3Ccircle cx='7.5' cy='5' r='1' fill='currentColor'/%3E%3C/svg%3E");
}
html[data-theme=dark] .fgyQVrkCgYaXLW1guyqHgO2KgjgmcB8u {
  background-color: #333;
  color: #fff;
  border-color: #898889;
}
html[data-theme=dark] .fgyQVrkCgYaXLW1guyqHgO2KgjgmcB8u:focus {
  border-color: #7F85F5;
  outline: none;
  box-shadow: none;
}
html[data-theme=dark] .uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.d0R8RXNEJlWYTTIium_waE8ivtRTugFY {
  background: #fff;
  color: #111;
  border-color: #fff;
}
html[data-theme=dark] .uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.d0R8RXNEJlWYTTIium_waE8ivtRTugFY:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
}
html[data-theme=dark] .hpLyOO {
  color: #eee;
}
html[data-theme=dark] .eBqZTU {
  color: #9f9e9e;
}
html[data-theme=dark] .bQzCzH {
  background-color: #333;
  color: #fff;
}
html[data-theme=dark] .ORFRctTivKsYgYgOD31rQVCTR_ze5SRP {
  color: #eee;
}
html[data-theme=dark] .SiPGtFGfH5ZhJ_r6NeEgP5uaPNEm4EZB {
  color: #9f9e9e;
}
html[data-theme=dark] .hYVe_DJNu_cFJn1_EaZpBwX0F2C1mjoN {
  box-shadow: none;
  border-color: #898889;
  color: #fff;
  background-color: #333;
}
html[data-theme=dark] .o1j4QMXajCxCB2ov8LojCwScuY0LoRHV {
  color: #9f9e9e;
}
html[data-theme=dark] .DOdXNUE6acEGVVQWxtx0MgrDncVC7YF0 {
  background: #333;
}
html[data-theme=dark] .DOdXNUE6acEGVVQWxtx0MgrDncVC7YF0:focus, html[data-theme=dark] .DOdXNUE6acEGVVQWxtx0MgrDncVC7YF0:active, html[data-theme=dark] .DOdXNUE6acEGVVQWxtx0MgrDncVC7YF0:hover {
  border-color: #7F85F5;
  background: #333;
  color: #fff;
}
html[data-theme=dark] .DOdXNUE6acEGVVQWxtx0MgrDncVC7YF0:focus {
  border-color: #7F85F5;
}
html[data-theme=dark] .TEzVlg7kI8pjHpvi1k3aw43l64rdRNOR {
  background: transparent;
}
html[data-theme=dark] .TEzVlg7kI8pjHpvi1k3aw43l64rdRNOR path {
  color: #999;
}
html[data-theme=dark] .comment-overview {
  border-color: #898889;
}
html[data-theme=dark] .post-title {
  color: #fff;
}
html[data-theme=dark] .post-sidebar-title {
  color: #eee;
}
html[data-theme=dark] .post-comment-count .icon-comments {
  color: #eee;
}
html[data-theme=dark] .comment-callout {
  color: #9f9e9e;
}
html[data-theme=dark] .actions circle,
html[data-theme=dark] .actions path {
  color: #eee;
}
html[data-theme=dark] .vote-sum {
  color: #9f9e9e;
}
html[data-theme=dark] .vote-up,
html[data-theme=dark] .vote-down {
  color: #9f9e9e;
  background: transparent;
  border: 0;
}
html[data-theme=dark] .vote-up:hover,
html[data-theme=dark] .vote-down:hover {
  color: #7F85F5;
}
html[data-theme=dark] .vote-voted {
  color: #7F85F5;
}
html[data-theme=dark] .request-sidebar {
  background: transparent;
}
html[data-theme=dark] .attachments .attachment-item::before {
  color: #eee;
}

html[data-theme=dark] .request-main .comment-show-container {
  background-color: #333;
  color: #eee;
  border-color: #898889;
}
html[data-theme=dark] .comment {
  border-color: #898889;
}
html[data-theme=dark] .share a:hover,
html[data-theme=dark] .share a:hover::before {
  color: #7F85F5;
}
html[data-theme=dark] .autocomplete-items {
  border-color: #898889 !important;
}
html[data-theme=dark] .autocomplete-items div {
  background-color: #333;
  border-color: #898889;
}
html[data-theme=dark] .comment-wrapper.comment-official {
  border-color: #7F85F5;
}
html[data-theme=dark] .comment-body blockquote {
  color: #9f9e9e;
}
html[data-theme=dark] .comment-body pre {
  background-color: #444;
  border-color: #898889;
  color: #fff;
}
html[data-theme=dark] .search-result-title a {
  color: #fff !important;
}
html[data-theme=dark] .search-results .breadcrumbs li,
html[data-theme=dark] .search-results .breadcrumbs li a {
  color: #c3c3c3;
}
html[data-theme=dark] .wysiwyg-color-black {
  color: #fff;
}/*# sourceMappingURL=style.css.map */


/***** content-tag *****/
.content-tags {
  margin-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #F3F3F4;
}

.content-tag-item {
  border: 1px solid rgba(0, 114, 239, 1);
  border-radius: 4px;
  color: rgba(0, 114, 239, 1);
  cursor: pointer;
  display: inline-block;
/*   font-size: 12px; */
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  background-color: white;
}

.content-tag-item:hover, .content-tag-item:active, .content-tag-item:focus {
  background-color: rgba(0, 123, 255, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.content-tag-item-link {
  color: rgba(0, 123, 255, 1);
  text-decoration: none;
}

li:hover a.content-tag-item-link {
  color: white;
  text-decoration: none;
}
html[data-theme=dark] .content-tags {
  background-color: #222;
  border-color: #333;
}
html[data-theme=dark] .content-tag-item {
  border-color: #7F85F5;
  color: #7F85F5;
  background-color: transparent;
}

html[data-theme=dark] .content-tag-item:hover, html[data-theme=dark] .content-tag-item:active, html[data-theme=dark] .content-tag-item:focus {
  background-color: #7F85F5;
  border-color: #7F85F5;
  color: #fff;
}

/***** Blocks *****/

.line {
    position: relative;
    display: inline-block;
}

.line::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background-color: var(--button_bg_active_color);
    transition: width 0.15s ease, left 0.15s ease;
}

.line:hover::after {
    width: 100%;
    left: 0;
}

/***** Blocks *****/
.main-blocks-item {
  margin: 4px;
  border-radius: 6px;
  box-sizing: border-box;
  color: #272D32;
  font-weight: 400;
  display: flex;
  max-width: 100%;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;

  padding: 10px;

  /* 글래스모피즘 */
  border-color: rgba(180, 180, 180, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 태블릿 이상: 투명화 */
@media (min-width: 768px) {
  .main-blocks-item {
    padding: 0px;
  }
}

/* 📌 라이트 모드 Hover */
.main-blocks-item:hover,
.main-blocks-item:focus,
.main-blocks-item:active {
  background: rgba(255, 255, 255, 0.6); /* 훨씬 더 밝게 */
  border-color: rgba(180, 180, 180, 0.5); /* 테두리도 밝게 */
}

/* 📌 다크 모드 기본 */
html[data-theme="dark"] .main-blocks-item {
  background-color: rgba(34, 34, 34, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(100, 100, 100, 0.4);
  box-shadow: none;
}

/* 📌 다크 모드 Hover */
html[data-theme="dark"] .main-blocks-item:hover,
html[data-theme="dark"] .main-blocks-item:focus,
html[data-theme="dark"] .main-blocks-item:active {
  background-color: rgba(60, 60, 60, 0.85); /* 진하게 */
  border-color: rgba(160, 160, 160, 0.4);
}








html[data-theme="dark"] .category-icon {
    background-color: transparent;
}

.main-cat-blocks {
  margin: 5px;
}

.main-cat-blocks:hover, .main-cat-blocks:focus, .main-cat-blocks:active {
  text-decoration: none;
}

@media (max-width: 768px) {
  .main-cat-blocks {
    width: 100%;
    margin-top: 0;
    position: relative;
  }
}

.main-blocks-item:hover *, .main-blocks-item:focus *, .main-blocks-item:active * {
  text-decoration: none;
}

.blocks-img img{
  max-width: 100%;
}

.main-blocks-item:nth-child(5n+1) .blocks-img img{
  content: url($assets-cat-1-svg);
}

.main-blocks-item:nth-child(5n+2) .blocks-img img{
  content: url($assets-cat-2-svg);
}

.main-blocks-item:nth-child(5n+3) .blocks-img img{
  content: url($assets-cat-3-svg);
}

.main-blocks-item:nth-child(5n+4) .blocks-img img{
  content: url($assets-cat-4-svg);
}
.main-blocks-item:nth-child(5n+5) .blocks-img img{
  content: url($assets-cat-5-svg);
}

main-.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.main-blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.main-blocks-item-internal a {
  color: var(--text-dark);
}



.main-blocks-item-link {
  color: var(--menu_font_2);
  padding: 0px 20px;
  display: flex;
  flex-direction: row;           /* 기본: 모바일은 좌우 정렬 */
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex: 1;
  border-radius: inherit;
  text-decoration: none;
  text-align: left;
}



.category-icon {

		border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    background-size: 36px 36px !important;
    background-repeat: no-repeat;
    background-position: center;

}

/* html[data-theme="dark"]  .category-icon {
  background-color: transparent;
} */

.category-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}



/* 데스크톱에서 세로 정렬 */
@media (min-width: 768px) {
  .main-blocks-item-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    text-align: center;
    padding-top: 16px;
  }

  .category-icon {
/*     margin-bottom: 8px; */
    background-size: 70%;
  }
}



@media (min-width: 2560px) {
  .main-blocks-item-link h4 {
    font-size: 20px !important;
  }
}

.main-blocks-item-link:focus {
  outline: 0;
  text-decoration: none;
}

.main-blocks-item-title {
  margin-bottom: 0;
}

.main-blocks-item-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--text);
  transition: color .3s ease;
}

.main-blocks-item-description:not(:empty) {
  margin-top: 8px;
}

/***** cat-icon *****/


.cat-900000084526 { background-image: url("/hc/theming_assets/01JQ3953BF61J8SP6NA3M5KC1A");} html[data-theme="dark"] .cat-900000084526 {background-image: url("/hc/theming_assets/01J1V7NBVDZTDJERZA5NR9SYJ5");} 
.cat-22140029082009 {background-image: url("/hc/theming_assets/01J20MSS9AB869MBA6SFS90S73");} html[data-theme="dark"] .cat-22140029082009 {background-image: url("/hc/theming_assets/01J1V7N46EM1M69S56NCVF5DT9");}
.cat-22140072833049 {background-image: url("/hc/theming_assets/01J20MSTQQXYBXX2RWM6EEGGS5");} html[data-theme="dark"] .cat-22140072833049 {background-image: url("/hc/theming_assets/01J20MSWF0WB1YKM9DHD0AGFRX");}
.cat-22140202810777 {background-image: url("/hc/theming_assets/01J20MSQN3XRRH5NH2YDRHC68Y");} html[data-theme="dark"] .cat-22140202810777 {background-image: url("/hc/theming_assets/01J1V7N1W6P4R4AYPCBF7SDJMY");}

.cat-22140365708313 {background-image: url("/hc/theming_assets/01J20MSSKBDBBH74QS5WZ6N89K");} html[data-theme="dark"] .cat-22140365708313 {background-image: url("/hc/theming_assets/01J20MSRBCYXWM3TF9TM1NCRJE");}
.cat-22140415469081 {background-image: url("/hc/theming_assets/01J20MSRWCC63RQMWT3GKY362E");} html[data-theme="dark"] .cat-22140415469081 {background-image: url("/hc/theming_assets/01J1V7N1ENF6CYV9MGQVGHSME9");} 
.cat-900000071766 { background-image: url("/hc/theming_assets/01JQ3953BF61J8SP6NA3M5KC1A");} html[data-theme="dark"] .cat-900000071766 {background-image: url("/hc/theming_assets/01J1V7NBVDZTDJERZA5NR9SYJ5");} 
.cat-900000064183 { background-image: url("/hc/theming_assets/01J20MST1S33ZV44CP14W561WQ");} html[data-theme="dark"] .cat-900000064183 {background-image: url("/hc/theming_assets/01J1V7N9VNYG3TY25JV8QHQYGG");} 
.cat-900000110143 { background-image: url("/hc/theming_assets/01J20MSQG6124X9BG0WQAZ5F47");} html[data-theme="dark"] .cat-900000110143 {background-image: url("/hc/theming_assets/01J1V7N3B69ES6YRA51GVRD51D");} 
.cat-22140611824409 {background-image: url("/hc/theming_assets/01J20MSTWY4P2TJWZ6RYT4KFQ4");} html[data-theme="dark"] .cat-22140611824409 {background-image: url("/hc/theming_assets/01J1V7N7Q9QAB6SX82EP33DTD9");}
.cat-22140766783385 {background-image: url("/hc/theming_assets/01J20MSQN3XRRH5NH2YDRHC68Y");} html[data-theme="dark"] .cat-22140766783385 {background-image: url("/hc/theming_assets/01J1V7N1W6P4R4AYPCBF7SDJMY");}

.cat-900000071746 {background-image: url("/hc/theming_assets/01J20MSSFEPRDX6A42BZ6J13S8");} html[data-theme="dark"] .cat-900000071746 {background-image: url("/hc/theming_assets/01J1V7MZHSW557NB0HQYGYBETP");}
.cat-900000064223 {background-image: url("/hc/theming_assets/01JQ3JWH6ZWP27TQ6DGY5TR0PM");} html[data-theme="dark"] .cat-900000064223 {background-image: url("/hc/theming_assets/01JQ3JWJ7RRE1E8FP43ZR10MDN");}

.cat-38028871648665 {background-image: url("/hc/theming_assets/01J20MSSFEPRDX6A42BZ6J13S8");} html[data-theme="dark"] .cat-38028871648665 {background-image: url("/hc/theming_assets/01J1V7MZHSW557NB0HQYGYBETP");}
.cat-38029078736153 {background-image: url("/hc/theming_assets/01JQ3JWH6ZWP27TQ6DGY5TR0PM");} html[data-theme="dark"] .cat-38029078736153 {background-image: url("/hc/theming_assets/01JQ3JWJ7RRE1E8FP43ZR10MDN");}

.cat-38029080065689 {background-image: url("/hc/theming_assets/01JR9TJM4R04D8FC7ZFYMV7PWG");} html[data-theme="dark"] .cat-38029080065689 {background-image: url("/hc/theming_assets/01J1V7N3H7TV23250F1T8R7JKN");}
.cat-38029117496473 {background-image: url("/hc/theming_assets/01JR9TRYX502SGFWB2GMFHNGED");} html[data-theme="dark"] .cat-38029117496473 {background-image: url("/hc/theming_assets/01J1V7NANNPWX9XDGN734KTNA5");}

.cat-38029150603417 {background-image: url("/hc/theming_assets/01J20MSTF620X4FP14AVQZCJKX");} html[data-theme="dark"] .cat-38029150603417 {background-image: url("/hc/theming_assets/01J1V7N386PJ7TYDG01B4CZV5M");}


.cat-115000621348 {background-image: url("/hc/theming_assets/01J20MSSFEPRDX6A42BZ6J13S8");} html[data-theme="dark"] .cat-115000621348 {background-image: url("/hc/theming_assets/01J1V7MZHSW557NB0HQYGYBETP");}
.cat-18921650071705 {background-image: url("/hc/theming_assets/01J20MSS9AB869MBA6SFS90S73");} html[data-theme="dark"] .cat-18921650071705 {background-image: url("/hc/theming_assets/01J1V7N46EM1M69S56NCVF5DT9");}
.cat-18922596677913 {background-image: url("/hc/theming_assets/01J20MSRWCC63RQMWT3GKY362E");} html[data-theme="dark"] .cat-18922596677913 {background-image: url("/hc/theming_assets/01J1V7N1ENF6CYV9MGQVGHSME9");} 
.cat-18922902437273 { background-image: url("/hc/theming_assets/01JQ3953BF61J8SP6NA3M5KC1A");} html[data-theme="dark"] .cat-18922902437273 {background-image: url("/hc/theming_assets/01J1V7NBVDZTDJERZA5NR9SYJ5");} 
.cat-31073000435225 {background-image: url("$assets-ico-aps-png");} html[data-theme="dark"] .cat-31073000435225 {background-image: url("$assets-ico-aps-dark-png");}
.cat-18842762684313 {background-image: url("$assets-ico-tg-png");} html[data-theme="dark"] .cat-18842762684313 {background-image: url("$assets-ico-tg-dark-png");}
.cat-18844386273689 {background-image: url("$assets-ico-aips-png");} html[data-theme="dark"] .cat-18844386273689 {background-image: url("$assets-ico-aips-dark-png");}
.cat-18844418932121 {background-image: url("$assets-ico-dpx-png");} html[data-theme="dark"] .cat-18844418932121 {background-image: url("$assets-ico-dpx-dark-png");}
.cat-18918314352793 {background-image: url("/hc/theming_assets/01J20MSTWY4P2TJWZ6RYT4KFQ4");} html[data-theme="dark"] .cat-18918314352793 {background-image: url("/hc/theming_assets/01J1V7N7Q9QAB6SX82EP33DTD9");}
.cat-18923798699289 {background-image: url("$assets-ico-mds-png");} html[data-theme="dark"] .cat-18923798699289 {background-image: url("$assets-ico-mds-dark-png");}
.cat-18924358368153 {background-image: url("$assets-ico-eps-png");} html[data-theme="dark"] .cat-18924358368153 {background-image: url("$assets-ico-eps-dark-png");}
.cat-18926612503065 {background-image: url("$assets-ico-ems-png");} html[data-theme="dark"] .cat-18926612503065 {background-image: url("$assets-ico-ems-dark-png");}
.cat-18927115186713 {background-image: url("/hc/theming_assets/01J20MSSKBDBBH74QS5WZ6N89K");} html[data-theme="dark"] .cat-18927115186713 {background-image: url("/hc/theming_assets/01J20MSRBCYXWM3TF9TM1NCRJE");}
.cat-18928285116185 {background-image: url("$assets-ico-astx-png");} html[data-theme="dark"] .cat-18928285116185 {background-image: url("$assets-ico-astx-dark-png");}
.cat-25140668266521 {background-image: url("/hc/theming_assets/01J20MSTQQXYBXX2RWM6EEGGS5");} html[data-theme="dark"] .cat-25140668266521 {background-image: url("/hc/theming_assets/01J20MSWF0WB1YKM9DHD0AGFRX");}
.cat-25141055281305 {background-image: url("$assets-ico-engine-png");} html[data-theme="dark"] .cat-25141055281305 {background-image: url("$assets-ico-engine-dark-png");}
.cat-18927294266521 {background-image: url("$assets-ico-engine-png");} html[data-theme="dark"] .cat-18927294266521 {background-image: url("$assets-ico-engine-dark-png");}
.cat-20748469635353 {background-image: url("$assets-ico-soar-png");} html[data-theme="dark"] .cat-20748469635353 {background-image: url("$assets-ico-soar-dark-png");}
.cat-115000618227 {background-image: url("/hc/theming_assets/01JQ3JWH6ZWP27TQ6DGY5TR0PM");} html[data-theme="dark"] .cat-115000618227 {background-image: url("/hc/theming_assets/01JQ3JWJ7RRE1E8FP43ZR10MDN");}
.cat-26850394847385 {background-image: url("$assets-ico-elearn-svg");} html[data-theme="dark"] .cat-26850394847385 {background-image: url("$assets-ico-elearn-dark-svg");}
 /** L: 103A79 D: 9AB7FC */
/***** maclaude *****/

 /** ************************************************************************************** */
.article-list-item {
    overflow: hidden;
}

.article-contents {
  display: flex;
  align-items: center;
  width: 100%;
}

.category-article-title {
    display: flex;
    align-items: center;
    flex: 1 1 auto; /* ✅ article-contents 내에서 공간을 차지하되 줄어들 수 있음 */
    min-width: 0; /* ✅ ellipsis 작동 보장 */
    gap: 5px; /* ✅ new-icon 및 updated-icon과 간격 조정 */
}

@media (max-width: 767px) {
  .article-date {
    display: none;
  }
}

.article-date {
  margin-left: auto;      /* 항상 우측 정렬되도록 설정 */
  flex-shrink: 0;         /* 너비 줄어들지 않도록 */
  width: 100px;
  white-space: nowrap;
  text-align: center;
  color: var(--channelText);
  position: relative;
  overflow: visible;
  font-size: 13px;
  margin-top: 6px;
  display: inline-block;
  padding: 4px 10px;
  background: var(--section_grey);
  border-radius: 6px;
  font-weight: 500;
}

/* 날짜 아이콘 - 왼쪽 위 모서리에 배치 */
.article-date .date-icon {
  position: absolute;
  top: -6px;
  left: -8px;
  font-size: 9px;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 4px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.5px;
}

.article-date .new-badge {
  background-color: #FF7300;
}

.article-date .upd-badge {
  background-color: #007BFF;
}

/* 날짜 테두리 - new 상태 */
.article-date.is-new {
  border: 1px solid #FF7300;
}

/* 날짜 테두리 - updated 상태 */
.article-date.is-updated {
  border: 1px solid #007BFF;
}

html[lang="ja"] .article-date {
      width: 108px;
}

html[lang="en-US"] .article-date {
      width: 108px;
}

.article-attachments {
  margin-top: 20px;
}



/*-------------------------
 Inline login tip
--------------------------*/


.login-tip{
 display:none;
 /*position: absolute;*/
 top: 18px;
 right: 18px;
 text-align: center;
 background-color: #BCDBEA;
 border-radius: 50%;
 width: 0px;
 height: 0px;
 font-size: 0px;
 line-height: 0px;
 cursor: default;
  float:left;
}

/* 보여지는 그림, help(?) 그림 */
.login-tip:before{
 content:'?';
 font-weight: bold;
 color:#fff;
}

/* 도움말의 animation */
.login-tip:hover p{

  /* 애니메이션 
 -webkit-animation: fadeIn 0.3s ease-in-out;
 animation: fadeIn 0.3s ease-in-out; 
 -webkit-animation: fadeOut 0.3s ease-in-out;
 animation: fadeOut 0.3s ease-in-out;*/
}


/* 도음말 기본 모양 */
.login-tip p {
 top: 26px;
 right: 167px;
 position: relative;
 /*   position: releative;*/
 text-align: left;
 background-color: #1E2021;
 padding: 20px;
 width: 300px;
 border-radius: 3px;  /* 둥근 모서리 */
 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
 color: #FFF;
 font-size: 13px;
 line-height: 1.4;
/*  margin: 0 10vw;*/
}

html[lang="en-us"] .login-tip p{
	right: 123px;
}

html[lang="ja"] .login-tip p{
 right: 89px;
}

   

@media (max-width: 767px) {
.login-tip p{
 top: 46px;
 right: 22px;
 position: absolute;
 text-align: left;
 background-color: #1E2021;
 padding: 10px;
 width: 300px;
 border-radius: 3px;  /* 둥근 모서리 */
 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
 color: #FFF;
 font-size: 13px;
 line-height: 1.4;
 /*  margin: 0 10vw;*/
}
}


/* 도움말 풍선의 세모 모양 */
.login-tip p:before{
 position: absolute;
 content: '';
 width:0;
 height: 0;
 border:6px solid transparent;
 border-bottom-color:#1E2021;
 right:10px;
 top:-12px;
}

/* 도움말 풍선이 가려지는 것을 방지?
 ?표시 있는 곳 까지  <p> 영역을 확장하게 된다. 
 */
.login-tip p:after{
 display:none;
 width:100%;
 height:40px;
 content:'';
 position: absolute;
 left:0;
}

/* 도움말 닫기 */
.login-tip .icon-close{
  border: 0;
  background: transparent;
  color: #fff;
  position: absolute;
  cursor: pointer;
  right: 7px;
  top: 12px;
}

/* for animation */
@-webkit-keyframes fadeIn {
 0% { 
  opacity:0; 
  transform: scale(0.6);
 }

 100% {
  opacity:100%;
  transform: scale(1);
 }
}

@keyframes fadeIn {
 0% { opacity:0; }
 100% { opacity:100%; }
}

#inpDisable {
  display : none;
}

html[data-theme=dark] .login-tip p {
  background: #eee;
  color: #111;
}
html[data-theme=dark] .login-tip p::before {
  border-bottom-color: #eee;
}
html[data-theme=dark] .login-tip .icon-close {
  color: #111;
}


/* New/Updated 배지 스타일 - 아티클 타이틀에서는 숨김 */
.new-icon, .updated-icon {
  display: none !important;
}

#main_gray_area {
  margin-bottom: 0px;
}

/***** 구독 메뉴 스타일 강제 제어 *****/
.vb0q01gYhxX6xjoZDd0O4Qb7TxhiDaKD {
    background: var(--menu_bg) !important;
}

.OZgYUTQTaNinWRRb5SyjeQ8WEtA09RuF {
    color: var(--menu_font_2) !important;
}

.OZgYUTQTaNinWRRb5SyjeQ8WEtA09RuF:hover {
    background: var(--menu_active_bg) !important;
}




/***** 불필요 스타일 ********************************************************************************************************************************************************************************************** *****/

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-toggle::after,
.collapsible-sidebar-toggle::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}
/*
.icon-menu::before {
  content: "\2630";
} */

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* icon-custom */
/* 📱 기본 - 모바일 */
.icon-custom {
/*   display: none;
  vertical-align: middle;
  font: 0/0 a;
  margin-right: 0; */
  display: inline-block;
  vertical-align: middle;
  font: 0/0 a;
  margin-right: 10px;
}

/* 🖥 태블릿 이상 (768px~) */
@media (min-width: 768px) {
  .icon-custom {
    margin-right: 10px;
  }
}

.icon-custom:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.icon-category:before {
  width: 48px;
  height: 48px;
  background-size: cover;
}





/* 메인 하단 회식 영역 아이콘 Start */
.icon-main-vrius:before {
  background-image: url(/hc/theming_assets/01J20MSSC08WCC4KYR6XXS5C1R);
  background-size: 56px 56px;
}
.icon-main-remote:before {
  background-image: url(/hc/theming_assets/01J20MSVAZ3Y0YNJKQ1D1PRFYG);
  background-size: 56px 56px;
}
.icon-main-mailquestion:before {
  background-image: url($assets-main-mailquestion-png);
  background-size: 56px 56px;
}
@media (max-width: 768px) {
  .icon-main-vrius:before {
    background-size: 38px 38px;
  }
  .icon-main-remote:before {
    background-size: 38px 38px;
  }
  .icon-main-mailquestion:before {
    background-size: 38px 38px;
  }
}

/* 메인 하단 */

/* 📌 전체 섹션 */
.additional-help-section {
  margin: 10px;
}

@media (min-width: 768px) {
  .additional-help-section {
  padding: 0px;
  margin: 30px auto;
}
}

.additional-help-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .additional-help-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
  }
}

.additional-help-section p {
/*   font-size: 18px; */
  margin-bottom: 30px;
}





/* 📌 카드 컨테이너: 기본 세로 정렬 */
.help-card-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 📌 카드 스타일 - 글라스모피즘 */
a.help-card {
  display: block;
  border: 1px solid var(--section_border);
  border-radius: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.4); /* 밝은 반투명 배경 */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  
}

/* 📌 라이트 모드 hover */
a.help-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* 기존보다 밝은 느낌 */
}

/* 📌 다크 모드 hover */
html[data-theme="dark"] a.help-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); /* 더 어둡고 진한 그림자 */
  background-color: rgba(60, 60, 60, 0.85);
  border-color: rgba(160, 160, 160, 0.4);
}

/* 다크 모드용 */
html[data-theme="dark"] a.help-card {
  background: rgba(40, 40, 40, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

/* 📌 아이콘 + 제목을 한 줄 정렬 */
.help-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* 📌 아이콘 스타일 */
.help-icon {
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

/* 📌 제목 텍스트 */
.help-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 📌 설명 텍스트 */
.help-card p {
  color: var(--menu_font_3);
  margin: 8px 0 0 44px; /* 아이콘 공간만큼 들여쓰기 */
}

/* 🖥️ 데스크탑 이상: 카드 가로 정렬 4열 + 내부 요소 세로 정렬 */
@media screen and (min-width: 768px) {
  .help-card-container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .help-card {
    flex: 1 1 calc(25% - 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .help-card-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .help-card p {
    margin-left: 0;
  }
}





/* 🔹 플랫폼별 아이콘 (이미지 경로는 변경 가능) */
.malware-icon {
  background-image: url(/hc/theming_assets/01J20MSSC08WCC4KYR6XXS5C1R);
}

.remote-icon {
  background-image: url(/hc/theming_assets/01J20MSVAZ3Y0YNJKQ1D1PRFYG);
}

.request-icon {
  background-image: url(/hc/theming_assets/01J20MSTF620X4FP14AVQZCJKX);
}
.homepage-icon {
  background-image: url(/hc/theming_assets/01J20MSTG5WWNNW9D5GE6Y1M2R);
}

html[data-theme=dark]  .malware-icon {
  background-image: url(/hc/theming_assets/01J1V7N81Q47TVN8DMMH83T0AW);
}

html[data-theme=dark]  .remote-icon {
  background-image: url(/hc/theming_assets/01J1V7N11F7NZWWBC91ZAVHY7X);
}

html[data-theme=dark]  .request-icon {
  background-image: url(/hc/theming_assets/01J1V7N386PJ7TYDG01B4CZV5M);
}
html[data-theme=dark]  .homepage-icon {
  background-image: url(/hc/theming_assets/01J1V7N9ENGDBXVHZMJMGEN226);
}



.custom-section {
margin: 30px 10px 10px 10px;
/*   font-family: 'Courier New', Courier, monospace; */
}

@media (min-width: 768px) {
	.custom-section {
 	margin: 30px 0;	
  }
}

/* 탭 버튼 영역 */
.tab-buttons {
  display: flex;
  gap: 6px;
  margin-bottom: 0;
  padding-left: 10px;
}

/* 개별 탭 버튼 */
.tab-button {
  background: var(--button_bg_active_color);
  color: var(--button_font_active_color);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: none;
  padding: 12px 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  transition: all 0.2s ease;
  transform: translateY(6px);
  position: relative;
  z-index: 91;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1), 
            -4px 0 10px rgba(0, 0, 0, 0.1), 
             4px 0 10px rgba(0, 0, 0, 0.1);
}

/* 활성화된 탭 */
.tab-button.active {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-color: transparent;
  transform: translateY(0);
  color: var(--menu_font_1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: none;
  z-index: 93;
}

/* 다크 모드에서 활성화 탭 */
html[data-theme="dark"] .tab-button.active {
  background: rgba(40, 40, 40, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom-color: transparent;
}

/* 📱 태블릿 이상: 가로 플렉스 구성 (768px 이상) */


/* 🌤️ 라이트 모드 - 탭 내용 영역 */
.tab-content {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 15px 0px;
  position: relative;
  top: -1px;
  z-index: 92;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* 🌙 다크 모드 - 탭 내용 영역 */
html[data-theme="dark"] .tab-content {
  background: rgba(40, 40, 40, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

/* 📱 태블릿 이상: 가로 플렉스 구성 (768px 이상) */
@media (min-width: 768px) {
  .tab-content {
    padding: 18px;
  }
}


/* 숨겨진 콘텐츠 */
.tab-content.hidden {
  display: none;
}

/* 카테고리 리스트 스타일 */
.category-list {
  display: flex;
  flex-direction: column; /* 기본: 세로 */
  gap: 12px;
  padding-left: 0;
  margin: 0;
}

/* 각 항목 기본 설정 */
.category-list li {
  list-style: none;
}

/* 링크 스타일 - 모바일에서도 카드처럼 */
.category-list li a {
  display: block;
  padding: 16px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.2s ease;
  height: 100%;
}

.category-list li a:hover {
  background-color: #eaeaea;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* 📱 태블릿 이상: 가로 플렉스 구성 (768px 이상) */
@media (min-width: 768px) {
  .category-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .category-list li {
    flex: 0 0 calc(50% - 12px); /* 한 줄에 2개 */
    box-sizing: border-box;
  }
}

/* 💻 데스크탑 이상: 3단 구성 (1024px 이상) */
@media (min-width: 1280px) {
  .category-list li {
    flex: 0 0 calc(33.333% - 12px); /* 한 줄에 3개 */
  }
}

.description-box {
  display: none;
  min-height: 40px;
  margin-top: 12px;
  color: var(--menu_font_3);
  text-align: center;
  border: 1px solid transparent;
  background-color: transparent;
  box-sizing: border-box;
}

/* 데스크톱 이상 */
@media (min-width: 768px) {
  .description-box {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }

.description-box.active {
  border-color: var(--section_border);
background: rgba(210, 210, 210, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

  html[data-theme="dark"] .description-box.active {
    background: rgba(30, 30, 30, 0.3);
    border-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}





/* 메인 하단 회식 영역 아이콘 End */
/* 메인 하단 공지사항 Start */
.icon-customer:before {
  width: 56px;
  height: 56px;
  background-image: url($assets-ico-cat-noti-png);
  background-size: 56px 56px;
}
/* 메인 하단 공지사항 End */


.icon-language:before {
  width: 16px;
  height: 16px;
  background-image: url(/hc/theming_assets/01J1V7NC4N3A233WBQPRKM78E9);
  background-size: cover;
}
.icon-star:before {
  width: 16px;
  height: 16px;
  background-image: url(/hc/theming_assets/01J1V7N7TWEGZH9EJR5Q5AE3TB);
}
.icon-arrow-blue-right {
  width: 6px;
  height: 10px;
  background-image: url(/hc/theming_assets/01J1V7N2R20ADAH492FG20M52G);
}
@media (max-width: 768px) {

  .icon-mz:before {
    background-image: url($assets-ico-mz-mo-png);
  }
  .icon-hk:before {
    background-image: url($assets-ico-hk-mo-png);
  }
  .icon-cloudplex-media:before {
    background-image: url($assets-ico-media-mo-png);
  }
  .icon-cloudplex-delivery:before {
    background-image: url($assets-ico-deilvery-mo-png);
  }
  .icon-update:before {
    background-image: url($assets-ico-update-mo-png);
  }
  .icon-notice:before {
    background-image: url($assets-ico-notice-mo-png);
  }
  .icon-development:before {
    background-image: url($assets-ico-dev-mo-png);
  }
  .icon-customer:before {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
  .icon-language:before {
    background-image: url(/hc/theming_assets/01J1V7N3XP347CPQXCZ7FW50CA);
  }  
}

html[data-theme="dark"] zd-summary-block {
	background: #2c2c2e;
}

/* CKEditor 5 Dark Mode Support */
html[data-theme="dark"] .ck.ck-editor {
  --ck-color-base-background: #222;
  --ck-color-base-foreground: #333;
  --ck-color-base-border: #474747;
  --ck-color-base-text: #e4e4e4;
  --ck-color-toolbar-background: #2c2c2e;
  --ck-color-toolbar-border: #474747;
  --ck-color-button-default-background: transparent;
  --ck-color-button-default-hover-background: #3d3d3d;
  --ck-color-button-default-active-background: #4a4a4a;
  --ck-color-button-on-background: #4a4a4a;
  --ck-color-button-on-hover-background: #565656;
  --ck-color-split-button-hover-background: #3d3d3d;
  --ck-color-dropdown-panel-background: #2c2c2e;
  --ck-color-dropdown-panel-border: #474747;
  --ck-color-input-background: #1a1a1a;
  --ck-color-input-border: #474747;
  --ck-color-input-text: #e4e4e4;
  --ck-color-list-background: #2c2c2e;
  --ck-color-list-button-hover-background: #3d3d3d;
  --ck-color-list-button-on-background: #4a4a4a;
  --ck-color-panel-background: #2c2c2e;
  --ck-color-panel-border: #474747;
  --ck-color-text: #e4e4e4;
  --ck-color-shadow-drop: rgba(0, 0, 0, 0.3);
  --ck-color-shadow-inner: rgba(0, 0, 0, 0.3);
  --ck-color-focus-border: #6157d9;
  --ck-color-link-default: #7F85F5;
}

/* 에디터 메인 컨테이너 */
html[data-theme="dark"] .ck.ck-editor__main > .ck-editor__editable {
  background-color: #222 !important;
  color: #e4e4e4 !important;
  border-color: #474747 !important;
}

/* 툴바 */
html[data-theme="dark"] .ck.ck-toolbar {
  background-color: #2c2c2e !important;
  border-color: #474747 !important;
}

/* 툴바 버튼 */
html[data-theme="dark"] .ck.ck-button {
  color: #e4e4e4 !important;
}

html[data-theme="dark"] .ck.ck-button:not(.ck-disabled):hover {
  background-color: #3d3d3d !important;
}

html[data-theme="dark"] .ck.ck-button:not(.ck-disabled):active,
html[data-theme="dark"] .ck.ck-button.ck-on {
  background-color: #4a4a4a !important;
  color: #fff !important;
}

/* 드롭다운 */
html[data-theme="dark"] .ck.ck-dropdown__panel {
  background-color: #2c2c2e !important;
  border-color: #474747 !important;
}

html[data-theme="dark"] .ck.ck-dropdown .ck-button.ck-dropdown__button {
  background-color: transparent !important;
  color: #e4e4e4 !important;
}

html[data-theme="dark"] .ck.ck-dropdown .ck-button.ck-dropdown__button:hover {
  background-color: #3d3d3d !important;
}

/* 리스트 아이템 */
html[data-theme="dark"] .ck.ck-list__item {
  color: #e4e4e4 !important;
}

html[data-theme="dark"] .ck.ck-list__item .ck-button:hover {
  background-color: #3d3d3d !important;
}

html[data-theme="dark"] .ck.ck-list__item .ck-button.ck-on {
  background-color: #4a4a4a !important;
  color: #fff !important;
}

/* 에디터 콘텐츠 영역 */
html[data-theme="dark"] .ck.ck-content {
  background-color: #222 !important;
  color: #e4e4e4 !important;
}

html[data-theme="dark"] .ck.ck-editor__editable {
  background-color: #222 !important;
  color: #e4e4e4 !important;
}

/* 에디터 내부 텍스트 요소 */
html[data-theme="dark"] .ck.ck-content p,
html[data-theme="dark"] .ck.ck-content h1,
html[data-theme="dark"] .ck.ck-content h2,
html[data-theme="dark"] .ck.ck-content h3,
html[data-theme="dark"] .ck.ck-content h4,
html[data-theme="dark"] .ck.ck-content h5,
html[data-theme="dark"] .ck.ck-content h6,
html[data-theme="dark"] .ck.ck-content li,
html[data-theme="dark"] .ck.ck-content span,
html[data-theme="dark"] .ck.ck-content div {
  color: #e4e4e4 !important;
}

/* 에디터 포커스 상태 */
html[data-theme="dark"] .ck.ck-editor__editable.ck-focused {
  border-color: #6157d9 !important;
  box-shadow: 0 0 0 2px rgba(97, 87, 217, 0.3) !important;
}

/* 에디터 내부 링크 */
html[data-theme="dark"] .ck-content a {
  color: #7F85F5 !important;
}

html[data-theme="dark"] .ck-content a:hover {
  color: #9ea3f7 !important;
}

/* 에디터 내부 코드 블록 */
html[data-theme="dark"] .ck-content code {
  background-color: #1a1a1a !important;
  color: #e4e4e4 !important;
  border-color: #474747 !important;
}

html[data-theme="dark"] .ck-content pre {
  background-color: #1a1a1a !important;
  color: #e4e4e4 !important;
  border-color: #474747 !important;
}

/* 인용문 */
html[data-theme="dark"] .ck-content blockquote {
  border-left-color: #6157d9 !important;
  background-color: rgba(97, 87, 217, 0.05) !important;
  color: #d0d0d0 !important;
}

/* 테이블 */
html[data-theme="dark"] .ck-content table {
  border-color: #474747 !important;
}

html[data-theme="dark"] .ck-content table td,
html[data-theme="dark"] .ck-content table th {
  border-color: #474747 !important;
  background-color: #2c2c2e !important;
}

/* 구분선 */
html[data-theme="dark"] .ck.ck-toolbar__separator {
  background-color: #474747 !important;
}

/* 툴팁 */
html[data-theme="dark"] .ck.ck-tooltip {
  background-color: #1a1a1a !important;
  color: #e4e4e4 !important;
  border-color: #474747 !important;
}

/* 아이콘 색상 조정 */
html[data-theme="dark"] .ck.ck-icon {
  color: #e4e4e4 !important;
}

html[data-theme="dark"] .ck.ck-icon.ck-icon_inherit-color {
  color: #e4e4e4 !important;
}

html[data-theme="dark"] .ck.ck-icon path:not([fill="none"]),
html[data-theme="dark"] .ck.ck-icon polygon:not([fill="none"]),
html[data-theme="dark"] .ck.ck-icon circle:not([fill="none"]),
html[data-theme="dark"] .ck.ck-icon rect:not([fill="none"]) {
  fill: currentColor !important;
}

html[data-theme="dark"] .ck.ck-icon path[fill="none"],
html[data-theme="dark"] .ck.ck-icon rect[fill="none"],
html[data-theme="dark"] .ck.ck-icon g[fill="none"] * {
  fill: none !important;
  stroke: currentColor !important;
}

/* 비활성화된 버튼 */
html[data-theme="dark"] .ck.ck-button.ck-disabled {
  opacity: 0.4;
}

/* 플레이스홀더 텍스트 */
html[data-theme="dark"] .ck.ck-placeholder::before {
  color: #808080 !important;
}

/* 스티키 패널 */
html[data-theme="dark"] .ck.ck-sticky-panel__content {
  background-color: #2c2c2e !important;
  border-color: #474747 !important;
}

/* 입력 필드 */
html[data-theme="dark"] .ck.ck-input {
  background-color: #1a1a1a !important;
  color: #e4e4e4 !important;
  border-color: #474747 !important;
}

html[data-theme="dark"] .ck.ck-input:focus {
  border-color: #6157d9 !important;
  box-shadow: 0 0 0 2px rgba(97, 87, 217, 0.3) !important;
}

.hero_gradient {
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #65ecf1, #a370fc);
}