@charset "UTF-8";
:root {
  --body-width: 100vw;
  --layout-width: 1420px;
  --layout-padding: 50px;
  --layout-margin: max(
    var(--layout-padding),
    calc(((var(--body-width)) - var(--layout-width)) / 2)
  );
}
@media (max-width: 1279px) {
  :root {
    --layout-padding: 30px;
  }
}
@media (max-width: 1023px) {
  :root {
    --layout-padding: 16px;
  }
}
@media (max-width: 359px) {
  :root {
    --layout-padding: 10px;
  }
}
:root {
  --font-gothic: "gothic", sans-serif;
  --font-sbaggro: "SBAggro", "gothic", sans-serif;
  --font-base: var(--font-gothic);
}

:root {
  --color-light-gray-100: #000000FF;
  --color-light-gray-95: #131416FF;
  --color-light-gray-90: #1E2124FF;
  --color-light-gray-80: #33363DFF;
  --color-light-gray-70: #464C53FF;
  --color-light-gray-60: #58616AFF;
  --color-light-gray-50: #6D7882FF;
  --color-light-gray-40: #8A949EFF;
  --color-light-gray-30: #B1B8BEFF;
  --color-light-gray-20: #CDD1D5FF;
  --color-light-gray-10: #E6E8EAFF;
  --color-light-gray-5: #F4F5F6FF;
  --color-light-gray-0: #FFFFFFFF;
  --color-light-primary-95: #031315FF;
  --color-light-primary-90: #06272BFF;
  --color-light-secondary-95: #0C1314FF;
  --color-light-secondary-90: #182628FF;
  --color-light-secondary-80: #23383BFF;
  --color-light-secondary-70: #2F4B4FFF;
  --color-light-secondary-60: #3E6469FF;
  --color-light-secondary-50: #4E7D83FF;
  --color-light-point-95: #21080AFF;
  --color-light-secondary-40: #71979CFF;
  --color-light-secondary-30: #95B1B5FF;
  --color-light-secondary-20: #B8CBCDFF;
  --color-light-secondary-10: #DCE5E6FF;
  --color-light-secondary-5: #EDF2F2FF;
  --color-light-point-90: #310C0FFF;
  --color-light-point-80: #521419FF;
  --color-light-point-70: #7A1F26FF;
  --color-light-point-60: #AB2B36FF;
  --color-light-point-50: #D63D4AFF;
  --color-light-point-40: #D65C66FF;
  --color-light-point-30: #E0858CFF;
  --color-light-point-20: #EBADB2FF;
  --color-light-point-10: #F5D6D9FF;
  --color-light-point-5: #FBEFF0FF;
  --color-light-primary-80: #093B40FF;
  --color-light-primary-70: #0D4E56FF;
  --color-light-primary-60: #116872FF;
  --color-light-primary-50: #15828FFF;
  --color-light-primary-40: #449BA5FF;
  --color-light-primary-30: #73B4BCFF;
  --color-light-primary-20: #A1CDD2FF;
  --color-light-primary-10: #D0E6E9FF;
  --color-light-primary-5: #E7F2F4FF;
  --color-light-danger-95: #260903FF;
  --color-light-danger-90: #390D05FF;
  --color-light-danger-80: #5C180AFF;
  --color-light-danger-70: #8A240FFF;
  --color-light-danger-60: #BD2C0FFF;
  --color-light-danger-50: #DE3412FF;
  --color-light-danger-40: #F05F42FF;
  --color-light-danger-30: #F48771FF;
  --color-light-danger-20: #F7AFA1FF;
  --color-light-danger-10: #FCDFD9FF;
  --color-light-danger-5: #FDEFECFF;
  --color-light-warning-95: #241800FF;
  --color-light-warning-90: #2E1F00FF;
  --color-light-warning-80: #422C00FF;
  --color-light-warning-70: #614100FF;
  --color-light-warning-60: #8A5C00FF;
  --color-light-warning-50: #9E6A00FF;
  --color-light-warning-40: #C78500FF;
  --color-light-warning-30: #FFB114FF;
  --color-light-warning-20: #FFC95CFF;
  --color-light-warning-10: #FFE0A3FF;
  --color-light-warning-5: #FFF3DBFF;
  --color-light-success-95: #0E2012FF;
  --color-light-success-90: #122B18FF;
  --color-light-information-95: #021A2CFF;
  --color-light-alpha-black100: #000000FF;
  --color-light-graphic-90: #223A58FF;
  --color-light-graphic-70: #39506CFF;
  --color-light-graphic-50: #61758FFF;
  --color-light-graphic-30: #98ACC5FF;
  --color-light-graphic-10: #E5ECF9FF;
  --color-light-alpha-black75: #000000BF;
  --color-light-alpha-black50: #00000080;
  --color-light-alpha-black25: #00000040;
  --color-light-alpha-black10: #0000001A;
  --color-light-alpha-black0: #00000000;
  --color-light-alpha-white100: #FFFFFFFF;
  --color-light-alpha-white75: #FFFFFFBF;
  --color-light-alpha-white50: #FFFFFF80;
  --color-light-alpha-white25: #FFFFFF40;
  --color-light-alpha-white10: #FFFFFF1A;
  --color-light-alpha-white0: #FFFFFF00;
  --color-light-information-90: #03253FFF;
  --color-light-information-80: #053961FF;
  --color-light-information-70: #085691FF;
  --color-light-information-60: #096AB3FF;
  --color-light-information-50: #0B78CBFF;
  --color-light-information-40: #2098F3FF;
  --color-light-information-30: #5FB5F7FF;
  --color-light-information-20: #9ED2FAFF;
  --color-light-information-10: #D3EBFDFF;
  --color-light-information-5: #E7F4FEFF;
  --color-light-success-80: #1F4727FF;
  --color-light-success-70: #285D33FF;
  --color-light-success-60: #267337FF;
  --color-light-success-50: #228738FF;
  --color-light-success-40: #3FA654FF;
  --color-light-success-30: #7EC88EFF;
  --color-light-success-20: #A9DAB4FF;
  --color-light-success-10: #D8EEDDFF;
  --color-light-success-5: #EAF6ECFF;
  --color-high-contrast-gray-100: #000000FF;
  --color-high-contrast-gray-95: #131416FF;
  --color-high-contrast-gray-90: #1E2124FF;
  --color-high-contrast-gray-80: #33363DFF;
  --color-high-contrast-gray-70: #464C53FF;
  --color-high-contrast-gray-60: #58616AFF;
  --color-high-contrast-gray-50: #6D7882FF;
  --color-high-contrast-gray-40: #8A949EFF;
  --color-high-contrast-gray-30: #B1B8BEFF;
  --color-high-contrast-gray-20: #CDD1D5FF;
  --color-high-contrast-gray-10: #E6E8EAFF;
  --color-high-contrast-gray-5: #F4F5F6FF;
  --color-high-contrast-gray-0: #FFFFFFFF;
  --color-high-contrast-primary-95: #031315FF;
  --color-high-contrast-primary-90: #06272BFF;
  --color-high-contrast-primary-80: #093B40FF;
  --color-high-contrast-primary-70: #0D4E56FF;
  --color-high-contrast-primary-60: #116872FF;
  --color-high-contrast-primary-50: #15828FFF;
  --color-high-contrast-primary-40: #449BA5FF;
  --color-high-contrast-primary-30: #73B4BCFF;
  --color-high-contrast-primary-20: #A1CDD2FF;
  --color-high-contrast-primary-10: #D0E6E9FF;
  --color-high-contrast-primary-5: #E7F2F4FF;
  --color-high-contrast-secondary-95: #091F25FF;
  --color-high-contrast-secondary-90: #0E3139FF;
  --color-high-contrast-secondary-80: #113B45FF;
  --color-high-contrast-secondary-70: #17505EFF;
  --color-high-contrast-secondary-60: #1F687AFF;
  --color-high-contrast-secondary-50: #268097FF;
  --color-high-contrast-point-95: #21080AFF;
  --color-high-contrast-secondary-40: #3D9FB8FF;
  --color-high-contrast-secondary-30: #75C0D1FF;
  --color-high-contrast-secondary-20: #ABD8E3FF;
  --color-high-contrast-secondary-10: #D5EBF1FF;
  --color-high-contrast-secondary-5: #EDF6F8FF;
  --color-high-contrast-point-90: #310C0FFF;
  --color-high-contrast-point-80: #521419FF;
  --color-high-contrast-point-70: #7A1F26FF;
  --color-high-contrast-point-60: #AB2B36FF;
  --color-high-contrast-point-50: #D63D4AFF;
  --color-high-contrast-point-40: #D65C66FF;
  --color-high-contrast-point-30: #E0858CFF;
  --color-high-contrast-point-20: #EBADB2FF;
  --color-high-contrast-point-10: #F5D6D9FF;
  --color-high-contrast-point-5: #FBEFF0FF;
  --color-high-contrast-danger-95: #260903FF;
  --color-high-contrast-danger-90: #390D05FF;
  --color-high-contrast-danger-80: #5C180AFF;
  --color-high-contrast-danger-70: #8A240FFF;
  --color-high-contrast-danger-60: #BD2C0FFF;
  --color-high-contrast-danger-50: #DE3412FF;
  --color-high-contrast-danger-40: #F05F42FF;
  --color-high-contrast-danger-30: #F48771FF;
  --color-high-contrast-danger-20: #F7AFA1FF;
  --color-high-contrast-danger-10: #FCDFD9FF;
  --color-high-contrast-danger-5: #FDEFECFF;
  --color-high-contrast-warning-95: #241800FF;
  --color-high-contrast-warning-90: #2E1F00FF;
  --color-high-contrast-warning-80: #422C00FF;
  --color-high-contrast-warning-70: #614100FF;
  --color-high-contrast-warning-60: #8A5C00FF;
  --color-high-contrast-warning-50: #9E6A00FF;
  --color-high-contrast-warning-40: #C78500FF;
  --color-high-contrast-warning-30: #FFB114FF;
  --color-high-contrast-warning-20: #FFC95CFF;
  --color-high-contrast-warning-10: #FFE0A3FF;
  --color-high-contrast-warning-5: #FFF3DBFF;
  --color-high-contrast-success-95: #0E2012FF;
  --color-high-contrast-success-90: #122B18FF;
  --color-high-contrast-information-95: #021A2CFF;
  --color-high-contrast-alpha-black100: #000000FF;
  --color-high-contrast-graphic-90: #223A58FF;
  --color-high-contrast-graphic-70: #39506CFF;
  --color-high-contrast-graphic-50: #61758FFF;
  --color-high-contrast-graphic-30: #98ACC5FF;
  --color-high-contrast-graphic-10: #E5ECF9FF;
  --color-high-contrast-alpha-black75: #000000BF;
  --color-high-contrast-alpha-black50: #00000080;
  --color-high-contrast-alpha-black25: #00000040;
  --color-high-contrast-alpha-black10: #0000001A;
  --color-high-contrast-alpha-black0: #00000000;
  --color-high-contrast-alpha-white100: #FFFFFFFF;
  --color-high-contrast-alpha-white75: #FFFFFFBF;
  --color-high-contrast-alpha-white50: #FFFFFF80;
  --color-high-contrast-alpha-white25: #FFFFFF40;
  --color-high-contrast-alpha-white10: #FFFFFF1A;
  --color-high-contrast-alpha-white0: #FFFFFF00;
  --color-high-contrast-information-90: #03253FFF;
  --color-high-contrast-information-80: #053961FF;
  --color-high-contrast-information-70: #085691FF;
  --color-high-contrast-information-60: #096AB3FF;
  --color-high-contrast-information-50: #0B78CBFF;
  --color-high-contrast-information-40: #2098F3FF;
  --color-high-contrast-information-30: #5FB5F7FF;
  --color-high-contrast-information-20: #9ED2FAFF;
  --color-high-contrast-information-10: #D3EBFDFF;
  --color-high-contrast-information-5: #E7F4FEFF;
  --color-high-contrast-success-80: #1F4727FF;
  --color-high-contrast-success-70: #285D33FF;
  --color-high-contrast-success-60: #267337FF;
  --color-high-contrast-success-50: #228738FF;
  --color-high-contrast-success-40: #3FA654FF;
  --color-high-contrast-success-30: #7EC88EFF;
  --color-high-contrast-success-20: #A9DAB4FF;
  --color-high-contrast-success-10: #D8EEDDFF;
  --color-high-contrast-success-5: #EAF6ECFF;
  --color-light-primary-ssg-95: #020F27FF;
  --color-light-primary-ssg-90: #03163AFF;
  --color-light-primary-ssg-80: #052561FF;
  --color-light-primary-ssg-70: #083891FF;
  --color-light-primary-ssg-60: #0B50D0FF;
  --color-light-primary-ssg-50: #256EF4FF;
  --color-light-primary-ssg-40: #4C87F6FF;
  --color-light-primary-ssg-30: #86AFF9FF;
  --color-light-primary-ssg-20: #B1CEFBFF;
  --color-light-primary-ssg-10: #D8E5FDFF;
  --color-light-primary-ssg-5: #ECF2FEFF;
  --color-light-secondary-ssg-95: #02162CFF;
  --color-light-secondary-ssg-90: #031F3FFF;
  --color-light-secondary-ssg-80: #052B57FF;
  --color-light-secondary-ssg-70: #063A74FF;
  --color-light-secondary-ssg-60: #1C589CFF;
  --color-light-secondary-ssg-50: #346FB2FF;
  --color-light-secondary-ssg-40: #6B96C7FF;
  --color-light-secondary-ssg-30: #90B0D5FF;
  --color-light-secondary-ssg-20: #BACBDEFF;
  --color-light-secondary-ssg-10: #D6E0EBFF;
  --color-light-secondary-ssg-5: #EEF2F7FF;
  --color-background-white: var(--color-light-gray-0);
  --color-background-gray-subtler: var(--color-light-gray-5);
  --color-background-gray-subtle: var(--color-light-gray-10);
  --color-background-inverse: var(--color-light-gray-90);
  --color-background-dim: var(--color-light-alpha-black75);
  --color-surface-white: var(--color-light-gray-0);
  --color-surface-white-subtle: var(--color-light-gray-0);
  --color-surface-white-subtler: var(--color-light-gray-0);
  --color-surface-white-static: var(--color-light-gray-0);
  --color-surface-inverse: var(--color-light-gray-90);
  --color-surface-inverse-static: var(--color-light-gray-90);
  --color-surface-gray-subtler: var(--color-light-gray-5);
  --color-surface-gray-subtle: var(--color-light-gray-10);
  --color-surface-disabled: var(--color-light-gray-20);
  --color-surface-primary-subtler: var(--color-light-primary-5);
  --color-surface-secondary-subtler: var(--color-light-secondary-5);
  --color-surface-point-subtler: var(--color-light-point-5);
  --color-surface-danger-subtler: var(--color-light-danger-5);
  --color-surface-warning-subtler: var(--color-light-warning-5);
  --color-surface-success-subtler: var(--color-light-success-5);
  --color-surface-information-subtler: var(--color-light-information-5);
  --color-border-transparency: var(--color-light-alpha-black0);
  --color-border-inverse: var(--color-light-gray-0);
  --color-border-disabled: var(--color-light-gray-30);
  --color-border-gray-light: var(--color-light-gray-20);
  --color-border-gray: var(--color-light-gray-30);
  --color-border-gray-dark: var(--color-light-gray-60);
  --color-border-gray-darker: var(--color-light-gray-90);
  --color-border-primary-light: var(--color-light-primary-10);
  --color-border-primary: var(--color-light-primary-50);
  --color-border-secondary-light: var(--color-light-secondary-10);
  --color-border-secondary: var(--color-light-secondary-70);
  --color-border-point-light: var(--color-light-point-10);
  --color-border-point: var(--color-light-point-50);
  --color-border-danger-light: var(--color-light-danger-10);
  --color-border-danger: var(--color-light-danger-50);
  --color-border-warning-light: var(--color-light-warning-10);
  --color-border-warning: var(--color-light-warning-50);
  --color-border-success-light: var(--color-light-success-10);
  --color-border-success: var(--color-light-success-50);
  --color-border-information-light: var(--color-light-information-10);
  --color-border-information: var(--color-light-information-50);
  --color-divider-gray-light: var(--color-light-gray-20);
  --color-divider-gray: var(--color-light-gray-40);
  --color-divider-gray-dark: var(--color-light-gray-50);
  --color-divider-gray-darker: var(--color-light-gray-90);
  --color-divider-inverse: var(--color-light-gray-0);
  --color-divider-primary-light: var(--color-light-primary-10);
  --color-divider-primary: var(--color-light-primary-50);
  --color-divider-secondary-light: var(--color-light-secondary-10);
  --color-divider-secondary: var(--color-light-secondary-70);
  --color-divider-error: var(--color-light-danger-50);
  --color-divider-point: var(--color-light-point-50);
  --color-text-bolder: var(--color-light-gray-95);
  --color-text-basic: var(--color-light-gray-90);
  --color-text-subtle: var(--color-light-gray-70);
  --color-text-disabled: var(--color-light-gray-40);
  --color-text-disabled-on: var(--color-light-gray-50);
  --color-text-bolder-inverse: var(--color-light-gray-0);
  --color-text-basic-inverse: var(--color-light-gray-0);
  --color-text-subtle-inverse: var(--color-light-gray-30);
  --color-text-static: var(--color-light-gray-90);
  --color-text-inverse-static: var(--color-light-gray-0);
  --color-text-primary: var(--color-light-primary-60);
  --color-text-secondary: var(--color-light-secondary-80);
  --color-text-point: var(--color-light-point-60);
  --color-text-danger: var(--color-light-danger-60);
  --color-text-warning: var(--color-light-warning-60);
  --color-text-success: var(--color-light-success-60);
  --color-text-information: var(--color-light-information-60);
  --color-action-white: var(--color-light-gray-0);
  --color-action-primary: var(--color-light-alpha-white0);
  --color-action-primary-hover: var(--color-light-primary-5);
  --color-action-primary-pressed: var(--color-light-primary-10);
  --color-action-primary-selected: var(--color-light-primary-5);
  --color-action-primary-active: var(--color-light-primary-50);
  --color-action-secondary: var(--color-light-alpha-white0);
  --color-action-secondary-hover: var(--color-light-secondary-5);
  --color-action-secondary-pressed: var(--color-light-secondary-10);
  --color-action-secondary-selected: var(--color-light-secondary-5);
  --color-action-secondary-on: var(--color-light-alpha-white0);
  --color-action-secondary-on-hover: var(--color-light-gray-0);
  --color-action-secondary-on-pressed: var(--color-light-secondary-10);
  --color-action-secondary-on-selected: var(--color-light-gray-0);
  --color-action-secondary-active: var(--color-light-secondary-70);
  --color-element-inverse: var(--color-light-gray-0);
  --color-element-inverse-static: var(--color-light-gray-0);
  --color-action-disabled: var(--color-light-gray-20);
  --color-element-gray-lighter: var(--color-light-gray-5);
  --color-element-gray-light: var(--color-light-gray-10);
  --color-element-gray: var(--color-light-gray-50);
  --color-element-gray-dark: var(--color-light-gray-60);
  --color-element-disabled-light: var(--color-light-gray-20);
  --color-element-disabled-dark: var(--color-light-gray-40);
  --color-element-primary: var(--color-light-primary-50);
  --color-element-primary-light: var(--color-light-primary-10);
  --color-element-primary-lighter: var(--color-light-primary-5);
  --color-element-secondary: var(--color-light-secondary-70);
  --color-element-secondary-light: var(--color-light-secondary-10);
  --color-element-secondary-lighter: var(--color-light-secondary-5);
  --color-element-point: var(--color-light-point-50);
  --color-element-point-light: var(--color-light-point-10);
  --color-element-point-lighter: var(--color-light-point-5);
  --color-element-danger: var(--color-light-danger-50);
  --color-element-danger-lighter: var(--color-light-danger-5);
  --color-element-warning: var(--color-light-warning-30);
  --color-element-warning-lighter: var(--color-light-warning-5);
  --color-element-success: var(--color-light-success-50);
  --color-element-success-lighter: var(--color-light-success-5);
  --color-element-information: var(--color-light-information-50);
  --color-element-information-lighter: var(--color-light-information-5);
  --color-element-logo-text: #575756FF;
  --color-icon-gray: var(--color-light-gray-80);
  --color-icon-gray-light: var(--color-light-gray-70);
  --color-icon-gray-fill: var(--color-light-gray-20);
  --color-icon-inverse: var(--color-light-gray-0);
  --color-icon-disabled: var(--color-light-gray-40);
  --color-icon-disabled-on: var(--color-light-gray-50);
  --color-icon-primary: var(--color-light-primary-50);
  --color-icon-secondary: var(--color-light-secondary-80);
  --color-icon-point: var(--color-light-point-50);
  --color-icon-danger: var(--color-light-danger-50);
  --color-icon-warning: var(--color-light-warning-50);
  --color-icon-success: var(--color-light-success-50);
  --color-icon-information: var(--color-light-information-50);
  --color-icon-inverse-static: var(--color-light-gray-0);
  --color-icon-gray-static: var(--color-light-gray-80);
  --color-icon-primary-static: var(--color-light-primary-50);
  --color-icon-secondary-static: var(--color-light-secondary-80);
  --color-icon-point-static: var(--color-light-point-50);
  --color-icon-danger-static: var(--color-light-danger-50);
  --color-icon-warning-static: var(--color-light-warning-50);
  --color-icon-success-static: var(--color-light-success-50);
  --color-icon-information-static: var(--color-light-information-50);
  --color-link-default: var(--color-light-primary-50);
  --color-button-primary-fill: var(--color-light-primary-50);
  --color-button-primary-fill-hover: var(--color-light-primary-60);
  --color-button-primary-fill-pressed: var(--color-light-primary-70);
  --color-button-secondary-fill: var(--color-light-primary-5);
  --color-button-secondary-fill-hover: var(--color-light-primary-10);
  --color-button-secondary-fill-pressed: var(--color-light-primary-20);
  --color-button-secondary-border: var(--color-light-primary-50);
  --color-button-tertiary-fill: var(--color-light-alpha-white0);
  --color-button-tertiary-fill-hover: var(--color-light-gray-5);
  --color-button-tertiary-fill-pressed: var(--color-light-gray-10);
  --color-button-tertiary-border: var(--color-light-gray-60);
  --color-button-text-fill: var(--color-light-alpha-white0);
  --color-button-text-fill-hover: var(--color-light-secondary-5);
  --color-button-text-fill-pressed: var(--color-light-secondary-10);
  --color-button-text-border: var(--color-light-alpha-black0);
  --color-button-disabled-fill: var(--color-light-gray-20);
  --color-button-disabled-border: var(--color-light-gray-30);
  --color-link-hover: var(--color-light-primary-60);
  --color-link-pressed: var(--color-light-primary-70);
  --color-link-visited: #5917B8FF;
  --color-input-surface: var(--color-light-gray-0);
  --color-graphic-blue-subtler: var(--color-light-graphic-10);
  --color-graphic-blue-subtle: var(--color-light-graphic-30);
  --color-graphic-blue: var(--color-light-graphic-50);
  --color-graphic-blue-dark: var(--color-light-graphic-70);
  --color-graphic-blue-darker: var(--color-light-graphic-90);
  --color-graphic-red-subtler: var(--color-light-point-5);
  --color-graphic-red-subtle: var(--color-light-point-10);
  --color-graphic-red: var(--color-high-contrast-point-20);
  --color-graphic-red-dark: var(--color-high-contrast-point-40);
  --color-graphic-red-darker: var(--color-high-contrast-point-70);
  --color-graphic-brand: var(--color-light-primary-50);
  --color-input-border: var(--color-light-gray-60);
  --color-input-border-active: var(--color-light-primary-50);
  --color-input-border-error: var(--color-light-danger-50);
  --color-input-surface-disabled: var(--color-light-gray-20);
  --color-input-border-disabled: var(--color-light-gray-30);
  --color-alpha-base100: var(--color-light-alpha-white100);
  --color-alpha-base75: var(--color-light-alpha-white75);
  --color-alpha-base50: var(--color-light-alpha-white50);
  --color-alpha-base25: var(--color-high-contrast-alpha-white25);
  --color-alpha-base10: var(--color-high-contrast-alpha-white10);
  --color-alpha-base0: var(--color-light-alpha-white0);
  --color-alpha-inverse100: var(--color-light-alpha-black100);
  --color-alpha-inverse75: var(--color-light-alpha-black75);
  --color-alpha-inverse50: var(--color-light-alpha-black50);
  --color-alpha-inverse25: var(--color-light-alpha-black25);
  --color-alpha-inverse10: var(--color-light-alpha-black10);
  --color-alpha-inverse0: var(--color-light-alpha-black0);
  --color-alpha-shadow1: #0000000D;
  --color-alpha-shadow2: #00000014;
  --color-alpha-shadow3: #0000001F;
}

html {
  scrollbar-gutter: stable;
  background: #FCFCFC;
  min-height: 100svh;
  scroll-behavior: smooth;
}

body {
  color: #1e2124;
  font-family: var(--font-base);
  background: #FFF;
  overflow-x: hidden;
  min-height: 100svh;
}
body.is-gnb-open, body.is-allmenu-open, body.is-allsite-open {
  overflow: hidden;
}
body.is-scroll-lock {
  overflow: hidden;
}

.layout {
  max-width: calc(var(--layout-width) + var(--layout-padding) * 2);
  padding: 0 var(--layout-padding);
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.ib {
  display: inline-block;
}

.drop-menu {
  display: none;
}
.drop-menu:where(.active) {
  display: block;
}

:where(#top_layout, .snb, #foot_layout) .ico {
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  vertical-align: middle;
}
:where(#top_layout, .snb, #foot_layout) .ico::before {
  -webkit-mask: var(--i) no-repeat center/contain;
          mask: var(--i) no-repeat center/contain;
  display: block;
  padding-top: 100%;
  background-color: currentColor;
  content: "";
  transition: background-color 0.3s, background-image 0.3s, color 0.3s;
}
:where(#top_layout, .snb, #foot_layout) .ico-accessibility {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3.59961C7.36081 3.59961 3.59961 7.36081 3.59961 12C3.59961 16.6392 7.36081 20.4004 12 20.4004C16.6392 20.4004 20.4004 16.6392 20.4004 12C20.4004 7.36081 16.6392 3.59961 12 3.59961ZM14.999 9.7002C15.4408 9.7002 15.7987 10.0583 15.7988 10.5C15.7988 10.9418 15.4409 11.2998 14.999 11.2998H13.0117L14.2773 16.6143C14.3797 17.044 14.1143 17.4758 13.6846 17.5781C13.2548 17.6805 12.823 17.4152 12.7207 16.9854L11.999 13.9541L11.2773 16.9854C11.175 17.4151 10.7433 17.6805 10.3135 17.5781C9.88393 17.4756 9.6184 17.0439 9.7207 16.6143L10.9863 11.2998H8.99902C8.55729 11.2997 8.19922 10.9418 8.19922 10.5C8.19932 10.0583 8.55735 9.7003 8.99902 9.7002H14.999ZM11.999 6.5C12.7169 6.5 13.2987 7.08192 13.2988 7.7998C13.2988 8.51778 12.717 9.09961 11.999 9.09961C11.2811 9.0995 10.6992 8.51771 10.6992 7.7998C10.6993 7.08199 11.2812 6.50011 11.999 6.5Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-analytics {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2002 3C20.1942 3.00011 20.9999 3.80585 21 4.7998V19.2002C20.9999 20.1942 20.1942 20.9999 19.2002 21H4.7998C3.80585 20.9999 3.00011 20.1942 3 19.2002V4.7998C3.00011 3.80585 3.80585 3.00011 4.7998 3H19.2002ZM4.7998 4.59961C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998V19.2002C4.59972 19.3105 4.6895 19.4003 4.7998 19.4004H19.2002C19.3105 19.4003 19.4003 19.3105 19.4004 19.2002V4.7998C19.4003 4.6895 19.3105 4.59972 19.2002 4.59961H4.7998ZM7.99902 11.2002C8.44079 11.2002 8.79872 11.5583 8.79883 12V17C8.79883 17.4418 8.44085 17.7998 7.99902 17.7998C7.55729 17.7997 7.19922 17.4418 7.19922 17V12C7.19932 11.5583 7.55735 11.2003 7.99902 11.2002ZM11.999 13.2002C12.4408 13.2002 12.7987 13.5583 12.7988 14V17C12.7988 17.4418 12.4409 17.7998 11.999 17.7998C11.5573 17.7997 11.1992 17.4418 11.1992 17V14C11.1993 13.5583 11.5574 13.2003 11.999 13.2002ZM15.999 6.2002C16.4408 6.2002 16.7987 6.55826 16.7988 7V17C16.7988 17.4418 16.4409 17.7998 15.999 17.7998C15.5573 17.7997 15.1992 17.4418 15.1992 17V7C15.1993 6.55833 15.5574 6.2003 15.999 6.2002ZM11.999 9.2002C12.4408 9.2002 12.7987 9.55826 12.7988 10V11C12.7988 11.4418 12.4409 11.7998 11.999 11.7998C11.5573 11.7997 11.1992 11.4418 11.1992 11V10C11.1993 9.55833 11.5574 9.2003 11.999 9.2002Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-annotation {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C9.88877 22 7.93131 21.3444 6.31738 20.2275L2.6543 20.9902C2.30188 21.0634 1.99021 20.7518 2.06348 20.3994L2.93359 16.2188C2.33599 14.9366 2 13.5078 2 12C2 6.47715 6.47715 2 12 2Z' fill='%231C4690'/%3E%3Cpath d='M10.991 14.1879C10.9171 14.1879 10.8572 14.128 10.8572 14.0541C10.8606 13.4329 10.919 12.9387 11.0322 12.5715C11.1489 12.2043 11.3136 11.9092 11.5264 11.6861C11.7392 11.4596 11.9983 11.252 12.3037 11.0632C12.5131 10.9328 12.7001 10.7904 12.8648 10.6359C13.033 10.4781 13.1651 10.3031 13.2612 10.1109C13.3573 9.91526 13.4053 9.69733 13.4053 9.4571C13.4053 9.18599 13.3418 8.95091 13.2149 8.75186C13.0879 8.55281 12.9163 8.39838 12.7001 8.28856C12.4873 8.17874 12.2488 8.12383 11.9845 8.12383C11.7409 8.12383 11.5092 8.17703 11.2896 8.28342C11.0734 8.38637 10.8932 8.54423 10.7491 8.75701C10.6368 8.92402 10.5639 9.12706 10.5303 9.36615C10.5155 9.47144 10.429 9.55491 10.3226 9.55491H8.88502C8.7725 9.55491 8.68158 9.46199 8.68999 9.34979C8.73214 8.78761 8.88657 8.31032 9.15328 7.91792C9.45528 7.47865 9.85338 7.14919 10.3476 6.92955C10.8452 6.70992 11.3943 6.6001 11.9948 6.6001C12.6503 6.6001 13.2269 6.71506 13.7245 6.945C14.2255 7.17493 14.6151 7.50267 14.893 7.92822C15.1744 8.35034 15.3151 8.85138 15.3151 9.43137C15.3151 9.8226 15.2517 10.1726 15.1247 10.4815C15.0011 10.7904 14.8244 11.0649 14.5945 11.3052C14.3645 11.5454 14.0917 11.7599 13.776 11.9486C13.498 12.1202 13.2698 12.2987 13.0913 12.484C12.9163 12.6693 12.7859 12.8872 12.7001 13.1378C12.6177 13.3848 12.5748 13.6903 12.5714 14.0541C12.5714 14.128 12.5115 14.1879 12.4376 14.1879H10.991ZM11.7529 17.4001C11.444 17.4001 11.1781 17.2903 10.955 17.0706C10.7319 16.851 10.6204 16.5833 10.6204 16.2676C10.6204 15.9587 10.7319 15.6945 10.955 15.4748C11.1781 15.2552 11.444 15.1454 11.7529 15.1454C12.0583 15.1454 12.3226 15.2552 12.5457 15.4748C12.7722 15.6945 12.8854 15.9587 12.8854 16.2676C12.8854 16.4769 12.8322 16.6674 12.7258 16.839C12.6229 17.0106 12.4856 17.1479 12.314 17.2508C12.1458 17.3503 11.9588 17.4001 11.7529 17.4001Z' fill='white'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-annotation::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-arrow-down {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-arrow-drop-down {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6207 17.5592L4.11016 8.82602C3.83137 8.50185 4.06169 8 4.48925 8H19.5117C19.9393 8 20.1696 8.50189 19.8908 8.82605L12.3789 17.5593C12.1794 17.7912 11.8202 17.7912 11.6207 17.5592Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-arrow-drop-up {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3793 6.44077L19.8899 15.174C20.1686 15.4982 19.9383 16 19.5108 16L4.48827 16C4.06069 16 3.83038 15.4981 4.10921 15.1739L11.6211 6.44073C11.8206 6.20879 12.1798 6.2088 12.3793 6.44077Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-arrow-left {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5944 19.7352C15.2989 20.0636 14.793 20.0902 14.4646 19.7946L6.46462 12.5944C6.29605 12.4427 6.1998 12.2266 6.1998 11.9998C6.1998 11.773 6.29606 11.5569 6.46463 11.4052L14.4646 4.20517C14.793 3.90961 15.2989 3.93623 15.5944 4.26464C15.89 4.59304 15.8634 5.09888 15.535 5.39444L8.19567 11.9998L15.535 18.6054C15.8634 18.9009 15.89 19.4068 15.5944 19.7352Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-arrow-right {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40556 19.7352C8.70112 20.0636 9.20695 20.0902 9.53536 19.7947L17.5354 12.5949C17.7039 12.4432 17.8002 12.2271 17.8002 12.0003C17.8002 11.7735 17.704 11.5574 17.5354 11.4057L9.53539 4.20519C9.207 3.90961 8.70116 3.93622 8.40558 4.26462C8.11001 4.59301 8.13661 5.09885 8.46501 5.39443L15.8043 12.0003L8.46504 18.6054C8.13663 18.9009 8.11 19.4067 8.40556 19.7352Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-sort-both {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8408 14.0003C17.0104 14.0003 17.1027 14.1981 16.9941 14.3284L12.0879 20.2161C12.008 20.3115 11.8612 20.3115 11.7812 20.2161L6.875 14.3284C6.76645 14.1981 6.85875 14.0003 7.02832 14.0003H16.8408ZM11.7939 3.78444C11.8739 3.68849 12.0216 3.68849 12.1016 3.78444L17.0078 9.67213C17.1161 9.8024 17.023 10.0003 16.8535 10.0003H7.04102C6.87162 10.0001 6.77926 9.80234 6.8877 9.67213L11.7939 3.78444Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-arrow-top {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7352 15.5946C19.4068 15.8902 18.9009 15.8636 18.6054 15.5352L12 8.19587L5.39463 15.5352C5.09906 15.8636 4.59323 15.8902 4.26482 15.5946C3.93641 15.2991 3.90979 14.7932 4.20536 14.4648L11.4054 6.46482C11.5571 6.29625 11.7732 6.2 12 6.2C12.2268 6.2 12.4429 6.29625 12.5946 6.46482L19.7946 14.4648C20.0902 14.7932 20.0636 15.2991 19.7352 15.5946Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-attach {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8511 4.92392C14.0164 2.7587 17.5269 2.7587 19.6921 4.92392C21.8573 7.08916 21.8573 10.5997 19.6921 12.7649L11.9913 20.4657C11.6789 20.7781 11.1723 20.7781 10.8599 20.4657C10.5475 20.1533 10.5475 19.6467 10.8599 19.3343L18.5608 11.6335C20.1011 10.0932 20.1011 7.59569 18.5608 6.05529C17.0204 4.51491 14.5229 4.5149 12.9825 6.0553L4.92132 14.1165C4.92132 14.1165 4.92132 14.1165 4.92132 14.1165C3.95774 15.0801 3.95774 16.6423 4.92132 17.6059C5.8849 18.5695 7.44717 18.5695 8.41075 17.6059L15.6432 10.3735C15.99 10.0267 15.99 9.46441 15.6432 9.11761C15.2965 8.77085 14.7341 8.77085 14.3874 9.11761L7.51531 15.9897C7.20289 16.3022 6.69636 16.3022 6.38394 15.9897C6.07152 15.6773 6.07151 15.1708 6.38393 14.8584L13.256 7.98627C13.256 7.98627 13.256 7.98628 13.256 7.98627C14.2276 7.01464 15.803 7.01463 16.7746 7.98627C17.7462 8.95789 17.7462 10.5332 16.7746 11.5048L9.54213 18.7373C7.95371 20.3258 5.37836 20.3258 3.78994 18.7373C2.20153 17.1489 2.20153 14.5736 3.78993 12.9851L11.8511 4.92392Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-bookmarks {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2031 5.2002C19.6449 5.2002 20.0028 5.55826 20.0029 6V21.2002C20.0029 21.4802 19.8568 21.7399 19.6172 21.8848C19.4966 21.9576 19.3609 21.9954 19.2246 21.999C19.0893 22.0029 18.9529 21.9733 18.8291 21.9082L13.5088 19.1074L8.38965 21.9023C8.26547 21.9701 8.12802 22.0016 7.99121 21.999C7.85452 21.9967 7.71826 21.9607 7.59668 21.8887C7.35385 21.7446 7.20511 21.4826 7.20508 21.2002L7.20312 6C7.20318 5.78791 7.28753 5.58455 7.4375 5.43457C7.58748 5.28459 7.79083 5.20025 8.00293 5.2002H19.2031ZM17.2021 2C17.6437 2.00024 18.0018 2.35822 18.002 2.7998C18.002 3.24148 17.6438 3.59937 17.2021 3.59961H5.80371C5.69341 3.59971 5.60362 3.6895 5.60352 3.7998V19.2002C5.60352 19.642 5.24554 20 4.80371 20C4.36197 19.9999 4.00391 19.642 4.00391 19.2002V3.7998C4.00401 2.80585 4.80975 2.00011 5.80371 2H17.2021ZM8.80566 19.8506L13.1182 17.498C13.2356 17.434 13.3653 17.4014 13.4951 17.4004H13.4971C13.6271 17.3994 13.7574 17.4298 13.876 17.4922L18.4014 19.873V6.7998H8.80469L8.80566 19.8506Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-btn-more {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.999 3C12.4408 3 12.7987 3.35807 12.7988 3.7998V11.2002H20.2002C20.6419 11.2003 20.9999 11.5583 21 12C21 12.4418 20.6419 12.7997 20.2002 12.7998H12.7988V20.2002C12.7988 20.642 12.4409 21 11.999 21C11.5573 20.9999 11.1992 20.642 11.1992 20.2002V12.7998H3.7998C3.35807 12.7997 3 12.4418 3 12C3.00011 11.5583 3.35813 11.2003 3.7998 11.2002H11.1992V3.7998C11.1993 3.35813 11.5574 3.00011 11.999 3Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-btn-shortcut {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 12C22 12.2176 21.9113 12.4258 21.7545 12.5767L16.5545 17.5767C16.236 17.8829 15.7296 17.873 15.4233 17.5545C15.1171 17.236 15.127 16.7296 15.4455 16.4233L19.2138 12.8L2.80078 12.8C2.35896 12.8 2.00078 12.4418 2.00078 12C2.00078 11.5582 2.35896 11.2 2.80078 11.2L19.2138 11.2L15.4455 7.57666C15.127 7.27043 15.1171 6.76399 15.4233 6.44551C15.7296 6.12703 16.236 6.1171 16.5545 6.42333L21.7545 11.4233C21.9113 11.5742 22 11.7824 22 12Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-calendar {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1982 2C16.64 2 16.9979 2.35807 16.998 2.7998V5H19.1992C20.1932 5.00001 20.9988 5.80587 20.999 6.7998V19.2002C20.999 20.1943 20.1933 21 19.1992 21H4.7998C3.80579 20.9999 3.00001 20.1942 3 19.2002V6.7998C3.00011 5.80585 3.80585 5.0001 4.7998 5H7V2.7998C7.00011 2.35813 7.35813 2.00011 7.7998 2C8.24157 2 8.5995 2.35807 8.59961 2.7998V5H15.3984V2.7998C15.3985 2.35813 15.7566 2.00011 16.1982 2ZM4.59961 19.2002C4.59962 19.3106 4.68944 19.4003 4.7998 19.4004H19.1992C19.3097 19.4004 19.3994 19.3106 19.3994 19.2002V10.7998H4.59961V19.2002ZM7.60156 14C8.15385 14 8.60156 14.4477 8.60156 15C8.60156 15.5523 8.15385 16 7.60156 16C7.04928 16 6.60156 15.5523 6.60156 15C6.60156 14.4477 7.04928 14 7.60156 14ZM12 14C12.5523 14 13 14.4477 13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15C11 14.4477 11.4477 14 12 14ZM16.4023 14C16.9546 14 17.4023 14.4477 17.4023 15C17.4023 15.5523 16.9546 16 16.4023 16C15.8501 16 15.4023 15.5523 15.4023 15C15.4023 14.4477 15.8501 14 16.4023 14ZM4.7998 6.59961C4.6895 6.59971 4.59971 6.6895 4.59961 6.7998V9.2002H19.3994V6.7998C19.3992 6.68952 19.3096 6.60059 19.1992 6.60059L4.7998 6.59961Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-call {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.63488 3.05878C5.22211 2.49962 6.00458 2.19137 6.81597 2.20018C7.63479 2.20908 8.41714 2.54016 8.99364 3.12171C9.00975 3.13798 9.02119 3.15088 9.02418 3.15425C9.03038 3.16124 9.03567 3.16743 9.03847 3.17074L9.05223 3.18736L9.07217 3.21224C9.08551 3.22906 9.1031 3.25148 9.12359 3.27772C9.1649 3.33059 9.22194 3.40404 9.28895 3.49052C9.42316 3.66374 9.59956 3.89215 9.77488 4.1194C9.95028 4.34674 10.1249 4.57332 10.2556 4.74304L10.4497 4.99496C10.985 5.57376 11.2825 6.33385 11.2815 7.12335C11.2806 7.91878 10.9768 8.68366 10.4325 9.26279L9.56756 10.29C9.99728 11.191 10.5776 12.0134 11.2846 12.7213C11.9912 13.4287 12.8123 14.0098 13.7121 14.4405L14.7387 13.5727C15.3177 13.0271 16.0832 12.7223 16.8794 12.721C17.6696 12.7197 18.4303 13.0174 19.0095 13.5532L19.2617 13.7474C19.4317 13.8783 19.6586 14.0531 19.8862 14.2286C20.1138 14.4041 20.3425 14.5806 20.5158 14.7148C20.6024 14.7819 20.6759 14.8389 20.7287 14.8801L20.7941 14.9314L20.8188 14.9512L20.8352 14.9648C20.8385 14.9676 20.8443 14.9725 20.8513 14.9787C20.854 14.9811 20.8694 14.9946 20.8885 15.0138C21.4724 15.6001 21.8 16.3943 21.8004 17.2212C21.8008 18.0387 21.4812 18.8236 20.9108 19.4081L20.2419 20.1782C20.2257 20.1969 20.2087 20.2148 20.1908 20.2319C18.3676 21.975 15.9357 22.1097 13.5926 21.3871C11.2563 20.6665 8.88114 19.0682 6.92401 17.1153C4.96673 15.1623 3.36178 12.7891 2.62923 10.454C1.89516 8.11409 2.00955 5.68071 3.72858 3.85289C3.74682 3.83349 3.76602 3.81502 3.78611 3.79753L4.63488 3.05878ZM18.0028 14.7975C17.9806 14.7804 17.9593 14.7621 17.939 14.7428C17.654 14.4714 17.2755 14.3203 16.882 14.321C16.4886 14.3216 16.1105 14.4739 15.8265 14.7462C15.8145 14.7577 15.8021 14.7689 15.7893 14.7797L14.3619 15.9864C14.1334 16.1795 13.8163 16.229 13.5399 16.1148C12.2727 15.5911 11.1215 14.8221 10.1526 13.852C9.18362 12.8818 8.41601 11.7297 7.89387 10.4618C7.7803 10.186 7.82955 9.87001 8.02164 9.64188L9.22373 8.21429C9.23459 8.2014 9.24585 8.18885 9.2575 8.17667C9.52921 7.89254 9.68108 7.51465 9.68154 7.12148C9.68199 6.7283 9.53102 6.35006 9.25997 6.0653C9.24072 6.04508 9.22254 6.02386 9.20551 6.00174L8.98814 5.71948C8.85752 5.54994 8.68315 5.32368 8.50807 5.09673C8.33291 4.86969 8.15732 4.64234 8.02416 4.47047C7.95748 4.38441 7.902 4.31298 7.86269 4.26266L7.83069 4.22191C7.55318 3.95544 7.1842 3.80428 6.79859 3.80009C6.40052 3.79576 6.01674 3.94842 5.73038 4.22502C5.72043 4.23462 5.71024 4.24397 5.69982 4.25304L4.86804 4.97702C3.70995 6.23114 3.52733 7.97157 4.15587 9.97511C4.79063 11.9985 6.22475 14.1573 8.05414 15.9827C9.88368 17.8083 12.0428 19.2347 14.0642 19.8581C16.065 20.4752 17.8041 20.28 19.0593 19.0999L19.7191 18.3401C19.7309 18.3266 19.7431 18.3135 19.7557 18.3008C20.0407 18.0141 20.2006 17.6262 20.2004 17.2219C20.2002 16.8308 20.0503 16.4548 19.7827 16.1716L19.7443 16.1414C19.6939 16.1021 19.6224 16.0466 19.5362 15.9799C19.3642 15.8467 19.1366 15.671 18.9092 15.4956C18.6819 15.3204 18.4553 15.1458 18.2855 15.0151L18.0028 14.7975ZM7.85772 4.24852C7.85759 4.24838 7.85785 4.24865 7.85772 4.24852V4.24852ZM7.86882 4.25949C7.86492 4.25571 7.8612 4.25203 7.85772 4.24852L7.86882 4.25949Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-certification-finance {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.999 1.7002C12.2449 1.7002 12.4773 1.81328 12.6289 2.00684C13.7566 3.44619 15.4873 4.37879 17.4492 4.37891H17.4541C18.1951 4.37891 18.5336 4.246 19.3105 3.94043C19.5568 3.84367 19.8351 3.8745 20.0537 4.02344C20.2723 4.17237 20.4032 4.42006 20.4033 4.68457V11.1201C20.4033 15.5952 18.3551 18.3357 16.292 19.9346C15.271 20.7257 14.2533 21.2333 13.4912 21.5439C13.1092 21.6997 12.7882 21.8068 12.5596 21.876C12.4454 21.9105 12.3541 21.9362 12.2891 21.9531C12.2565 21.9616 12.2298 21.9681 12.2109 21.9727L12.1885 21.9785L12.1807 21.9795L12.1787 21.9805H12.1768C12.0613 22.0063 11.9396 22.0065 11.8242 21.9805H11.8232L11.8203 21.9795L11.8135 21.9775L11.79 21.9727C11.7712 21.9681 11.7453 21.9616 11.7129 21.9531C11.6479 21.9361 11.5566 21.9098 11.4424 21.875C11.2138 21.8054 10.8926 21.6983 10.5107 21.542C9.74907 21.2302 8.73228 20.7206 7.71191 19.9287C5.65006 18.3284 3.60257 15.5882 3.60254 11.1201L3.60156 4.68457C3.60168 4.41999 3.73246 4.17235 3.95117 4.02344C4.17009 3.87445 4.44898 3.84325 4.69531 3.94043C5.46892 4.24563 5.80789 4.37891 6.54883 4.37891C8.51086 4.37888 10.2414 3.44618 11.3691 2.00684C11.5208 1.81332 11.7532 1.70024 11.999 1.7002ZM11.999 3.70508C10.6077 5.09907 8.69107 5.9785 6.54883 5.97852C6.00443 5.97852 5.58762 5.917 5.20215 5.81445V11.1201C5.20215 15.0156 6.95464 17.3163 8.69238 18.665C9.57147 19.3473 10.4542 19.7892 11.1172 20.0605C11.4478 20.1958 11.7212 20.2878 11.9082 20.3447C11.9425 20.3552 11.9737 20.3649 12.002 20.373C12.0303 20.3649 12.0623 20.3551 12.0967 20.3447C12.2837 20.2881 12.5572 20.1972 12.8877 20.0625C13.5508 19.7922 14.4334 19.3512 15.3125 18.6699C17.0501 17.3233 18.8027 15.023 18.8027 11.1201V5.81445C18.4167 5.91725 17.9993 5.97852 17.4541 5.97852H17.4492C15.3071 5.97841 13.3903 5.09903 11.999 3.70508ZM15.4453 9.42285C15.764 9.11713 16.2702 9.12779 16.5762 9.44629C16.882 9.76488 16.8722 10.2711 16.5537 10.5771L11.3486 15.5771C11.1947 15.725 10.9878 15.8051 10.7744 15.7998C10.5612 15.7944 10.3592 15.704 10.2129 15.5488L7.41699 12.585C7.11403 12.2635 7.12885 11.7572 7.4502 11.4541C7.7716 11.151 8.27791 11.166 8.58105 11.4873L10.8223 13.8643L15.4453 9.42285Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-certification-mobile {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.1992 3C20.1932 3.00001 20.9988 3.80587 20.999 4.7998V19.2002C20.999 20.1943 20.1933 21 19.1992 21H4.7998C3.80579 20.9999 3.00001 20.1942 3 19.2002V4.7998C3.00011 3.80585 3.80585 3.00011 4.7998 3H19.1992ZM4.7998 4.59961C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998V19.2002C4.59962 19.3106 4.68944 19.4003 4.7998 19.4004H19.1992C19.3097 19.4004 19.3994 19.3106 19.3994 19.2002V4.7998C19.3992 4.68952 19.3096 4.60059 19.1992 4.60059L4.7998 4.59961ZM11.999 13.2002C13.0861 13.2002 14.156 13.5057 15.0264 14.0859C15.898 14.6671 16.5336 15.5023 16.7754 16.4736C16.8821 16.9024 16.6211 17.3366 16.1924 17.4434C15.7638 17.5499 15.3294 17.2889 15.2227 16.8604C15.0898 16.3265 14.725 15.8079 14.1387 15.417C13.551 15.0253 12.7949 14.7998 11.999 14.7998C11.2034 14.7999 10.4479 15.0254 9.86035 15.417C9.27406 15.8079 8.90829 16.3265 8.77539 16.8604C8.66853 17.2889 8.23431 17.5501 7.80566 17.4434C7.37721 17.3365 7.11604 16.9022 7.22266 16.4736C7.46447 15.5023 8.10097 14.6671 8.97266 14.0859C9.84286 13.5058 10.9121 13.2003 11.999 13.2002ZM11.999 6.60059C13.5454 6.60059 14.7987 7.85408 14.7988 9.40039C14.7988 10.9468 13.5454 12.2002 11.999 12.2002C10.4527 12.2001 9.19922 10.9467 9.19922 9.40039C9.19932 7.85415 10.4528 6.60069 11.999 6.60059ZM11.999 8.2002C11.3364 8.2003 10.7989 8.7378 10.7988 9.40039C10.7988 10.0631 11.3364 10.6005 11.999 10.6006C12.6618 10.6006 13.1992 10.0631 13.1992 9.40039C13.1991 8.73774 12.6617 8.2002 11.999 8.2002Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-certification-simple {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1982 2.99999C19.2969 2.99994 20.998 4.70116 20.998 6.7998C20.998 8.89848 19.2969 10.5995 17.1982 10.5996C16.5352 10.5996 15.9117 10.4304 15.3691 10.1318L10.1309 15.3701C10.3283 15.7287 10.4689 16.1227 10.542 16.54H13.457C13.7695 14.7561 15.3248 13.4005 17.1982 13.4004C19.2969 13.4004 20.999 15.1015 20.999 17.2002C20.9989 19.2987 19.2968 21 17.1982 21C15.4245 20.9998 13.9353 19.7841 13.5166 18.1406H10.4824C10.0638 19.7843 8.57378 21 6.7998 21C4.70127 20.9999 3.00006 19.2987 3 17.2002C3 15.1016 4.70123 13.4005 6.7998 13.4004C7.65459 13.4004 8.44328 13.6828 9.07812 14.1592L14.1582 9.08007C13.8073 8.61286 13.5624 8.06199 13.457 7.46288H10.541C10.2273 9.24545 8.6723 10.5996 6.7998 10.5996C4.70123 10.5995 3 8.8984 3 6.7998C3.00021 4.70138 4.70135 3.00012 6.7998 2.99999C8.57516 2.99997 10.0661 4.21769 10.4834 5.86327H13.5156C13.9329 4.21777 15.423 3.00013 17.1982 2.99999ZM6.7998 15C5.58485 15.0001 4.59961 15.9853 4.59961 17.2002C4.59968 18.415 5.58489 19.4003 6.7998 19.4004C7.88059 19.4004 8.7765 18.6201 8.96191 17.5928C8.93557 17.5135 8.92094 17.4289 8.9209 17.3408C8.9209 17.2247 8.94578 17.1142 8.99023 17.0146C8.89602 15.8865 7.95235 15 6.7998 15ZM17.1982 15C16.2133 15.0001 15.3799 15.6475 15.0996 16.54H16.999C17.4409 16.54 17.7988 16.899 17.7988 17.3408C17.7986 17.7825 17.4407 18.1406 16.999 18.1406H15.2119C15.5647 18.8844 16.3203 19.4002 17.1982 19.4004C18.4132 19.4004 19.3983 18.4151 19.3984 17.2002C19.3984 15.9852 18.4133 15 17.1982 15ZM6.7998 4.60058C5.58497 4.6007 4.59981 5.58506 4.59961 6.7998C4.59961 8.0147 5.58485 8.9999 6.7998 8.99999C7.78388 8.99998 8.61724 8.35397 8.89844 7.46288H6.99902C6.55729 7.46278 6.19922 7.10484 6.19922 6.66308C6.19933 6.22141 6.55735 5.86338 6.99902 5.86327H8.78809C8.43599 5.11744 7.67932 4.60057 6.7998 4.60058ZM17.1982 4.5996C15.9834 4.59974 14.9982 5.58495 14.998 6.7998C14.998 8.01476 15.9833 8.99992 17.1982 8.99999C18.4133 8.99996 19.3984 8.01483 19.3984 6.7998C19.3984 5.58484 18.4132 4.59957 17.1982 4.5996Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-cerified {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7992 13.8C13.7992 14.5061 13.3926 15.1173 12.8008 15.4121V17.2002C12.8008 17.642 12.4426 18.0002 12.0008 18.0002C11.559 18.0002 11.2008 17.642 11.2008 17.2002V15.4137C10.6072 15.1194 10.1992 14.5074 10.1992 13.8C10.1992 12.8059 11.0051 12 11.9992 12C12.9933 12 13.7992 12.8059 13.7992 13.8Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.7842 8C17.7386 6.91208 17.5644 5.62009 16.9485 4.51149C16.5501 3.79432 15.9673 3.15316 15.1323 2.69768C14.3025 2.24505 13.2683 2 11.9992 2C10.7302 2 9.69597 2.24505 8.86613 2.69768C8.03109 3.15316 7.44832 3.79432 7.04989 4.51149C6.434 5.62009 6.25988 6.91208 6.21425 8H4.8C3.80589 8 3 8.80589 3 9.8V19.2C3 20.1941 3.80589 21 4.8 21H19.1992C20.1933 21 20.9992 20.1941 20.9992 19.2V9.8C20.9992 8.80589 20.1933 8 19.1992 8H17.7842ZM7.81646 8C7.86202 7.04276 8.01352 6.07155 8.44854 5.28851C8.71678 4.80568 9.09234 4.39684 9.6323 4.10232C10.1775 3.80495 10.9349 3.6 11.9992 3.6C13.0635 3.6 13.821 3.80495 14.3661 4.10232C14.9061 4.39684 15.2817 4.80568 15.5499 5.28851C15.9849 6.07155 16.1364 7.04276 16.182 8H7.81646ZM7.0001 9.6C6.99981 9.6 7.0004 9.6 7.0001 9.6C6.99981 9.6 6.99863 9.6 6.99834 9.6H4.8C4.68954 9.6 4.6 9.68954 4.6 9.8V19.2C4.6 19.3105 4.68954 19.4 4.8 19.4H19.1992C19.3097 19.4 19.3992 19.3105 19.3992 19.2V9.8C19.3992 9.68954 19.3097 9.6 19.1992 9.6H17.0001C16.9998 9.6 17.0004 9.6 17.0001 9.6C16.9998 9.6 16.9986 9.6 16.9983 9.6H7.0001Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-check-circle {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z' fill='%231C4690'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7533 8.33948C16.1181 8.58876 16.2117 9.08656 15.9625 9.45135L11.8625 15.4513C11.7282 15.6479 11.5133 15.7744 11.2763 15.7965C11.0394 15.8187 10.8048 15.7341 10.6364 15.5659L8.13488 13.0659C7.82236 12.7535 7.82221 12.247 8.13453 11.9345C8.44685 11.622 8.95338 11.6218 9.2659 11.9341L11.0854 13.7525L14.6414 8.54864C14.8907 8.18385 15.3885 8.09021 15.7533 8.33948Z' fill='white'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-check-circle::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-close {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6309 4.23486C18.9433 3.92265 19.4494 3.92252 19.7617 4.23486C20.0741 4.54722 20.0739 5.05329 19.7617 5.36572L13.1289 11.9985L19.7656 18.6353C20.078 18.9477 20.0781 19.4547 19.7656 19.7671C19.4533 20.0794 18.9472 20.0792 18.6348 19.7671L11.998 13.1294L5.36133 19.7671C5.04891 20.0792 4.54281 20.0794 4.23047 19.7671C3.91804 19.4547 3.91806 18.9477 4.23047 18.6353L10.8662 11.9985L4.23438 5.36572C3.92215 5.05329 3.92202 4.54722 4.23438 4.23486C4.54673 3.92252 5.05281 3.92265 5.36523 4.23486L11.998 10.8677L18.6309 4.23486Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-delete {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='22' y='2' width='20' height='20' rx='10' transform='rotate(90 22 2)' fill='%23CDD1D5'/%3E%3Cpath d='M15.9355 6.93457C16.248 6.62235 16.7541 6.62222 17.0664 6.93457C17.3788 7.24692 17.3786 7.75299 17.0664 8.06543L13.1309 12.001L17.0645 15.9346C17.3769 16.247 17.3769 16.753 17.0645 17.0654C16.752 17.3778 16.246 17.3778 15.9336 17.0654L12 13.1318L8.06641 17.0654C7.75399 17.3778 7.24797 17.3778 6.93555 17.0654C6.62313 16.753 6.62313 16.247 6.93555 15.9346L10.8691 12.001L6.93359 8.06543C6.62137 7.75299 6.62124 7.24692 6.93359 6.93457C7.24595 6.62222 7.75202 6.62235 8.06445 6.93457L12 10.8701L15.9355 6.93457Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-document {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 2C13.7121 2 13.9154 2.08441 14.0654 2.23438L19.7646 7.93457C19.9146 8.08455 19.999 8.28792 19.999 8.5V20.2002C19.999 21.1943 19.1933 22 18.1992 22H5.7998C4.80578 21.9999 4 21.1942 4 20.2002V3.7998C4.00011 2.80585 4.80585 2.00011 5.7998 2H13.5ZM5.7998 3.59961C5.6895 3.59971 5.59971 3.6895 5.59961 3.7998V20.2002C5.59961 20.3106 5.68944 20.4003 5.7998 20.4004H18.1992C18.3097 20.4004 18.3994 20.3107 18.3994 20.2002V9.2998H14.5C13.5059 9.2998 12.7002 8.49411 12.7002 7.5V3.59961H5.7998ZM14.999 16C15.4408 16 15.7987 16.3581 15.7988 16.7998C15.7988 17.2416 15.4409 17.5996 14.999 17.5996H7.99902C7.55729 17.5995 7.19922 17.2416 7.19922 16.7998C7.19932 16.3581 7.55735 16.0001 7.99902 16H14.999ZM11.999 12.6006C12.4409 12.6006 12.7988 12.9586 12.7988 13.4004C12.7987 13.8421 12.4408 14.2002 11.999 14.2002H7.99902C7.55738 14.2001 7.19938 13.842 7.19922 13.4004C7.19922 12.9586 7.55729 12.6007 7.99902 12.6006H11.999ZM14.2998 7.5C14.2998 7.61046 14.3895 7.7002 14.5 7.7002H17.2686L14.2998 4.73145V7.5Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-document-check {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 2C13.7121 2 13.9154 2.08441 14.0654 2.23438L19.7646 7.93457C19.9146 8.08455 19.999 8.28792 19.999 8.5V20.2002C19.999 21.1943 19.1933 22 18.1992 22H5.7998C4.80578 21.9999 4 21.1942 4 20.2002V3.7998C4.00011 2.80585 4.80585 2.00011 5.7998 2H13.5ZM5.7998 3.59961C5.6895 3.59971 5.59971 3.6895 5.59961 3.7998V20.2002C5.59961 20.3106 5.68944 20.4003 5.7998 20.4004H18.1992C18.3097 20.4004 18.3994 20.3107 18.3994 20.2002V9.2998H14.5C13.5059 9.2998 12.7002 8.49411 12.7002 7.5V3.59961H5.7998ZM14.9404 10.5488C15.1896 10.1842 15.687 10.09 16.0518 10.3389C16.4165 10.5881 16.5108 11.0864 16.2617 11.4512L12.1611 17.4512C12.0268 17.6476 11.8121 17.7738 11.5752 17.7959C11.3382 17.818 11.1039 17.7337 10.9355 17.5654L8.43359 15.0654C8.12125 14.7531 8.12136 14.247 8.43359 13.9346C8.74582 13.6222 9.25191 13.6216 9.56445 13.9336L11.3838 15.752L14.9404 10.5488ZM14.2998 7.5C14.2998 7.61046 14.3895 7.7002 14.5 7.7002H17.2686L14.2998 4.73145V7.5Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-download {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1992 15.2C21.6409 15.2 21.9988 15.5582 21.999 15.9998V19.2C21.999 19.6418 21.641 19.9998 21.1992 19.9998H2.7998C2.58767 19.9997 2.38436 19.9155 2.23438 19.7654C2.08442 19.6154 1.99995 19.4121 2 19.2L2.00098 15.9998C2.00119 15.5581 2.35911 15.2 2.80078 15.2C3.24261 15.2001 3.60069 15.559 3.60059 16.0008V18.4002H20.3994V15.9998C20.3996 15.5582 20.7575 15.2 21.1992 15.2ZM11.999 2.9998C12.4408 2.9998 12.7987 3.35787 12.7988 3.79961V13.5135L16.4229 9.74492C16.7291 9.42678 17.2353 9.41731 17.5537 9.72343C17.872 10.0296 17.8822 10.5359 17.5762 10.8543L12.5762 16.0545C12.4253 16.2114 12.2166 16.2996 11.999 16.2996C11.7816 16.2996 11.5736 16.2111 11.4229 16.0545L6.42285 10.8543C6.11673 10.5359 6.1262 10.0297 6.44434 9.72343C6.7628 9.41722 7.26993 9.4265 7.57617 9.74492L11.1992 13.5135V3.79961C11.1993 3.35793 11.5574 2.99991 11.999 2.9998Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-dummy {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.8 3C3.80589 3 3 3.80589 3 4.8V19.2C3 20.1941 3.80589 21 4.8 21H19.2C20.1941 21 21 20.1941 21 19.2V4.8C21 3.80589 20.1941 3 19.2 3H4.8ZM4.6 4.8C4.6 4.68954 4.68954 4.6 4.8 4.6H18.268L4.6 18.268V4.8ZM5.73078 19.4H19.2C19.3105 19.4 19.4 19.3105 19.4 19.2V5.73078L5.73078 19.4Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-ecg-heart {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.72754 15.5878C8.75069 16.6396 9.78773 17.5537 10.5918 18.2206C10.9932 18.5535 11.3351 18.8235 11.5859 19.0165C11.7113 19.113 11.8135 19.1904 11.8887 19.246C11.9263 19.2739 11.9569 19.2961 11.9795 19.3124L12 19.3271L12.0205 19.3124C12.043 19.2962 12.0738 19.2738 12.1113 19.246C12.1863 19.1905 12.2888 19.1138 12.4141 19.0175C12.6648 18.8247 13.006 18.5543 13.4072 18.2216C14.2113 17.5548 15.2492 16.6398 16.2725 15.5878C16.3327 15.5259 16.3922 15.463 16.4521 15.4003H18.6133C18.2234 15.8543 17.8206 16.2911 17.4189 16.704C15.2806 18.9024 13.0963 20.5169 12.8799 20.663L12.4473 20.956C12.177 21.1382 11.823 21.138 11.5527 20.956L11.1191 20.663L11.1172 20.662C10.9028 20.5164 8.71887 18.9017 6.58008 16.703C6.17858 16.2903 5.77555 15.8541 5.38574 15.4003H7.54883C7.60856 15.4628 7.66755 15.5261 7.72754 15.5878ZM12.918 9.20499C13.2134 9.17434 13.5013 9.30944 13.666 9.55655L15.4287 12.2001H20.8467C20.7034 12.4745 20.5515 12.7465 20.3877 13.0116C20.2235 13.2773 20.0465 13.5393 19.8633 13.7997H19.5V13.8007H15C14.7328 13.8005 14.4833 13.6665 14.335 13.4442L13.1787 11.7089L11.7432 15.2978C11.6432 15.5472 11.4244 15.73 11.1611 15.7841C10.8978 15.8381 10.6247 15.7563 10.4346 15.5663L8.66895 13.8007L4.5 13.7997H4.13574C3.95252 13.5393 3.77551 13.2773 3.61133 13.0116C3.4475 12.7465 3.29563 12.4745 3.15234 12.2001H9C9.21217 12.2001 9.41638 12.2844 9.56641 12.4345L10.708 13.5771L12.2578 9.70303C12.3682 9.42725 12.6225 9.23575 12.918 9.20499ZM16.1562 3.00089C17.7012 3.0649 19.1648 3.70902 20.2246 4.8046C21.282 5.89769 21.8509 7.35215 21.7959 8.85342C21.7941 9.4368 21.6902 10.0221 21.5146 10.6005H19.8213C20.0625 9.97858 20.1963 9.3874 20.1963 8.8378C20.1963 8.8274 20.1959 8.81694 20.1963 8.80655C20.2382 7.74756 19.8401 6.70778 19.0752 5.9169C18.3139 5.12988 17.2503 4.65326 16.1123 4.60049C15.4096 4.61466 14.7246 4.80308 14.126 5.14542C13.8939 5.27817 13.6396 5.5228 13.377 5.85928C13.1199 6.18858 12.8899 6.56045 12.6914 6.90225C12.5483 7.14854 12.2849 7.2996 12 7.29971C11.715 7.29971 11.4508 7.14872 11.3076 6.90225C11.1091 6.56044 10.8791 6.18859 10.6221 5.85928C10.3594 5.52283 10.1051 5.27814 9.87305 5.14542C9.27443 4.80312 8.58945 4.61464 7.88672 4.60049C6.74891 4.65331 5.68604 5.13001 4.9248 5.9169C4.15976 6.7078 3.76081 7.74748 3.80273 8.80655C3.80314 8.81694 3.80371 8.8274 3.80371 8.8378C3.80372 9.38748 3.93747 9.97853 4.17871 10.6005H2.48438C2.30885 10.0222 2.20494 9.43678 2.20312 8.85342C2.14811 7.35219 2.71712 5.89768 3.77441 4.8046C4.83413 3.70906 6.2979 3.06498 7.84277 3.00089C7.85775 3.00026 7.87368 2.99969 7.88867 2.99991C8.86611 3.01448 9.82428 3.27488 10.667 3.75674C11.1589 4.03804 11.565 4.46646 11.8838 4.87491C11.9231 4.92533 11.9622 4.97614 12 5.02725C12.0377 4.97624 12.076 4.92524 12.1152 4.87491C12.434 4.46646 12.8402 4.03804 13.332 3.75674C14.1749 3.27471 15.1336 3.0144 16.1113 2.99991C16.1263 2.99969 16.1413 3.00027 16.1562 3.00089Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-edit {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43431C16.7467 2.12189 17.2533 2.12189 17.5657 2.43431L21.5657 6.43431C21.7157 6.58434 21.8 6.78782 21.8 7C21.8 7.21217 21.7157 7.41565 21.5657 7.56568L12.5657 16.5657C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43431ZM17 4.13137L15.1314 6L18 8.86863L19.8686 7L17 4.13137ZM16.8686 10L14 7.13137L8.8 12.3314V15.2H11.6686L16.8686 10ZM4.8 4.6C4.68954 4.6 4.6 4.68954 4.6 4.8V19.2C4.6 19.3105 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3105 19.4 19.2V12.2C19.4 11.7582 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7582 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.8C3 3.80588 3.80589 3 4.8 3H11.7992C12.241 3 12.5992 3.35817 12.5992 3.8C12.5992 4.24182 12.241 4.6 11.7992 4.6H4.8Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-ellipsis-horizontal {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.40039 10.6006C6.17341 10.6008 6.7998 11.2279 6.7998 12.001C6.79959 12.7739 6.17328 13.4002 5.40039 13.4004C4.62732 13.4004 4.00021 12.774 4 12.001C4 11.2278 4.62719 10.6006 5.40039 10.6006ZM12.002 10.6006C12.775 10.6008 13.4014 11.2279 13.4014 12.001C13.4012 12.7739 12.7748 13.4002 12.002 13.4004C11.2289 13.4004 10.6018 12.774 10.6016 12.001C10.6016 11.2278 11.2288 10.6006 12.002 10.6006ZM18.5996 10.6006C19.3726 10.6008 19.999 11.2279 19.999 12.001C19.9988 12.7739 19.3725 13.4002 18.5996 13.4004C17.8265 13.4004 17.1994 12.774 17.1992 12.001C17.1992 11.2278 17.8264 10.6006 18.5996 10.6006Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-ellipsis-vertical {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9996 4.00049C12.7728 4.00049 13.3996 4.62729 13.3996 5.40049C13.3996 6.17369 12.7728 6.80049 11.9996 6.80049C11.2264 6.80049 10.5996 6.17369 10.5996 5.40049C10.5996 4.62729 11.2264 4.00049 11.9996 4.00049Z' fill='%2333363D'/%3E%3Cpath d='M11.9996 10.6021C12.7728 10.6021 13.3996 11.2289 13.3996 12.0021C13.3996 12.7752 12.7728 13.4021 11.9996 13.4021C11.2264 13.4021 10.5996 12.7752 10.5996 12.0021C10.5996 11.2289 11.2264 10.6021 11.9996 10.6021Z' fill='%2333363D'/%3E%3Cpath d='M13.3996 18.5997C13.3996 17.8265 12.7728 17.1997 11.9996 17.1997C11.2264 17.1997 10.5996 17.8265 10.5996 18.5997C10.5996 19.3729 11.2264 19.9997 11.9996 19.9997C12.7728 19.9997 13.3996 19.3729 13.3996 18.5997Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-emergency {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7703 2.77886C12.7703 2.34871 12.4216 2 11.9914 2C11.5613 2 11.2126 2.34871 11.2126 2.77886V5.39292C11.2126 5.82307 11.5613 6.17178 11.9914 6.17178C12.4216 6.17178 12.7703 5.82307 12.7703 5.39292V2.77886Z' fill='%2333363D'/%3E%3Cpath d='M4.10454 4.07271C3.78674 3.78282 3.29411 3.80544 3.00422 4.12324C2.71433 4.44103 2.73696 4.93366 3.05475 5.22355L5.2177 7.19656C5.5355 7.48645 6.02812 7.46382 6.31801 7.14603C6.6079 6.82823 6.58528 6.3356 6.26748 6.04571L4.10454 4.07271Z' fill='%2333363D'/%3E%3Cpath d='M20.928 5.22354C21.2458 4.93364 21.2684 4.44102 20.9785 4.12322C20.6886 3.80543 20.1959 3.78282 19.8782 4.07272L17.7153 6.04572C17.3975 6.33562 17.3749 6.82825 17.6648 7.14604C17.9547 7.46383 18.4473 7.48644 18.7651 7.19655L20.928 5.22354Z' fill='%2333363D'/%3E%3Cpath d='M17.8662 14.5C18.5369 14.5 19.017 13.8535 18.8243 13.2112L17.6229 9.2067C17.4959 8.78324 17.1061 8.49324 16.664 8.49324H7.3416C6.89949 8.49324 6.50973 8.78324 6.38269 9.20669L5.18135 13.2112C4.98865 13.8535 5.46875 14.5 6.13937 14.5H17.8662Z' fill='%2333363D'/%3E%3Cpath d='M20.0202 21.0003H3.98623C3.37818 21.0003 3.07416 21.0003 2.87124 20.8734C2.69353 20.7624 2.56414 20.5885 2.5088 20.3863C2.44561 20.1555 2.53297 19.8643 2.70769 19.2819L3.35763 17.1154C3.45115 16.8037 3.49791 16.6478 3.58645 16.5295C3.68337 16.3999 3.81589 16.3013 3.96786 16.2457C4.10669 16.1949 4.26942 16.1949 4.59487 16.1949H19.4115C19.737 16.1949 19.8997 16.1949 20.0385 16.2457C20.1905 16.3013 20.323 16.3999 20.4199 16.5295C20.5085 16.6479 20.5552 16.8037 20.6488 17.1154L21.2987 19.2819C21.4734 19.8643 21.5608 20.1555 21.4976 20.3863C21.4422 20.5885 21.3129 20.7624 21.1351 20.8734C20.9322 21.0003 20.6282 21.0003 20.0202 21.0003Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-exclamation {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3.59961C7.36081 3.59961 3.59961 7.36081 3.59961 12C3.59961 16.6392 7.36081 20.4004 12 20.4004C16.6392 20.4004 20.4004 16.6392 20.4004 12C20.4004 7.36081 16.6392 3.59961 12 3.59961ZM12.5 15C12.7761 15 13 15.2239 13 15.5V16.5C13 16.7761 12.7761 17 12.5 17H11.5C11.2239 17 11 16.7761 11 16.5V15.5C11 15.2239 11.2239 15 11.5 15H12.5ZM12.5 7C12.7761 7 13 7.22386 13 7.5V13.5C13 13.7761 12.7761 14 12.5 14H11.5C11.2239 14 11 13.7761 11 13.5V7.5C11 7.22386 11.2239 7 11.5 7H12.5Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-expand-less {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.4772 22 12C22 17.5229 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.4772 6.47715 2 12 2ZM12 3.59961C7.36081 3.59961 3.59961 7.36085 3.59961 12C3.59961 16.6392 7.36081 20.4004 12 20.4004C16.6391 20.4004 20.4004 16.6392 20.4004 12C20.4004 7.36085 16.6391 3.59961 12 3.59961ZM11.4404 9.04004C11.7528 8.72793 12.2589 8.72787 12.5713 9.04004L15.9658 12.4346C16.2779 12.7469 16.2779 13.2531 15.9658 13.5654C15.6534 13.8778 15.1464 13.8778 14.834 13.5654L12.0059 10.7373L9.17773 13.5654C8.86531 13.8778 8.35832 13.8778 8.0459 13.5654C7.7337 13.2531 7.7337 12.7469 8.0459 12.4346L11.4404 9.04004Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-expand-more {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.4772 22 12C22 17.5229 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.4772 6.47715 2 12 2ZM12 3.59961C7.36081 3.59961 3.59961 7.36085 3.59961 12C3.59961 16.6392 7.36081 20.4004 12 20.4004C16.6391 20.4004 20.4004 16.6392 20.4004 12C20.4004 7.36085 16.6391 3.59961 12 3.59961ZM10.2354 8.04004C10.5477 7.72784 11.0538 7.72784 11.3662 8.04004L14.7607 11.4346C15.0729 11.747 15.0729 12.2531 14.7607 12.5654L11.3662 15.96C11.0539 16.272 10.5477 16.272 10.2354 15.96C9.92293 15.6475 9.92293 15.1405 10.2354 14.8281L13.0635 12L10.2354 9.17188C9.92293 8.85946 9.92293 8.35246 10.2354 8.04004Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-face-sad {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.4772 22 12C22 17.5229 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.4772 6.47715 2 12 2ZM12 3.59961C7.36081 3.59961 3.59961 7.36085 3.59961 12C3.59961 16.6392 7.36081 20.4004 12 20.4004C16.6391 20.4004 20.4004 16.6392 20.4004 12C20.4004 7.36085 16.6391 3.59961 12 3.59961ZM11.999 12.7998C12.6768 12.7998 13.3457 12.9503 13.9648 13.2393C14.5836 13.528 15.1388 13.9484 15.5996 14.4707C15.8916 14.802 15.8595 15.3074 15.5283 15.5996C15.1971 15.8918 14.6917 15.8604 14.3994 15.5293C14.0783 15.1653 13.6994 14.8814 13.2881 14.6895C12.877 14.4976 12.4388 14.3994 11.999 14.3994C11.5594 14.3994 11.1219 14.4977 10.7109 14.6895C10.2996 14.8814 9.9208 15.1653 9.59961 15.5293C9.30731 15.8606 8.80104 15.8919 8.46973 15.5996C8.1386 15.3073 8.10721 14.802 8.39941 14.4707C8.86031 13.9483 9.41534 13.5281 10.0342 13.2393C10.6532 12.9504 11.3214 12.7998 11.999 12.7998ZM9 9C9.55228 9 10 9.44772 10 10C10 10.5523 9.55228 11 9 11C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9ZM15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11C14.4477 11 14 10.5523 14 10C14 9.44772 14.4477 9 15 9Z' fill='%231C4690'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-face-smile {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.4772 22 12C22 17.5229 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.4772 6.47715 2 12 2ZM12 3.59961C7.36081 3.59961 3.59961 7.36085 3.59961 12C3.59961 16.6392 7.36081 20.4004 12 20.4004C16.6391 20.4004 20.4004 16.6392 20.4004 12C20.4004 7.36085 16.6391 3.59961 12 3.59961ZM14.3994 13.6709C14.6916 13.3397 15.197 13.3076 15.5283 13.5996C15.8596 13.8919 15.8919 14.3982 15.5996 14.7295C15.1387 15.2519 14.5836 15.6721 13.9648 15.9609C13.3457 16.2499 12.6768 16.3994 11.999 16.3994C11.3215 16.3994 10.6532 16.2497 10.0342 15.9609C9.41543 15.6722 8.86028 15.2518 8.39941 14.7295C8.10711 14.3982 8.13841 13.8919 8.46973 13.5996C8.80104 13.3074 9.30732 13.3396 9.59961 13.6709C9.92074 14.0348 10.2997 14.3188 10.7109 14.5107C11.1219 14.7024 11.5594 14.7998 11.999 14.7998C12.4388 14.7998 12.877 14.7026 13.2881 14.5107C13.6994 14.3188 14.0782 14.0349 14.3994 13.6709ZM9 9C9.55228 9 10 9.44772 10 10C10 10.5523 9.55228 11 9 11C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9ZM15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11C14.4477 11 14 10.5523 14 10C14 9.44772 14.4477 9 15 9Z' fill='%231C4690'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-facebook {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9996 12.0367C21.9996 6.49365 17.5225 2 11.9998 2C6.47711 2 2 6.49365 2 12.0367C2 16.7436 5.22874 20.6932 9.58425 21.778V15.104H7.52229V12.0367H9.58425V10.7151C9.58425 7.29899 11.1246 5.7156 14.4662 5.7156C15.0997 5.7156 16.1929 5.84046 16.6401 5.96491V8.74509C16.4041 8.7202 15.9941 8.70775 15.4849 8.70775C13.8454 8.70775 13.2118 9.33123 13.2118 10.952V12.0367H16.4781L15.9169 15.104H13.2118V22C18.1633 21.3998 22 17.1683 22 12.0367H21.9996Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-filter {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-flag {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3756_31502)'%3E%3Cpath d='M0 4H24V20H0V4Z' fill='white'/%3E%3Cpath d='M8.67188 9.7811C9.26036 8.89843 10.1754 8.28569 11.2157 8.07767C12.2559 7.86964 13.3362 8.08338 14.2189 8.67185C15.1016 9.26033 15.7144 10.1753 15.9224 11.2156C16.1304 12.2559 15.9167 13.3361 15.3282 14.2188L8.67188 9.7811Z' fill='%23D0303C'/%3E%3Cpath d='M8.67202 9.78115C8.08353 10.6638 7.86979 11.7441 8.07781 12.7844C8.28583 13.8246 8.89858 14.7397 9.78126 15.3281C10.6639 15.9166 11.7442 16.1304 12.7845 15.9223C13.8248 15.7143 14.7398 15.1016 15.3283 14.2189C15.6225 13.7776 15.7294 13.2374 15.6254 12.7173C15.5214 12.1972 15.215 11.7397 14.7737 11.4454C14.3323 11.1512 13.7922 11.0443 13.272 11.1483C12.7519 11.2523 12.2944 11.5587 12.0002 12L8.67202 9.78115Z' fill='%23134A9D'/%3E%3Cpath d='M12.0001 12C12.6128 11.081 12.3645 9.83927 11.4454 9.22654C10.5264 8.61382 9.28467 8.86213 8.67194 9.78116C8.05921 10.7002 8.30752 11.9419 9.22656 12.5547C10.1456 13.1674 11.3873 12.9191 12.0001 12Z' fill='%23D0303C'/%3E%3Cpath d='M3.67977 8.85663L5.89858 5.52843L6.45328 5.89823L4.23447 9.22643L3.67977 8.85663ZM4.51182 9.41133L6.73063 6.08313L7.28533 6.45293L5.06652 9.78113L4.51182 9.41133ZM5.34387 9.96603L7.56268 6.63783L8.11738 7.00763L5.89858 10.3358L5.34387 9.96603Z' fill='black'/%3E%3Cpath d='M19.3038 16.6686L20.3207 15.1432L19.766 14.7734L18.7491 16.2988L19.3038 16.6686Z' fill='black'/%3E%3Cpath d='M18.4718 16.1139L19.4887 14.5885L18.934 14.2187L17.9171 15.7441L18.4718 16.1139Z' fill='black'/%3E%3Cpath d='M17.7322 16.0214L18.2869 16.3912L17.2699 17.9167L16.7152 17.5469L17.7322 16.0214Z' fill='black'/%3E%3Cpath d='M17.6397 15.5592L18.6566 14.0338L18.1019 13.664L17.085 15.1894L17.6397 15.5592Z' fill='black'/%3E%3Cpath d='M16.9001 15.4667L17.4548 15.8365L16.4378 17.362L15.8831 16.9922L16.9001 15.4667Z' fill='black'/%3E%3Cpath d='M18.5642 16.5761L19.1189 16.9459L18.1019 18.4714L17.5472 18.1016L18.5642 16.5761Z' fill='black'/%3E%3Cpath d='M17.4547 8.16348L16.4377 6.63799L15.883 7.00779L16.9 8.53328L17.4547 8.16348Z' fill='black'/%3E%3Cpath d='M17.0849 8.81063L18.1018 10.336L18.6565 9.96619L17.6396 8.44083L17.0849 8.81063Z' fill='black'/%3E%3Cpath d='M18.9339 9.78129L16.7151 6.45309L17.2698 6.08329L19.4886 9.41149L18.9339 9.78129Z' fill='black'/%3E%3Cpath d='M19.7659 9.22659L18.749 7.7012L19.3037 7.3314L20.3206 8.85679L19.7659 9.22659Z' fill='black'/%3E%3Cpath d='M19.1188 7.05405L18.5641 7.42385L17.5471 5.89839L18.1018 5.52859L19.1188 7.05405Z' fill='black'/%3E%3Cpath d='M3.67969 15.1434L5.89849 18.4716L6.45319 18.1018L4.23439 14.7736L3.67969 15.1434Z' fill='black'/%3E%3Cpath d='M5.7136 16.3915L6.73054 17.9169L7.28524 17.5471L6.2683 16.0217L5.7136 16.3915Z' fill='black'/%3E%3Cpath d='M5.5287 16.1141L6.0834 15.7443L5.06644 14.2189L4.51174 14.5887L5.5287 16.1141Z' fill='black'/%3E%3Cpath d='M5.34379 14.034L7.56259 17.3622L8.11729 16.9924L5.89849 13.6642L5.34379 14.034Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3756_31502'%3E%3Crect width='24' height='16' fill='white' transform='translate(0 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-flag::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-globe {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8.74219 15.7998C8.94777 16.6291 9.21694 17.3743 9.5332 18.0068C10.3049 19.55 11.2228 20.2001 11.999 20.2002C12.7754 20.2002 13.694 19.5503 14.4658 18.0068C14.7821 17.3743 15.0503 16.6291 15.2559 15.7998H8.74219ZM16.8994 15.7998C16.66 16.8857 16.3199 17.8748 15.8965 18.7217C15.7209 19.0728 15.5242 19.4086 15.3096 19.7217C17.1207 18.9444 18.6014 17.5483 19.4902 15.7998H16.8994ZM4.50977 15.7998C5.39809 17.5474 6.87764 18.9432 8.6875 19.7207C8.47323 19.408 8.2769 19.0723 8.10156 18.7217C7.67821 17.8749 7.33897 16.8856 7.09961 15.7998H4.50977ZM3.89258 9.7998C3.7027 10.5012 3.59961 11.2386 3.59961 12C3.59961 12.7639 3.70345 13.5036 3.89453 14.207C3.92873 14.2026 3.96361 14.2002 3.99902 14.2002H6.83008C6.74512 13.4911 6.69922 12.7543 6.69922 12C6.69923 11.2456 6.7451 10.5089 6.83008 9.7998H3.89258ZM17.1689 9.7998C17.2539 10.5089 17.2988 11.2457 17.2988 12C17.2988 12.7543 17.2539 13.4911 17.1689 14.2002H19.999C20.0347 14.2002 20.07 14.2025 20.1045 14.207C20.2956 13.5035 20.4004 12.764 20.4004 12C20.4004 11.2386 20.2973 10.5012 20.1074 9.7998H17.1689ZM8.44141 9.7998C8.34916 10.4981 8.29884 11.2354 8.29883 12C8.29883 12.7645 8.34918 13.502 8.44141 14.2002H15.5566C15.6489 13.502 15.6992 12.7645 15.6992 12C15.6992 11.2354 15.6489 10.4981 15.5566 9.7998H8.44141ZM15.3086 4.27734C15.5235 4.59077 15.7207 4.92672 15.8965 5.27832C16.3199 6.12508 16.66 7.11442 16.8994 8.2002H19.4902C18.6013 6.4513 17.1203 5.05454 15.3086 4.27734ZM8.68848 4.27832C6.87808 5.05575 5.39829 6.45221 4.50977 8.2002H7.09961C7.33899 7.11447 7.6782 6.12504 8.10156 5.27832C8.27715 4.92715 8.47385 4.59142 8.68848 4.27832ZM11.999 3.7998C11.2227 3.79991 10.3049 4.45068 9.5332 5.99414C9.21702 6.62651 8.94873 7.37111 8.74316 8.2002H15.2559C15.0503 7.37113 14.782 6.62651 14.4658 5.99414C13.694 4.4505 12.7754 3.7998 11.999 3.7998Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-government {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 12C22 17.5235 17.5221 22 12.0009 22C6.47973 22 2 17.5235 2 12C2 6.47645 6.47604 2 12.0009 2C17.5258 2 22 6.4783 22 12Z' fill='white'/%3E%3Cpath d='M16.7697 11.3039C15.1711 10.2235 13.125 10.663 12.0499 12.2882C11.155 13.6455 9.8014 13.8154 9.27966 13.8154C7.56961 13.8154 6.40173 12.6187 6.05452 11.3814C6.0508 11.3685 6.04709 11.3574 6.04523 11.3463C6.04152 11.3334 6.03966 11.3186 6.03409 11.3039C5.89669 10.7868 5.86327 10.5412 5.86327 9.99268C5.86327 7.03608 8.91574 3.74153 13.3088 3.74153C17.7018 3.74153 20.3848 7.14873 21.0513 9.04347C21.0383 9.00838 21.0272 8.97699 21.0161 8.94375C19.7386 5.23737 16.2053 2.5744 12.0462 2.5744C6.81578 2.5744 2.57129 6.79232 2.57129 12.0001C2.57129 16.6538 5.94497 20.6353 10.6276 20.6353C14.3597 20.6353 16.8681 18.5559 18.0174 15.6843C18.6487 14.1146 18.2031 12.2715 16.7697 11.302' fill='%23003964'/%3E%3Cpath d='M21.106 9.22616C20.5508 7.37759 17.9588 3.74139 13.3058 3.74139C8.91282 3.74139 5.86035 7.03595 5.86035 9.99255C5.86035 10.541 5.89563 10.7866 6.03117 11.3037C5.97361 11.0766 5.9439 10.8513 5.9439 10.6315C5.9439 7.55118 9.04465 5.41637 12.2327 5.41637C16.5496 5.41637 20.0476 8.8956 20.0476 13.1874C20.0476 16.5503 18.0999 19.4644 15.274 20.8624C18.9206 19.5512 21.5237 16.0775 21.5237 11.9999C21.5237 11.0341 21.3938 10.1828 21.1078 9.22616' fill='%23ED1A3B'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-government::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-guide-check {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.499 12.9004C17.6003 12.9004 17.7106 12.9188 17.7998 12.9531L16.7578 14.5H4.7998C4.68944 14.5001 4.59961 14.5898 4.59961 14.7002V19.2002C4.59977 19.3105 4.68953 19.4003 4.7998 19.4004H11.9004L13.5 21H4.7998C3.80588 20.9999 3.00016 20.1941 3 19.2002V14.7002C3 13.7061 3.80578 12.9005 4.7998 12.9004H17.499ZM16.6797 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998V9.2998C4.59961 9.4102 4.68944 9.49989 4.7998 9.5H12L13.6309 11.0996H4.7998C3.80578 11.0995 3 10.2939 3 9.2998V4.7998C3.00011 3.80585 3.80585 3.00011 4.7998 3H17.7695L16.6797 4.59961Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.448 3.33841C20.8133 3.587 20.9079 4.08462 20.6593 4.44988L16.576 10.4499C16.4419 10.6469 16.227 10.7739 15.9897 10.7962C15.7525 10.8186 15.5176 10.7341 15.349 10.5656L12.8477 8.06562C12.5352 7.75328 12.5351 7.24675 12.8474 6.93425C13.1598 6.62175 13.6663 6.62161 13.9788 6.93395L15.7968 8.75097L19.3365 3.54969C19.5851 3.18442 20.0828 3.08983 20.448 3.33841Z' fill='%231C4690'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.448 13.3384C20.8133 13.587 20.9079 14.0846 20.6593 14.4499L16.576 20.4499C16.4419 20.6469 16.227 20.7739 15.9897 20.7962C15.7525 20.8186 15.5176 20.7341 15.349 20.5656L12.8477 18.0656C12.5352 17.7533 12.5351 17.2467 12.8474 16.9342C13.1598 16.6217 13.6663 16.6216 13.9788 16.934L15.7968 18.751L19.3365 13.5497C19.5851 13.1844 20.0828 13.0898 20.448 13.3384Z' fill='%231C4690'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-guide-check::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-login {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2002 3C20.4123 3 20.6156 3.08441 20.7656 3.23438C20.9156 3.38436 20.9999 3.5877 21 3.7998V20.2031C20.9998 20.6448 20.6419 21.0029 20.2002 21.0029H12.8008C12.3591 21.0028 12.0011 20.6447 12.001 20.2031C12.001 19.7614 12.359 19.4024 12.8008 19.4023H19.4004V4.59961L12.8008 4.60059C12.3591 4.60048 12.001 4.24156 12.001 3.7998C12.0012 3.35822 12.3592 3.00011 12.8008 3H20.2002ZM9.22461 6.44531C9.53088 6.12718 10.0371 6.11771 10.3555 6.42383L15.5557 11.4238C15.7123 11.5746 15.8007 11.7826 15.8008 12C15.8008 12.2176 15.7125 12.4263 15.5557 12.5771L10.3555 17.5771C10.037 17.8832 9.53081 17.873 9.22461 17.5547C8.91849 17.2363 8.92796 16.7301 9.24609 16.4238L13.0146 12.7998H3.40234C2.96061 12.7997 2.60254 12.4418 2.60254 12C2.60265 11.5583 2.96067 11.2003 3.40234 11.2002H13.0146L9.24609 7.57715C8.92767 7.27091 8.91839 6.76378 9.22461 6.44531Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-headphones {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9986 4.20001C7.69081 4.20001 4.19863 7.69219 4.19863 12V13.1043L7.24345 13.0784C8.24352 13.0699 9.05877 13.8782 9.05877 14.8783V19.6C9.05877 20.5941 8.25288 21.4 7.25877 21.4H4.39863C3.40452 21.4 2.59863 20.5941 2.59863 19.6V12C2.59863 6.80853 6.80716 2.60001 11.9986 2.60001C17.1901 2.60001 21.3986 6.80853 21.3986 12V19.6C21.3986 20.5941 20.5927 21.4 19.5986 21.4H16.737C15.7429 21.4 14.937 20.5941 14.937 19.6V14.9111C14.937 13.917 15.7429 13.1111 16.737 13.1111H19.7986V12C19.7986 7.69219 16.3065 4.20001 11.9986 4.20001ZM19.7986 14.7111H16.737C16.6266 14.7111 16.537 14.8007 16.537 14.9111V19.6C16.537 19.7105 16.6266 19.8 16.737 19.8H19.5986C19.7091 19.8 19.7986 19.7105 19.7986 19.6V14.7111ZM4.19863 14.7043V19.6C4.19863 19.7105 4.28818 19.8 4.39863 19.8H7.25877C7.36923 19.8 7.45877 19.7105 7.45877 19.6V14.8783C7.45877 14.7672 7.36819 14.6774 7.25707 14.6783L4.19863 14.7043Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-heart {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.88645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-home {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3499 10.4006L11.3499 3.55619C11.7242 3.23599 12.2758 3.23599 12.6501 3.55619L20.6501 10.4006C20.8722 10.5906 21 10.8682 21 11.1605V20.2C21 20.7523 20.5523 21.2 20 21.2H15.25C14.6977 21.2 14.25 20.7523 14.25 20.2V15.7002C14.25 15.424 14.0261 15.2002 13.75 15.2002H10.25C9.97386 15.2002 9.75 15.424 9.75 15.7002V20.2C9.75 20.7523 9.30228 21.2 8.75 21.2H4C3.44772 21.2 3 20.7523 3 20.2V11.1605C3 10.8682 3.12784 10.5906 3.3499 10.4006Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-identity {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.999 2.6001C13.9931 2.6001 14.7987 3.40588 14.7988 4.3999V5.6001H20.1982C21.1923 5.6001 21.9979 6.40588 21.998 7.3999V18.1997C21.998 19.1938 21.1924 20.0005 20.1982 20.0005H3.7998C2.80578 20.0004 2 19.1938 2 18.1997V7.3999C2.00011 6.40595 2.80585 5.6002 3.7998 5.6001H9.19922V4.3999C9.19932 3.40594 10.0051 2.6002 10.999 2.6001H12.999ZM3.7998 7.19971C3.6895 7.19981 3.59972 7.2896 3.59961 7.3999V18.1997C3.59961 18.3101 3.68944 18.3998 3.7998 18.3999H20.1982C20.3087 18.3999 20.3984 18.3102 20.3984 18.1997V7.3999C20.3983 7.28954 20.3086 7.19971 20.1982 7.19971H14.7988V8.3999C14.7988 9.39401 13.9931 10.1997 12.999 10.1997H10.999C10.005 10.1996 9.19922 9.39395 9.19922 8.3999V7.19971H3.7998ZM9.40234 14.4009C10.5069 14.4009 11.4023 15.2963 11.4023 16.4009V16.8013H5.40234V16.4009C5.40234 15.2963 6.29777 14.4009 7.40234 14.4009H9.40234ZM17.999 14.6001C18.4408 14.6001 18.7987 14.9582 18.7988 15.3999C18.7988 15.8417 18.4409 16.1997 17.999 16.1997H12.999C12.5573 16.1996 12.1992 15.8417 12.1992 15.3999C12.1993 14.9582 12.5574 14.6002 12.999 14.6001H17.999ZM8.45117 11.0005C9.19663 11.0005 9.80155 11.6047 9.80176 12.3501C9.80149 13.0955 9.19659 13.7007 8.45117 13.7007C7.70593 13.7005 7.10183 13.0953 7.10156 12.3501C7.10177 11.6048 7.7059 11.0007 8.45117 11.0005ZM17.999 11.6001C18.4408 11.6001 18.7987 11.9582 18.7988 12.3999C18.7988 12.8417 18.4409 13.1997 17.999 13.1997H12.999C12.5573 13.1996 12.1992 12.8417 12.1992 12.3999C12.1993 11.9582 12.5574 11.6002 12.999 11.6001H17.999ZM10.999 4.19971C10.8887 4.19981 10.7989 4.2896 10.7988 4.3999V8.3999C10.7988 8.51029 10.8887 8.59999 10.999 8.6001H12.999C13.1095 8.6001 13.1992 8.51036 13.1992 8.3999V4.3999C13.1991 4.28954 13.1094 4.19971 12.999 4.19971H10.999Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-img {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.1992 3C20.1933 3 20.9989 3.80578 20.999 4.7998V19.2002C20.999 20.1943 20.1933 21 19.1992 21H4.7998C3.80578 20.9999 3 20.1942 3 19.2002V4.7998C3.00011 3.80585 3.80585 3.00011 4.7998 3H19.1992ZM4.59961 15.0352V19.2002C4.59961 19.3106 4.68944 19.4003 4.7998 19.4004H19.1992C19.3097 19.4004 19.3994 19.3107 19.3994 19.2002V19.0576L8.55957 11.5166L4.59961 15.0352ZM4.7998 4.59961C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998V12.8955L7.96777 9.90234C8.24407 9.65675 8.65259 9.63265 8.95605 9.84375L19.3994 17.1084V4.7998C19.3993 4.68944 19.3096 4.59961 19.1992 4.59961H4.7998ZM15.6982 6C16.9684 6 17.9979 7.02964 17.998 8.2998C17.998 9.57006 16.9685 10.5996 15.6982 10.5996C14.4281 10.5995 13.3984 9.56999 13.3984 8.2998C13.3985 7.0297 14.4281 6.00011 15.6982 6ZM15.6982 7.59961C15.3118 7.59971 14.9982 7.91336 14.998 8.2998C14.998 8.68634 15.3117 8.99989 15.6982 9C16.0848 9 16.3984 8.6864 16.3984 8.2998C16.3983 7.9133 16.0848 7.59961 15.6982 7.59961Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-inquiry {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.999 2.2002C17.4113 2.2002 21.7987 6.5877 21.7988 12V21.7998H11.999C6.58672 21.7997 2.19922 17.4123 2.19922 12C2.19932 6.58776 6.58679 2.2003 11.999 2.2002ZM11.999 3.7998C7.47044 3.79991 3.79893 7.47142 3.79883 12C3.79883 16.5287 7.47038 20.2001 11.999 20.2002H20.1992V12C20.1991 7.47136 16.5277 3.7998 11.999 3.7998ZM7.59766 11.5312C8.14994 11.5312 8.59766 11.979 8.59766 12.5312C8.59766 13.0835 8.14994 13.5312 7.59766 13.5312C7.04537 13.5312 6.59766 13.0835 6.59766 12.5312C6.59766 11.979 7.04537 11.5312 7.59766 11.5312ZM11.9961 11.5312C12.5484 11.5312 12.9961 11.979 12.9961 12.5312C12.9961 13.0835 12.5484 13.5312 11.9961 13.5312C11.4438 13.5312 10.9961 13.0835 10.9961 12.5312C10.9961 11.979 11.4438 11.5312 11.9961 11.5312ZM16.3945 11.5312C16.9468 11.5312 17.3945 11.979 17.3945 12.5312C17.3945 13.0835 16.9468 13.5312 16.3945 13.5312C15.8422 13.5312 15.3945 13.0835 15.3945 12.5312C15.3945 11.979 15.8422 11.5312 16.3945 11.5312Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-instagram {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.27263 3.06294C7.31502 3.10812 6.66107 3.26094 6.08939 3.48559C5.49772 3.71617 4.99623 4.02559 4.49727 4.52635C3.9983 5.02711 3.69104 5.52895 3.46208 6.12151C3.2405 6.69446 3.09038 7.34894 3.04808 8.30708C3.00577 9.26523 2.99641 9.57321 3.00109 12.0173C3.00577 14.4613 3.01657 14.7677 3.06302 15.7278C3.10874 16.6852 3.26102 17.339 3.48566 17.9108C3.7166 18.5025 4.02566 19.0038 4.52661 19.5029C5.02755 20.0021 5.52904 20.3086 6.12305 20.5379C6.69545 20.7592 7.35012 20.91 8.30809 20.9519C9.26606 20.9939 9.5744 21.0036 12.0177 20.9989C14.4611 20.9942 14.7687 20.9834 15.7287 20.9379C16.6886 20.8924 17.339 20.739 17.911 20.5154C18.5027 20.284 19.0043 19.9754 19.5031 19.4743C20.0019 18.9732 20.309 18.471 20.5378 17.8781C20.7595 17.3057 20.9102 16.651 20.9518 15.6938C20.9937 14.7331 21.0036 14.4264 20.9989 11.9827C20.9943 9.53901 20.9833 9.23265 20.9377 8.27288C20.8922 7.31312 20.7397 6.66134 20.5153 6.08911C20.284 5.49745 19.9753 4.99651 19.4745 4.49701C18.9737 3.99751 18.4712 3.69061 17.8784 3.46237C17.3057 3.24078 16.6514 3.08976 15.6934 3.04836C14.7354 3.00696 14.4271 2.99634 11.9828 3.00102C9.53858 3.0057 9.23258 3.01614 8.27263 3.06294ZM8.37775 19.3328C7.50024 19.2947 7.02378 19.1489 6.70625 19.0268C6.28577 18.8648 5.98624 18.669 5.6698 18.3556C5.35336 18.0422 5.15896 17.7416 4.99479 17.3221C4.87149 17.0045 4.72299 16.5286 4.68195 15.6511C4.63731 14.7027 4.62795 14.4179 4.62273 12.0151C4.61751 9.61227 4.62669 9.32787 4.66827 8.37908C4.70571 7.5023 4.85241 7.0253 4.97427 6.70796C5.13628 6.28694 5.3314 5.98795 5.6455 5.67169C5.9596 5.35543 6.25931 5.16067 6.67925 4.99651C6.99641 4.87267 7.47234 4.72543 8.34949 4.68367C9.29864 4.63867 9.58304 4.62967 11.9855 4.62445C14.388 4.61923 14.6731 4.62823 15.6226 4.66999C16.4994 4.70815 16.9766 4.85341 17.2936 4.97599C17.7143 5.13799 18.0136 5.33257 18.3299 5.64721C18.6461 5.96185 18.8411 6.26048 19.0052 6.68132C19.1293 6.99758 19.2765 7.47332 19.3179 8.351C19.3631 9.30015 19.3733 9.58473 19.3777 11.987C19.382 14.3893 19.3735 14.6746 19.3319 15.623C19.2936 16.5005 19.1482 16.9772 19.0259 17.2951C18.8639 17.7154 18.6686 18.0151 18.3543 18.3311C18.0401 18.6472 17.7407 18.842 17.3206 19.0061C17.0038 19.1298 16.5273 19.2774 15.6509 19.3192C14.7018 19.3638 14.4174 19.3732 12.014 19.3784C9.61058 19.3836 9.32708 19.3739 8.37793 19.3328M15.7148 7.18982C15.7152 7.40344 15.7789 7.61215 15.8978 7.78957C16.0168 7.96698 16.1858 8.10513 16.3833 8.18653C16.5808 8.26793 16.798 8.28894 17.0074 8.24689C17.2169 8.20484 17.4091 8.10162 17.5599 7.95029C17.7107 7.79896 17.8132 7.60632 17.8545 7.39673C17.8957 7.18714 17.8739 6.97001 17.7918 6.77281C17.7097 6.5756 17.5709 6.40719 17.3931 6.28885C17.2152 6.17052 17.0063 6.10759 16.7927 6.10801C16.5063 6.10859 16.2319 6.22287 16.0297 6.42574C15.8276 6.62861 15.7143 6.90345 15.7148 7.18982ZM7.37892 12.009C7.38396 14.5614 9.45686 16.6258 12.0087 16.621C14.5606 16.6161 16.6265 14.5434 16.6217 11.991C16.6168 9.43857 14.5434 7.3736 11.9911 7.37864C9.43886 7.38368 7.37406 9.45693 7.37892 12.009ZM9.00002 12.0057C8.99884 11.4124 9.17365 10.832 9.50232 10.338C9.831 9.84398 10.2988 9.45853 10.8465 9.23037C11.3943 9.00222 11.9974 8.94162 12.5796 9.05622C13.1617 9.17083 13.6969 9.4555 14.1173 9.87423C14.5377 10.293 14.8245 10.827 14.9414 11.4087C15.0583 11.9904 15.0001 12.5937 14.7741 13.1424C14.5481 13.691 14.1645 14.1603 13.6718 14.491C13.1791 14.8216 12.5994 14.9987 12.006 14.9999C11.6121 15.0007 11.2218 14.9239 10.8575 14.7739C10.4931 14.6238 10.162 14.4035 9.88281 14.1255C9.60367 13.8474 9.38203 13.5171 9.23056 13.1534C9.07909 12.7897 9.00075 12.3997 9.00002 12.0057Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-join {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.17285 14.2637C7.91665 12.7094 12.1344 12.759 15.8408 14.4004L15.9336 14.4414C16.9466 14.89 17.5996 15.8941 17.5996 17.002V19.2002C17.5996 19.642 17.2416 20 16.7998 20H2.7998C2.35807 19.9999 2 19.642 2 19.2002V17.0352C2.00009 15.9036 2.68148 14.8831 3.72656 14.4492L4.17285 14.2637ZM15.1924 15.8633C11.8867 14.3995 8.12511 14.3559 4.78613 15.7422L4.33984 15.9268C3.89199 16.1127 3.5997 16.5503 3.59961 17.0352V18.4004H16V17.002C16 16.5272 15.7202 16.0966 15.2861 15.9043L15.1924 15.8633ZM18.499 6C18.9408 6 19.2987 6.35807 19.2988 6.7998V8.7002H21.1992C21.641 8.7002 21.9989 9.05826 21.999 9.5C21.999 9.94183 21.641 10.2998 21.1992 10.2998H19.2988V12.2002C19.2988 12.642 18.9409 13 18.499 13C18.0573 12.9999 17.6992 12.642 17.6992 12.2002V10.2998H15.7998C15.3581 10.2997 15 9.94176 15 9.5C15.0001 9.05833 15.3581 8.7003 15.7998 8.7002H17.6992V6.7998C17.6993 6.35813 18.0574 6.00011 18.499 6ZM9.7998 4C11.8984 4 13.5995 5.70121 13.5996 7.7998C13.5996 9.89849 11.8985 11.5996 9.7998 11.5996C7.70121 11.5995 6 9.89842 6 7.7998C6.00011 5.70128 7.70128 4.00011 9.7998 4ZM9.7998 5.59961C8.58493 5.59971 7.59971 6.58493 7.59961 7.7998C7.59961 9.01477 8.58487 9.99989 9.7998 10C11.0148 10 12 9.01483 12 7.7998C11.9999 6.58487 11.0148 5.59961 9.7998 5.59961Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-kakao-story {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 10.0956V3H7.5V12.7278L11.6642 12.7293C11.2668 15.206 9.89608 17.1126 8.48792 18.1942L11.1048 21C14.358 18.6415 16.5 14.6464 16.5 10.0956Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-kakao-channel {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0009 3C7.30597 3 3.5 6.52336 3.5 10.8709C3.5 14.0818 4.8435 15.615 6.68351 17.0112L6.69263 17.0149V20.7831C6.69263 20.9622 6.89525 21.0627 7.03764 20.9567L10.2613 18.5609L10.3307 18.5902C10.871 18.6907 11.4296 18.7418 12.0009 18.7418C16.6959 18.7418 20.5 15.2185 20.5 10.8709C20.5 6.52336 16.694 3 12.0009 3ZM9.15145 12.8665C9.98567 12.8665 10.6976 12.3676 10.913 11.5964H12.1451C11.8439 13.0803 10.6903 14.0544 9.15328 14.0544C7.36621 14.0544 5.94969 12.7203 5.94969 10.8636C5.94969 9.0069 7.36621 7.67284 9.15328 7.67284C10.7067 7.67284 11.8677 8.66516 12.1542 10.1765H10.9257C10.7396 9.35594 10.0021 8.84425 9.15328 8.84425C7.95216 8.84425 7.15264 9.70133 7.15264 10.8636C7.15264 12.0259 8.06169 12.8665 9.15328 12.8665M17.2745 13.9319H16.1446V11.3808C16.1446 10.7942 15.8032 10.478 15.2775 10.478C14.6916 10.478 14.3155 10.838 14.3155 11.5654V13.9319H13.1856V7.69112H14.3155V10.0376C14.5857 9.62641 15.0238 9.42356 15.6189 9.42356C16.1008 9.42356 16.4951 9.58072 16.7999 9.90601C17.1157 10.2295 17.2727 10.6681 17.2727 11.2382V13.9301L17.2745 13.9319Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-location-away {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7871 17.7604C13.503 15.4486 17.495 15.4486 20.2109 17.7604C20.7104 18.1856 20.998 18.8086 20.998 19.4645V21.0006H10V19.4645C10 18.8087 10.2877 18.1856 10.7871 17.7604ZM10.9785 2.60025C11.1907 2.59467 11.3968 2.67382 11.5508 2.81998L15.7461 6.80533C15.664 6.80097 15.5812 6.79947 15.498 6.79947C14.8869 6.79952 14.304 6.91996 13.7705 7.13638L11.0293 4.53189L4.59961 11.319V19.4001H8.19922C8.26986 19.4001 8.33808 19.4102 8.40332 19.4274C8.40321 19.4394 8.40235 19.4515 8.40234 19.4635V20.9733C8.33743 20.9903 8.26947 20.9997 8.19922 20.9997H3.7998C3.35807 20.9996 3 20.6416 3 20.1999V10.9997C3.00009 10.7951 3.07903 10.5984 3.21973 10.4499L10.4189 2.85025C10.5649 2.69619 10.7664 2.60595 10.9785 2.60025ZM19.1738 18.9782C17.0557 17.1755 13.9423 17.1754 11.8242 18.9782C11.6983 19.0854 11.62 19.2372 11.6035 19.4001H19.3955C19.3791 19.2371 19.2998 19.0854 19.1738 18.9782ZM15.498 8.39908C15.913 8.39908 16.3085 8.48299 16.668 8.63541C17.7447 9.09086 18.5 10.1575 18.5 11.4001C18.4999 13.0568 17.1568 14.4001 15.5 14.4001C13.8432 14.4001 12.5001 13.0568 12.5 11.4001C12.5 9.86988 13.6457 8.60762 15.126 8.42349L15.125 8.42252C15.1438 8.42018 15.1627 8.41866 15.1816 8.41666C15.1914 8.41563 15.2012 8.41466 15.2109 8.41373C15.3055 8.40462 15.4012 8.39909 15.498 8.39908ZM15.5 9.99966C14.7268 9.99966 14.0996 10.6269 14.0996 11.4001C14.0997 12.1732 14.7269 12.7995 15.5 12.7995C16.2731 12.7995 16.9003 12.1732 16.9004 11.4001C16.9004 10.6269 16.2732 9.99966 15.5 9.99966Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-login {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2002 3C20.4123 3 20.6156 3.08441 20.7656 3.23438C20.9156 3.38436 20.9999 3.5877 21 3.7998V20.2031C20.9998 20.6448 20.6419 21.0029 20.2002 21.0029H12.8008C12.3591 21.0028 12.0011 20.6447 12.001 20.2031C12.001 19.7614 12.359 19.4024 12.8008 19.4023H19.4004V4.59961L12.8008 4.60059C12.3591 4.60048 12.001 4.24156 12.001 3.7998C12.0012 3.35822 12.3592 3.00011 12.8008 3H20.2002ZM9.22461 6.44531C9.53088 6.12718 10.0371 6.11771 10.3555 6.42383L15.5557 11.4238C15.7123 11.5746 15.8007 11.7826 15.8008 12C15.8008 12.2176 15.7125 12.4263 15.5557 12.5771L10.3555 17.5771C10.037 17.8832 9.53081 17.873 9.22461 17.5547C8.91849 17.2363 8.92796 16.7301 9.24609 16.4238L13.0146 12.7998H3.40234C2.96061 12.7997 2.60254 12.4418 2.60254 12C2.60265 11.5583 2.96067 11.2003 3.40234 11.2002H13.0146L9.24609 7.57715C8.92767 7.27091 8.91839 6.76378 9.22461 6.44531Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-login-id-password {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1992 4C21.1933 4 21.9989 4.80578 21.999 5.7998V18.2002C21.999 19.1943 21.1933 20 20.1992 20H3.7998C2.80578 19.9999 2.00001 19.1942 2 18.2002V5.7998C2.0002 4.80593 2.8059 4.00011 3.7998 4H20.1992ZM3.7998 5.60059C3.68956 5.60069 3.59981 5.68958 3.59961 5.7998V18.2002C3.59962 18.3106 3.68944 18.4003 3.7998 18.4004H20.1992C20.3097 18.4004 20.3994 18.3106 20.3994 18.2002V5.7998C20.3993 5.68944 20.3096 5.59961 20.1992 5.59961L3.7998 5.60059ZM18.2002 13.2002C18.6419 13.2003 18.9999 13.5583 19 14C19 14.4418 18.6419 14.7997 18.2002 14.7998H15.2002C14.7584 14.7998 14.4004 14.4418 14.4004 14C14.4005 13.5583 14.7584 13.2002 15.2002 13.2002H18.2002ZM6.40039 10.5996C7.17341 10.5998 7.7998 11.2269 7.7998 12C7.7998 12.7731 7.17341 13.4002 6.40039 13.4004C5.62719 13.4004 5 12.7732 5 12C5 11.2268 5.62719 10.5996 6.40039 10.5996ZM11.4004 10.5996C12.1734 10.5998 12.7998 11.2269 12.7998 12C12.7998 12.7731 12.1734 13.4002 11.4004 13.4004C10.6272 13.4004 10 12.7732 10 12C10 11.2268 10.6272 10.5996 11.4004 10.5996Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-logout {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1992 3C11.6409 3.00001 11.9988 3.35817 11.999 3.7998C11.999 4.24163 11.641 4.60059 11.1992 4.60059L4.59961 4.59961V19.4023H11.1992C11.641 19.4023 11.999 19.7613 11.999 20.2031C11.9989 20.6448 11.6409 21.0029 11.1992 21.0029H3.7998C3.35817 21.0028 3.00016 20.6447 3 20.2031V3.7998C3.00005 3.5877 3.08439 3.38436 3.23438 3.23438C3.38436 3.0844 3.58771 3.00005 3.7998 3H11.1992ZM14.8213 6.44531C15.1275 6.12683 15.6346 6.11759 15.9531 6.42383L21.1533 11.4238C21.3099 11.5746 21.3984 11.7826 21.3984 12C21.3984 12.2176 21.3101 12.4263 21.1533 12.5771L15.9531 17.5771C15.6346 17.8833 15.1275 17.8732 14.8213 17.5547C14.5154 17.2363 14.5256 16.73 14.8438 16.4238L18.6123 12.7998H9C8.55817 12.7998 8.2002 12.4418 8.2002 12C8.2003 11.5583 8.55824 11.2002 9 11.2002H18.6123L14.8438 7.57715C14.5253 7.27092 14.5151 6.7638 14.8213 6.44531Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-mail {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2002 4C21.1942 4.0001 21.9999 4.80585 22 5.7998V18.2002C21.9999 19.1941 21.1941 19.9999 20.2002 20H3.7998C2.80586 19.9999 2.00013 19.1941 2 18.2002V5.7998C2.00025 4.80597 2.80593 4.00011 3.7998 4H20.2002ZM12.4629 15.1533C12.1862 15.3487 11.8167 15.3488 11.54 15.1533L3.59961 9.54297V18.2002C3.59974 18.3105 3.68952 18.4003 3.7998 18.4004H20.2002C20.3105 18.4003 20.4003 18.3105 20.4004 18.2002V9.54004L12.4629 15.1533ZM3.7998 5.60059C3.68959 5.60069 3.59986 5.68962 3.59961 5.7998V7.58398L12.001 13.5205L20.4004 7.58008V5.7998C20.4003 5.6895 20.3105 5.59971 20.2002 5.59961L3.7998 5.60059Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-map {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.68945 3.06348C8.87627 2.98444 9.0869 2.979 9.27734 3.04883L14.9805 5.14062L19.8916 3.06348C20.1386 2.95903 20.4219 2.98561 20.6455 3.13379C20.8687 3.28195 21.0028 3.53191 21.0029 3.7998V17.7998C21.0029 18.1119 20.8215 18.3956 20.5381 18.5264L15.3369 20.9268C15.1374 21.0188 14.9082 21.025 14.7041 20.9434L9.02441 18.6709L4.41895 20.7959C3.75644 21.1014 3.00016 20.6172 3 19.8877L3.00195 6C3.00199 5.67866 3.19429 5.38888 3.49023 5.26367L8.68945 3.06348ZM9.79883 17.2568L14.1992 19.0166V6.55762L9.79883 4.94434V17.2568ZM15.7988 6.53125V18.9502L19.4033 17.2881V5.00684L15.7988 6.53125ZM4.60156 6.53027L4.60059 18.9502L8.19922 17.2891V5.00781L4.60156 6.53027Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-menu {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.999 17.2002C21.4408 17.2002 21.7987 17.5583 21.7988 18C21.7988 18.4418 21.4409 18.7998 20.999 18.7998H2.99902C2.55729 18.7997 2.19922 18.4418 2.19922 18C2.19932 17.5583 2.55735 17.2003 2.99902 17.2002H20.999ZM20.999 11.2002C21.4408 11.2002 21.7987 11.5583 21.7988 12C21.7988 12.4418 21.4409 12.7998 20.999 12.7998H2.99902C2.55729 12.7997 2.19922 12.4418 2.19922 12C2.19932 11.5583 2.55735 11.2003 2.99902 11.2002H20.999ZM20.999 5.2002C21.4408 5.2002 21.7987 5.55826 21.7988 6C21.7988 6.44183 21.4409 6.7998 20.999 6.7998H2.99902C2.55729 6.7997 2.19922 6.44176 2.19922 6C2.19932 5.55833 2.55735 5.2003 2.99902 5.2002H20.999Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-multi {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6658 14.8457 17.4482 16.3164L20.7666 19.6348C21.0785 19.9471 21.0786 20.4533 20.7666 20.7656C20.4542 21.078 19.9472 21.078 19.6348 20.7656L16.3174 17.4482C14.8462 18.6671 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039ZM10.8984 4C7.08767 4 3.99805 7.08963 3.99805 10.9004C3.99805 14.7112 7.08767 17.8008 10.8984 17.8008C12.7149 17.8008 14.3655 17.0966 15.5977 15.9492C15.6349 15.8757 15.6847 15.8065 15.7461 15.7451C15.8078 15.6834 15.8773 15.634 15.9512 15.5967C17.0966 14.3649 17.7988 12.7151 17.7988 10.9004C17.7988 7.08963 14.7092 4 10.8984 4ZM10.9033 7.10059C11.3451 7.10069 11.7031 7.45863 11.7031 7.90039V10.1006H13.9014C14.3432 10.1006 14.7012 10.4586 14.7012 10.9004C14.701 11.3421 14.3431 11.7002 13.9014 11.7002H11.7031V13.9004C11.703 14.342 11.345 14.7001 10.9033 14.7002C10.4616 14.7002 10.1037 14.3421 10.1035 13.9004V11.7002H7.90137C7.45973 11.7001 7.10172 11.342 7.10156 10.9004C7.10156 10.4586 7.45963 10.1007 7.90137 10.1006H10.1035V7.90039C10.1035 7.45856 10.4615 7.10059 10.9033 7.10059Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-myinfo {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.14355 13.3574C9.05449 10.1417 15.4274 10.2348 20.2422 13.5928C20.7165 13.9237 20.9989 14.4656 20.999 15.0439V19.2002C20.9988 20.1942 20.1932 21 19.1992 21H4.7998C3.80589 20.9999 3.00017 20.1941 3 19.2002V15.0791C3 14.4722 3.30584 13.9059 3.81348 13.5732L4.14355 13.3574ZM19.3262 14.9053C15.0473 11.9212 9.38381 11.8385 5.01953 14.6963L4.69043 14.9111C4.634 14.9481 4.59961 15.0116 4.59961 15.0791V19.2002C4.59978 19.3104 4.68954 19.3993 4.7998 19.3994H19.1992C19.3096 19.3994 19.3992 19.3105 19.3994 19.2002V15.0439C19.3993 14.9886 19.3716 14.9369 19.3262 14.9053ZM12 2C14.2091 2 16 3.79086 16 6C16 8.20914 14.2091 10 12 10C9.79086 10 8 8.20914 8 6C8 3.79086 9.79086 2 12 2ZM12 3.59961C10.6745 3.59961 9.59961 4.67452 9.59961 6C9.59961 7.32548 10.6745 8.40039 12 8.40039C13.3255 8.40039 14.4004 7.32548 14.4004 6C14.4004 4.67452 13.3255 3.59961 12 3.59961Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-naver-blog {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.36416 9.64203C5.98411 9.64203 5.67611 9.94089 5.67611 10.3097C5.67611 10.6784 5.98411 10.9787 6.36416 10.9787C6.74421 10.9787 7.05221 10.6798 7.05221 10.3097C7.05221 9.93952 6.74421 9.64203 6.36416 9.64203Z' fill='%2333363D'/%3E%3Cpath d='M13.1669 9.57212C12.7572 9.57212 12.4252 9.89428 12.4252 10.2918C12.4252 10.6894 12.7572 11.0116 13.1669 11.0116C13.5766 11.0116 13.9087 10.6894 13.9087 10.2918C13.9087 9.89428 13.5766 9.57212 13.1669 9.57212Z' fill='%2333363D'/%3E%3Cpath d='M16.9971 10.2918C16.9971 9.90388 17.3221 9.58857 17.7219 9.58857C18.1217 9.58857 18.4467 9.90388 18.4467 10.2918C18.4467 10.6798 18.1217 10.9951 17.7219 10.9951C17.3221 10.9951 16.9971 10.6798 16.9971 10.2918Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6759 3H19.3255C20.8033 3 22.0014 4.16253 22.0014 5.5965V14.0331C22.0014 15.467 20.8033 16.6296 19.3255 16.6296H14.1984L12.438 20.6532C12.438 20.6532 12.3179 21.0014 12.024 21.0014C11.7316 21.0014 11.6101 20.6532 11.6101 20.6532L9.84967 16.6296H4.6759C3.19808 16.6296 2 15.467 2 14.0331V5.5965C2 4.16253 3.19808 3 4.6759 3ZM6.63125 12.0439C6.63125 12.0439 8.27437 12 8.28285 10.4577H8.28144C8.28144 10.4577 8.50325 8.65499 6.73156 8.49459C6.73156 8.49459 5.91777 8.48637 5.63662 8.95248V7.12094C5.63662 7.12094 4.51483 7.13465 4.43995 7.12369V7.12094C4.4343 7.12232 4.43995 7.12369 4.43995 7.12369V11.9136H5.63662V11.6353C5.63662 11.6353 5.99548 12.0439 6.63125 12.0439ZM10.3894 11.9219V8.64265C10.3894 8.64265 10.5236 7.04006 8.65301 6.96603V8.11074C8.65301 8.11074 9.21814 8.23412 9.21814 8.67555V11.9219H10.3894ZM11.2018 10.2932C11.2018 11.2611 12.0805 12.0466 13.1656 12.0466C14.2506 12.0466 15.1294 11.2611 15.1294 10.2932C15.1294 9.32536 14.2506 8.53983 13.1656 8.53983C12.0805 8.53983 11.2018 9.32536 11.2018 10.2932ZM17.8548 13.7123C19.5996 13.7123 19.5826 12.0466 19.5826 12.0466V8.58644H18.3945V8.9374C18.0059 8.43016 17.3744 8.49596 17.3744 8.49596C15.7737 8.60975 15.7398 10.041 15.7398 10.041V10.5647C15.7398 11.9452 17.1978 12.0466 17.1978 12.0466C18.2263 12.0466 18.369 11.6024 18.369 11.6024C18.3775 12.6992 17.6442 12.6334 17.6442 12.6334H17.3235V13.7123H17.8548Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-new-folder {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3291 3.98584C10.5456 3.98543 10.7533 4.07283 10.9043 4.22803L12.3359 5.69971H20.1992C21.1933 5.69977 21.999 6.50641 21.999 7.50049V18.1997C21.999 19.1938 21.1933 20.0004 20.1992 20.0005H3.79785C2.80391 20.0005 1.99734 19.1946 1.99707 18.2007L1.99609 5.79834C1.99599 4.80547 2.8001 4.0004 3.79297 3.99854L10.3291 3.98584ZM3.7959 5.59814C3.68558 5.59835 3.59569 5.68802 3.5957 5.79834L3.59766 18.2007C3.59792 18.3109 3.68756 18.3999 3.79785 18.3999H20.1992C20.3096 18.3998 20.3994 18.3101 20.3994 18.1997V7.50049C20.3994 7.39007 20.3096 7.30035 20.1992 7.30029H11.9971C11.7812 7.30016 11.5743 7.21286 11.4238 7.05811L9.99316 5.58643L3.7959 5.59814ZM15.001 9.69971C15.4427 9.69981 15.8008 10.0587 15.8008 10.5005V12.2007H17.499C17.9409 12.2007 18.2988 12.5587 18.2988 13.0005C18.2987 13.4422 17.9408 13.8003 17.499 13.8003H15.8008V15.5005C15.8006 15.9421 15.4426 16.3002 15.001 16.3003C14.5592 16.3003 14.2013 15.9422 14.2012 15.5005V13.8003H12.499C12.0574 13.8002 11.6994 13.4421 11.6992 13.0005C11.6992 12.5587 12.0573 12.2008 12.499 12.2007H14.2012V10.5005C14.2012 10.0587 14.5591 9.69971 15.001 9.69971Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-open-new-window {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-panel-close {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2002 4C17.6419 4.00011 17.9999 4.35813 18 4.7998V19.2002C18 19.642 17.6419 19.9999 17.2002 20C16.7584 20 16.4004 19.642 16.4004 19.2002V4.7998C16.4005 4.35807 16.7584 4 17.2002 4ZM5.20508 4.26465C5.50057 3.93633 6.00655 3.90976 6.33496 4.20508L14.335 11.4053C14.5035 11.557 14.5996 11.7732 14.5996 12C14.5996 12.2268 14.5035 12.443 14.335 12.5947L6.33496 19.7949C6.00655 20.0903 5.5006 20.0637 5.20508 19.7354C4.90968 19.407 4.93634 18.901 5.26465 18.6055L12.6045 12L5.26465 5.39453C4.9364 5.09896 4.9096 4.593 5.20508 4.26465Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-panel-open {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.7998 4C7.24157 4 7.5995 4.35807 7.59961 4.7998V19.2002C7.59961 19.642 7.24163 20 6.7998 20C6.35807 19.9999 6 19.642 6 19.2002V4.7998C6.00011 4.35813 6.35813 4.00011 6.7998 4ZM17.665 4.20508C17.9935 3.90976 18.4994 3.93633 18.7949 4.26465C19.0904 4.593 19.0636 5.09896 18.7354 5.39453L11.3955 12L18.7354 18.6055C19.0637 18.901 19.0903 19.407 18.7949 19.7354C18.4994 20.0637 17.9934 20.0903 17.665 19.7949L9.66504 12.5947C9.49647 12.443 9.40039 12.2268 9.40039 12C9.40039 11.7732 9.49647 11.557 9.66504 11.4053L17.665 4.20508Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-pdf {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 2C13.7121 2 13.9154 2.08441 14.0654 2.23438L19.7646 7.93457C19.9146 8.08455 19.999 8.28792 19.999 8.5V11H20C20.5523 11 21 11.4477 21 12V18C21 18.5523 20.5523 19 20 19H19.999V20.2002C19.999 21.1943 19.1933 22 18.1992 22H5.7998C4.80578 21.9999 4 21.1942 4 20.2002V3.7998C4.00011 2.80585 4.80585 2.00011 5.7998 2H13.5ZM5.7998 3.59961C5.6895 3.59971 5.59971 3.6895 5.59961 3.7998V20.2002C5.59961 20.3106 5.68944 20.4003 5.7998 20.4004H18.1992C18.3097 20.4004 18.3994 20.3107 18.3994 20.2002V19H8C7.44772 19 7 18.5523 7 18V12C7 11.4477 7.44772 11 8 11H18.3994V9.2998H14.5C13.5059 9.2998 12.7002 8.49411 12.7002 7.5V3.59961H5.7998ZM14.2998 7.5C14.2998 7.61046 14.3895 7.7002 14.5 7.7002H17.2686L14.2998 4.73145V7.5Z' fill='%2333363D'/%3E%3Cpath d='M10.5049 13C11.4226 13.0002 11.9149 13.5586 11.915 14.3271C11.915 15.096 11.4168 15.6494 10.4932 15.6494H9.71875V17.0049H9V13H10.5049ZM13.8779 13C15.0726 13 15.7979 13.7526 15.7979 14.9971C15.7977 16.2468 15.073 17.0048 13.8564 17.0049H12.4961V13H13.8779ZM19 13.6025H17.1523V14.6982H18.8232V15.3008H17.1523V17.0049H16.4336V13H19V13.6025ZM13.2148 16.3799H13.8174C14.6524 16.3799 15.078 15.9205 15.0781 14.9971C15.0781 14.079 14.6528 13.6251 13.8398 13.625H13.2148V16.3799ZM9.71875 15.0576H10.3936C10.9356 15.0576 11.1797 14.753 11.1797 14.3271C11.1796 13.8959 10.9355 13.6025 10.3936 13.6025H9.71875V15.0576Z' fill='white'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-clock {
  --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='color-1'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z'%3E%3C/path%3E%3C/svg%3E");
}
:where(#top_layout, .snb, #foot_layout) .ico-play {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.6498 4.08082C7.92487 3.94681 8.25229 3.98143 8.49325 4.17001L17.6933 11.3702C17.887 11.5218 18.0002 11.7542 18.0002 12.0002C18.0002 12.2462 17.887 12.4786 17.6932 12.6302L8.49324 19.8302C8.25228 20.0188 7.92486 20.0534 7.64979 19.9194C7.37473 19.7854 7.2002 19.5062 7.2002 19.2002V4.80001C7.2002 4.49402 7.37473 4.21484 7.6498 4.08082ZM8.8002 6.44199V17.5582L15.9022 12.0002L8.8002 6.44199Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-popover-info {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.4772 22 12C22 17.5229 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.4772 6.47715 2 12 2ZM12 3.59961C7.36081 3.59961 3.59961 7.36085 3.59961 12C3.59961 16.6392 7.36081 20.4004 12 20.4004C16.6391 20.4004 20.4004 16.6392 20.4004 12C20.4004 7.36085 16.6391 3.59961 12 3.59961ZM12.9004 10.4307C13.0108 10.4307 13.1004 10.5205 13.1006 10.6309V15.5938H13.7998C13.9103 15.5938 14 15.6835 14 15.7939V16.5938C14 16.7042 13.9103 16.7939 13.7998 16.7939H10.2002C10.0897 16.7939 10 16.7042 10 16.5938V15.7939C10 15.6835 10.0897 15.5938 10.2002 15.5938H11.3008V11.8311C11.3007 11.7206 11.211 11.6309 11.1006 11.6309H10.3994C10.289 11.6309 10.1992 11.5411 10.1992 11.4307V10.6309C10.1994 10.5205 10.2891 10.4307 10.3994 10.4307H12.9004ZM11.8994 7.04102C12.5621 7.04112 13.0996 7.57853 13.0996 8.24121C13.0995 8.9038 12.562 9.4413 11.8994 9.44141C11.2367 9.44141 10.6993 8.90386 10.6992 8.24121C10.6992 7.57847 11.2367 7.04102 11.8994 7.04102Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-popover-help {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 7.36081 16.6392 3.6 12 3.6ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7353 8.88535C10.4794 9.22084 10.3992 9.61981 10.3992 9.80019H8.79922C8.79922 9.31391 8.969 8.56289 9.46312 7.91504C9.98744 7.22759 10.8464 6.7002 12.0992 6.7002C13.3215 6.7002 14.1879 7.17315 14.684 7.89863C15.1498 8.57982 15.2244 9.39323 15.0757 9.9928C14.831 10.9792 14.2362 11.7339 13.8311 12.0964C13.7182 12.1974 13.6209 12.2832 13.5362 12.3579C13.2247 12.6325 13.0861 12.7548 12.9821 12.9203C12.8896 13.0673 12.7977 13.3081 12.7977 14.0002H11.1977C11.1977 13.1923 11.2985 12.5921 11.6275 12.0688C11.867 11.6877 12.2251 11.3756 12.5602 11.0834C12.6296 11.0229 12.698 10.9632 12.7642 10.904C12.9816 10.7094 13.3706 10.2211 13.5227 9.60759C13.5725 9.40716 13.5471 9.07057 13.3633 8.80176C13.2097 8.57724 12.877 8.3002 12.0992 8.3002C11.352 8.3002 10.961 8.58946 10.7353 8.88535Z' fill='%2333363D'/%3E%3Cpath d='M10.9992 16.0002C10.9992 15.4479 11.4469 15.0002 11.9992 15.0002C12.5515 15.0002 12.9992 15.4479 12.9992 16.0002C12.9992 16.5525 12.5515 17.0002 11.9992 17.0002C11.4469 17.0002 10.9992 16.5525 10.9992 16.0002Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-printer {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1992 2C17.641 2 17.9989 2.35807 17.999 2.7998V7H20.2031C21.1972 7 22.0028 7.80578 22.0029 8.7998V18.2002C22.0029 18.642 21.645 19 21.2031 19H17.999V21.2002C17.999 21.642 17.641 22 17.1992 22H6.99902C6.55729 21.9999 6.19922 21.642 6.19922 21.2002V19H2.7998C2.58766 18.9999 2.38436 18.9157 2.23438 18.7656C2.0844 18.6156 2 18.4123 2 18.2002L2.00293 8.7998C2.00323 7.80593 2.80888 7.00005 3.80273 7H6V2.7998C6.00011 2.35813 6.35813 2.00011 6.7998 2H17.1992ZM7.79883 20.4004H16.3994V14.7998H7.79883V20.4004ZM3.80273 8.59961C3.69239 8.59966 3.60264 8.68946 3.60254 8.7998L3.60059 17.4004H6.19922V14C6.19932 13.5583 6.55735 13.2003 6.99902 13.2002H17.1992C17.4113 13.2002 17.6146 13.2846 17.7646 13.4346C17.9146 13.5846 17.999 13.7879 17.999 14V17.4004H20.4033V8.7998C20.4032 8.68944 20.3135 8.59961 20.2031 8.59961H3.80273ZM7.59961 7H16.3994V3.59961H7.59961V7Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-reset {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0459 2.6001C15.3853 2.6001 18.3197 4.32465 20 6.92725V4.00049C20 3.55873 20.3581 3.20079 20.7998 3.20068C21.2416 3.20068 21.5996 3.55866 21.5996 4.00049V9.00049C21.5995 9.44218 21.2415 9.80029 20.7998 9.80029H15.7998C15.3582 9.80019 15.0002 9.44212 15 9.00049C15 8.55873 15.3581 8.20079 15.7998 8.20068H18.9004C17.5583 5.81453 14.9927 4.19971 12.0459 4.19971C7.7072 4.19974 4.19727 7.6969 4.19727 12.0005C4.19748 16.3039 7.70733 19.8003 12.0459 19.8003C15.9831 19.8003 19.2395 16.9195 19.8066 13.1704C19.8727 12.7336 20.2809 12.4334 20.7178 12.4995C21.1543 12.5658 21.4547 12.973 21.3887 13.4097C20.7039 17.936 16.7795 21.3999 12.0459 21.3999C6.83213 21.3999 2.59787 17.1959 2.59766 12.0005C2.59766 6.80481 6.832 2.60013 12.0459 2.6001Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-round-check {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C13.6871 2 15.2758 2.41945 16.6699 3.15723L15.7598 4.48926C14.6283 3.92175 13.352 3.59961 12 3.59961C7.36081 3.59961 3.59961 7.36081 3.59961 12C3.59961 16.6392 7.36081 20.4004 12 20.4004C16.6392 20.4004 20.4004 16.6392 20.4004 12C20.4004 10.4818 19.9946 9.05913 19.29 7.83008L20.2764 6.3877C21.3637 7.98799 22 9.91946 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM18.0215 4.01562C18.4516 4.34048 18.8527 4.70108 19.2246 5.08984L18.2988 6.44531C17.9411 6.04002 17.5452 5.66985 17.1162 5.33984L18.0215 4.01562Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='%231C4690'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-round-check::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-scrap {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 3.79997C4 2.80586 4.80589 1.99997 5.8 1.99997H18.2C19.1942 1.99997 20.0008 2.80586 20.0008 3.79997V10.5055C20.0008 10.5192 20.0006 10.5329 20.0003 10.5466L20.0007 20.0422C20.0008 21.5752 18.2068 22.4066 17.0372 21.4157L12.2229 17.3371L6.89346 21.4083C5.70892 22.3131 4.00078 21.4685 4.00078 19.9779V9.58977C4.00026 9.57212 4 9.55444 4 9.53673V3.79997ZM5.8 3.59997C5.68954 3.59997 5.6 3.68951 5.6 3.79997V9.53673L5.60016 9.54468C5.60057 9.55521 5.60078 9.56574 5.60078 9.57627V19.9779C5.60078 20.1435 5.79058 20.2373 5.92219 20.1368L11.7632 15.6749C12.0619 15.4467 12.4791 15.4572 12.7659 15.7002L18.0714 20.1949C18.2014 20.305 18.4007 20.2126 18.4007 20.0423L18.4003 10.5362C18.4003 10.528 18.4004 10.5198 18.4007 10.5117L18.4008 10.5055V3.79997C18.4008 3.68951 18.3112 3.59997 18.2008 3.59997H5.8Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-search {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6658 14.8457 17.4482 16.3164L20.7666 19.6348C21.0785 19.9471 21.0786 20.4533 20.7666 20.7656C20.4542 21.078 19.9472 21.078 19.6348 20.7656L16.3174 17.4482C14.8462 18.6671 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039ZM10.8984 4C7.08767 4 3.99805 7.08963 3.99805 10.9004C3.99805 14.7112 7.08767 17.8008 10.8984 17.8008C12.7149 17.8008 14.3655 17.0966 15.5977 15.9492C15.6349 15.8757 15.6847 15.8065 15.7461 15.7451C15.8078 15.6834 15.8773 15.634 15.9512 15.5967C17.0966 14.3649 17.7988 12.7151 17.7988 10.9004C17.7988 7.08963 14.7092 4 10.8984 4Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-setting {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8955 1.6001C13.259 1.6001 13.5765 1.84524 13.6689 2.19678L14.166 4.08643L15.9434 4.81787L17.2383 3.7124C17.5557 3.44114 18.028 3.45918 18.3232 3.75439L20.2432 5.67432C20.5373 5.96845 20.5567 6.43871 20.2881 6.75635L19.1875 8.05908L19.9014 9.78271L21.7949 10.2651C22.1494 10.3554 22.3975 10.6747 22.3975 11.0405V12.938C22.3974 13.3022 22.1513 13.6207 21.7988 13.7124L19.8936 14.2085L19.1787 15.9351L20.2881 17.2427C20.5573 17.5603 20.5376 18.0313 20.2432 18.3257L18.3232 20.2456C18.0228 20.546 17.54 20.5594 17.2236 20.2759L17.1699 20.228C17.1354 20.1972 17.0855 20.1523 17.0244 20.0981C16.9018 19.9894 16.734 19.842 16.5537 19.6851C16.345 19.5033 16.1325 19.3206 15.9551 19.1733L14.2148 19.894L13.7334 21.7964C13.6435 22.1512 13.324 22.3997 12.958 22.3999H11.0381C10.6718 22.3999 10.3515 22.1514 10.2617 21.7964L9.78223 19.894L8.09375 19.1997L6.74316 20.3003C6.42502 20.5596 5.96208 20.5358 5.67188 20.2456L3.75195 18.3257C3.4522 18.0259 3.43861 17.5445 3.7207 17.228L4.83887 15.9731L4.11621 14.2583L2.18652 13.7319C1.8389 13.6368 1.59781 13.3209 1.59766 12.9604V11.0405C1.59766 10.6688 1.8538 10.3457 2.21582 10.2612L4.08984 9.82373L4.79395 8.09424L3.69629 6.74463C3.43794 6.42646 3.46213 5.96414 3.75195 5.67432L5.67188 3.75439C5.97146 3.45481 6.45296 3.4406 6.76953 3.72217L8.02832 4.84229L9.73926 4.12061L10.2461 2.19678C10.3386 1.84533 10.6561 1.6001 11.0195 1.6001H12.8955ZM11.1865 4.90869C11.1234 5.14865 10.9522 5.34544 10.7236 5.44189L8.18457 6.51221C7.90037 6.63201 7.57225 6.57851 7.3418 6.37354L6.26953 5.41943L5.39355 6.29541L6.33398 7.45264C6.51807 7.67922 6.56409 7.98885 6.4541 8.25928L5.41602 10.8101C5.31819 11.0504 5.11009 11.2285 4.85742 11.2876L3.19727 11.6753V12.3491L4.91309 12.8179C5.15005 12.8826 5.34404 13.0525 5.43945 13.2788L6.50977 15.8169C6.6297 16.1014 6.57557 16.4302 6.37012 16.6606L5.41797 17.729L6.29199 18.603L7.45215 17.6587C7.67965 17.4734 7.99036 17.4269 8.26172 17.5386L10.7627 18.5679C10.997 18.6643 11.1723 18.8662 11.2344 19.1118L11.6611 20.8003H12.335L12.7627 19.1128C12.8247 18.8681 12.9983 18.6665 13.2314 18.5698L15.7764 17.5161C16.0315 17.4105 16.3232 17.4434 16.5479 17.604C16.7977 17.7826 17.2481 18.1678 17.6045 18.478C17.6451 18.5133 17.6847 18.5485 17.7236 18.5825L18.5908 17.7153L17.6426 16.5972C17.4487 16.3685 17.399 16.0499 17.5137 15.7729L18.5684 13.228C18.6643 12.9965 18.8629 12.8234 19.1055 12.7603L20.7979 12.3198V11.6626L19.1182 11.2349C18.8737 11.1727 18.6728 10.9991 18.5762 10.7661L17.5225 8.22119C17.408 7.94469 17.4573 7.62752 17.6504 7.39893L18.5918 6.28564L17.7148 5.40869L16.6113 6.35205C16.3831 6.54695 16.0647 6.59803 15.7871 6.48389L13.1885 5.41455C12.9568 5.31911 12.7834 5.12075 12.7197 4.87842L12.2783 3.19971H11.6357L11.1865 4.90869ZM11.999 8.20068C14.0978 8.20068 15.7988 9.90176 15.7988 12.0005C15.7987 14.0991 14.0977 15.8003 11.999 15.8003C9.90048 15.8002 8.19938 14.099 8.19922 12.0005C8.19922 9.90183 9.90039 8.20079 11.999 8.20068ZM11.999 9.80029C10.784 9.8004 9.79883 10.7855 9.79883 12.0005C9.79899 13.2154 10.7841 14.2006 11.999 14.2007C13.214 14.2007 14.1991 13.2154 14.1992 12.0005C14.1992 10.7854 13.2141 9.80029 11.999 9.80029Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-share {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6982 3C19.5207 3 20.9979 4.47735 20.998 6.2998C20.998 8.12234 19.5208 9.59961 17.6982 9.59961C16.6491 9.59955 15.7147 9.10992 15.1104 8.34668L9.52734 11.3096C9.57476 11.5322 9.5996 11.7632 9.59961 12C9.59961 12.3143 9.55475 12.6182 9.47266 12.9062L14.9795 15.8291C15.5746 14.9658 16.5704 14.4005 17.6982 14.4004C19.5208 14.4004 20.998 15.8777 20.998 17.7002C20.9979 19.5226 19.5207 21 17.6982 21C15.8759 20.9999 14.3986 19.5225 14.3984 17.7002C14.3984 17.5792 14.4043 17.4594 14.417 17.3418L8.67188 14.293C8.07186 14.9136 7.2312 15.2998 6.2998 15.2998C4.47735 15.2997 3 13.8225 3 12C3.00011 10.1776 4.47742 8.7003 6.2998 8.7002C7.31168 8.7002 8.21693 9.156 8.82227 9.87305L14.4512 6.88477C14.4172 6.69491 14.3984 6.49942 14.3984 6.2998C14.3985 4.47742 15.8759 3.00011 17.6982 3ZM17.6982 16C16.7594 16.0001 15.998 16.7614 15.998 17.7002C15.9982 18.6389 16.7595 19.4003 17.6982 19.4004C18.637 19.4004 19.3983 18.6389 19.3984 17.7002C19.3984 16.7613 18.6371 16 17.6982 16ZM6.2998 10.2998C5.36108 10.2999 4.59971 11.0613 4.59961 12C4.59961 12.9388 5.36101 13.7001 6.2998 13.7002C7.23869 13.7002 8 12.9389 8 12C7.99989 11.0612 7.23862 10.2998 6.2998 10.2998ZM17.6982 4.59961C16.7595 4.59971 15.9982 5.36108 15.998 6.2998C15.998 7.23862 16.7594 7.99989 17.6982 8C18.6371 8 19.3984 7.23869 19.3984 6.2998C19.3983 5.36101 18.6371 4.59961 17.6982 4.59961Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-stat-down {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6207 17.5592L4.11016 8.82602C3.83137 8.50185 4.06169 8 4.48925 8H19.5117C19.9393 8 20.1696 8.50189 19.8908 8.82605L12.3789 17.5593C12.1794 17.7912 11.8202 17.7912 11.6207 17.5592Z' fill='%230B78CB'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-stat-down::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-stat-up {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3803 6.44058L19.8908 15.1738C20.1696 15.498 19.9393 15.9998 19.5117 15.9998L4.48925 15.9998C4.06166 15.9998 3.83135 15.4979 4.11018 15.1738L11.6221 6.44055C11.8216 6.20861 12.1808 6.20862 12.3803 6.44058Z' fill='%23D63D4A'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-stat-up::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-stop {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99902 4C7.44079 4 7.79872 4.35807 7.79883 4.7998V19.2002C7.79883 19.642 7.44085 20 6.99902 20C6.55729 19.9999 6.19922 19.642 6.19922 19.2002V4.7998C6.19932 4.35813 6.55735 4.00011 6.99902 4ZM16.999 4C17.4408 4 17.7987 4.35807 17.7988 4.7998V19.2002C17.7988 19.642 17.4409 20 16.999 20C16.5573 19.9999 16.1992 19.642 16.1992 19.2002V4.7998C16.1993 4.35813 16.5574 4.00011 16.999 4Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-nonmember {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5244 13.75C19.773 13.3848 20.2705 13.2905 20.6357 13.5391C21.0007 13.7877 21.0952 14.2852 20.8467 14.6504L16.7637 20.6504C16.6296 20.8473 16.414 20.9737 16.1768 20.9961C15.9397 21.0183 15.7046 20.934 15.5361 20.7656L13.0352 18.2656C12.7228 17.9533 12.7229 17.4472 13.0352 17.1348C13.3474 16.8224 13.8535 16.8218 14.166 17.1338L15.9844 18.9512L19.5244 13.75ZM11.4287 11.3203C13.8087 11.3203 15.9391 12.3901 17.3691 14.0801L16.4189 15.4795C15.2889 13.9296 13.4786 12.9199 11.4287 12.9199C8.2788 12.92 5.66929 15.2804 5.2793 18.3203H11.2891C11.3991 18.7201 11.6093 19.0995 11.9092 19.3994L12.4287 19.9199H4.42871C3.9889 19.9198 3.62907 19.5599 3.62891 19.1201C3.62891 14.8202 7.1288 11.3204 11.4287 11.3203ZM10.999 3C13.0976 3 14.7987 4.70121 14.7988 6.7998C14.7988 8.89848 13.0977 10.5996 10.999 10.5996C8.90043 10.5995 7.19922 8.89842 7.19922 6.7998C7.19932 4.70128 8.9005 3.00011 10.999 3ZM10.999 4.59961C9.78415 4.59971 8.79893 5.58494 8.79883 6.7998C8.79883 8.01476 9.78409 8.99989 10.999 9C12.214 9 13.1992 8.01483 13.1992 6.7998C13.1991 5.58487 12.214 4.59961 10.999 4.59961Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-system-danger {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12C2 17.5228 6.47715 22 12 22V22C17.5228 22 22 17.5228 22 12V12C22 6.47715 17.5228 2 12 2V2C6.47715 2 2 6.47715 2 12V12Z' fill='%23DE3412'/%3E%3Cpath d='M14.4355 8.43457C14.748 8.12235 15.2541 8.12222 15.5664 8.43457C15.8788 8.74692 15.8786 9.25299 15.5664 9.56543L13.1309 12.001L15.5645 14.4346C15.8769 14.747 15.8769 15.253 15.5645 15.5654C15.252 15.8778 14.746 15.8778 14.4336 15.5654L12 13.1318L9.56641 15.5654C9.25399 15.8778 8.74797 15.8778 8.43555 15.5654C8.12313 15.253 8.12313 14.747 8.43555 14.4346L10.8691 12.001L8.43359 9.56543C8.12137 9.25299 8.12124 8.74692 8.43359 8.43457C8.74595 8.12222 9.25202 8.12235 9.56445 8.43457L12 10.8701L14.4355 8.43457Z' fill='white'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-system-danger::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-system-info {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' transform='matrix(1 0 0 -1 2 22)' fill='%230B78CB'/%3E%3Cpath d='M11.8992 9.44102C12.562 9.44102 13.0992 8.90376 13.0992 8.24102C13.0992 7.57827 12.562 7.04102 11.8992 7.04102C11.2365 7.04102 10.6992 7.57827 10.6992 8.24102C10.6992 8.90376 11.2365 9.44102 11.8992 9.44102Z' fill='white'/%3E%3Cpath d='M10.3992 10.4312C10.2888 10.4312 10.1992 10.5207 10.1992 10.6312V11.4312C10.1992 11.5416 10.2888 11.6312 10.3992 11.6312H11.1008C11.2112 11.6312 11.3008 11.7207 11.3008 11.8312V15.5938H10.2C10.0895 15.5938 10 15.6833 10 15.7938V16.5937C10 16.7042 10.0895 16.7937 10.2 16.7937H13.8C13.9105 16.7937 14 16.7042 14 16.5937V15.7937C14 15.6833 13.9105 15.5938 13.8 15.5938H13.1008V10.6312C13.1008 10.5207 13.0112 10.4312 12.9008 10.4312H10.3992Z' fill='white'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-system-info::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-system-success {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' transform='matrix(1 0 0 -1 2 22)' fill='%23228738'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7533 8.33948C16.1181 8.58876 16.2117 9.08656 15.9625 9.45135L11.8625 15.4513C11.7282 15.6479 11.5133 15.7744 11.2763 15.7965C11.0394 15.8187 10.8048 15.7341 10.6364 15.5659L8.13488 13.0659C7.82236 12.7535 7.82221 12.247 8.13453 11.9345C8.44685 11.622 8.95338 11.6218 9.2659 11.9341L11.0854 13.7525L14.6414 8.54864C14.8907 8.18385 15.3885 8.09021 15.7533 8.33948Z' fill='white'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-system-success::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-system-warning {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1704 2.49351C11.5391 1.8355 12.4609 1.8355 12.8296 2.49351L22.3702 19.5195C22.7389 20.1775 22.278 21 21.5406 21H2.45939C1.72195 21 1.26105 20.1775 1.62977 19.5195L11.1704 2.49351Z' fill='%239E6A00'/%3E%3Cpath d='M12.5 16C12.7761 16 13 16.2239 13 16.5V17.5C13 17.7761 12.7761 18 12.5 18H11.5C11.2239 18 11 17.7761 11 17.5V16.5C11 16.2239 11.2239 16 11.5 16H12.5ZM12.5 8C12.7761 8 13 8.22386 13 8.5V14.5C13 14.7761 12.7761 15 12.5 15H11.5C11.2239 15 11 14.7761 11 14.5V8.5C11 8.22386 11.2239 8 11.5 8H12.5Z' fill='white'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-system-warning::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-time {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.99951C17.5228 1.99951 22 6.47666 22 11.9995C22 17.5223 17.5228 21.9995 12 21.9995C6.47715 21.9995 2 17.5223 2 11.9995C2 6.47666 6.47715 1.99951 12 1.99951ZM12 3.59912C7.36081 3.59912 3.59961 7.36032 3.59961 11.9995C3.59961 16.6387 7.36081 20.3999 12 20.3999C16.6391 20.3999 20.4004 16.6387 20.4004 11.9995C20.4004 7.36032 16.6391 3.59912 12 3.59912ZM11.999 6.69971C12.4408 6.69971 12.7987 7.05777 12.7988 7.49951V11.1997H16.5C16.9416 11.2 17.2998 11.5588 17.2998 12.0005C17.2995 12.4419 16.9414 12.8 16.5 12.8003H11.999C11.5574 12.8002 11.1995 12.442 11.1992 12.0005V7.49951C11.1993 7.05784 11.5574 6.69981 11.999 6.69971Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-top {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7998 6C12.0204 6 12.2316 6.09128 12.3828 6.25195L17.3828 11.5654C17.6855 11.8871 17.6701 12.3935 17.3486 12.6963C17.0269 12.999 16.5206 12.9837 16.2178 12.6621L12.5996 8.81738V20.7998C12.5996 21.2416 12.2416 21.5996 11.7998 21.5996C11.3581 21.5995 11 21.2416 11 20.7998V8.81738L7.38281 12.6621C7.08004 12.9839 6.57373 12.9991 6.25195 12.6963C5.93019 12.3935 5.91501 11.8872 6.21777 11.5654L11.2178 6.25195C11.3689 6.09139 11.5793 6.00005 11.7998 6ZM18.2002 3C18.6419 3.00011 18.9999 3.35813 19 3.7998C19 4.24157 18.6419 4.5995 18.2002 4.59961H5.7998C5.35807 4.5995 5 4.24157 5 3.7998C5.00011 3.35813 5.35813 3.00011 5.7998 3H18.2002Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-trophy {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.43452 2.23431C6.58455 2.08428 6.78804 2 7.00021 2L17.0002 2.0002C17.442 2.0002 17.8002 2.35837 17.8002 2.8002V4.2H18.5002C20.3227 4.2 21.8002 5.67746 21.8002 7.5C21.8002 9.32254 20.3227 10.8 18.5002 10.8H17.8002V11C17.8002 13.9318 15.6249 16.3556 12.8002 16.7453V20.4H16.0002C16.442 20.4 16.8002 20.7582 16.8002 21.2C16.8002 21.6418 16.442 22 16.0002 22H8.0002C7.55837 22 7.2002 21.6418 7.2002 21.2C7.2002 20.7582 7.55837 20.4 8.0002 20.4H11.2002V16.7453C8.37552 16.3556 6.2002 13.9318 6.2002 11V10.8H5.5002C3.67765 10.8 2.2002 9.32254 2.2002 7.5C2.2002 5.67746 3.67766 4.2 5.5002 4.2H6.2002V2.8C6.2002 2.58782 6.28448 2.38434 6.43452 2.23431ZM6.2002 5.8H5.5002C4.56131 5.8 3.8002 6.56112 3.8002 7.5C3.8002 8.43888 4.56131 9.2 5.5002 9.2H6.2002V5.8ZM7.8002 3.60002L16.2002 3.60018V11C16.2002 13.3196 14.3198 15.2 12.0002 15.2C9.6806 15.2 7.8002 13.3196 7.8002 11V3.60002ZM17.8002 9.2H18.5002C19.4391 9.2 20.2002 8.43888 20.2002 7.5C20.2002 6.56112 19.4391 5.8 18.5002 5.8H17.8002V9.2Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-upload {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1992 15.2002C21.641 15.2002 21.9989 15.5583 21.999 16V19.2002C21.999 19.642 21.641 20 21.1992 20H2.7998C2.58767 19.9999 2.38436 19.9157 2.23438 19.7656C2.0844 19.6156 2 19.4123 2 19.2002L2.00098 16C2.00108 15.5582 2.35904 15.2002 2.80078 15.2002C3.24248 15.2003 3.60048 15.5584 3.60059 16V18.4004H20.3994V16C20.3995 15.5583 20.7575 15.2002 21.1992 15.2002ZM11.999 3C12.2166 3 12.4253 3.08829 12.5762 3.24512L17.5762 8.44531C17.8824 8.7638 17.8722 9.27093 17.5537 9.57715C17.2353 9.88307 16.729 9.87284 16.4229 9.55469L12.7988 5.78613V15.5C12.7988 15.9418 12.4409 16.2998 11.999 16.2998C11.5573 16.2997 11.1992 15.9418 11.1992 15.5V5.78613L7.57617 9.55469C7.26995 9.87316 6.76282 9.88335 6.44434 9.57715C6.12585 9.27091 6.11662 8.7638 6.42285 8.44531L11.4229 3.24512C11.5736 3.08852 11.7816 3.00005 11.999 3Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-view-all {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2002 13C10.6419 13.0001 10.9999 13.3581 11 13.7998V20.2002C10.9999 20.6419 10.6419 20.9999 10.2002 21H3.7998C3.35813 20.9999 3.00011 20.6419 3 20.2002V13.7998C3.00011 13.3581 3.35813 13.0001 3.7998 13H10.2002ZM20.2002 13C20.6419 13.0001 20.9999 13.3581 21 13.7998V20.2002C20.9999 20.6419 20.6419 20.9999 20.2002 21H13.7998C13.3581 20.9999 13.0001 20.6419 13 20.2002V13.7998C13.0001 13.3581 13.3581 13.0001 13.7998 13H20.2002ZM4.59961 19.4004H9.40039V14.5996H4.59961V19.4004ZM14.5996 19.4004H19.4004V14.5996H14.5996V19.4004ZM10.2002 3C10.6419 3.00011 10.9999 3.35813 11 3.7998V10.2002C10.9999 10.6419 10.6419 10.9999 10.2002 11H3.7998C3.35813 10.9999 3.00011 10.6419 3 10.2002V3.7998C3.00011 3.35813 3.35813 3.00011 3.7998 3H10.2002ZM20.2002 3C20.6419 3.00011 20.9999 3.35813 21 3.7998V10.2002C20.9999 10.6419 20.6419 10.9999 20.2002 11H13.7998C13.3581 10.9999 13.0001 10.6419 13 10.2002V3.7998C13.0001 3.35813 13.3581 3.00011 13.7998 3H20.2002ZM4.59961 9.40039H9.40039V4.59961H4.59961V9.40039ZM14.5996 9.40039H19.4004V4.59961H14.5996V9.40039Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-view-mode {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.8672 13.8677C20.0881 13.8677 20.2676 14.0472 20.2676 14.2681V16.4819H20.7988C21.0197 16.4819 21.1992 16.6605 21.1992 16.8813V17.3755C21.1992 17.5964 21.0197 17.7759 20.7988 17.7759H20.2676V20.8003C20.2673 21.021 20.088 21.1997 19.8672 21.1997H19.1768C18.956 21.1997 18.7766 21.021 18.7764 20.8003V14.2681C18.7764 14.0472 18.9558 13.8677 19.1768 13.8677H19.8672ZM20.2666 17.5757C20.1561 17.5757 20.0664 17.6654 20.0664 17.7759V20.8003C20.0663 20.897 19.9975 20.9771 19.9062 20.9956H19.9072C19.9984 20.9771 20.0672 20.8969 20.0674 20.8003V17.7759C20.0674 17.6654 20.1571 17.5757 20.2676 17.5757H20.2666ZM17.9883 14.5649C18.2078 14.5649 18.391 14.7435 18.3857 14.9692C18.3616 15.9844 18.1542 16.9387 17.665 17.7866C17.175 18.6359 16.4101 19.3659 15.2939 19.9429C15.1191 20.0332 14.9066 19.9803 14.792 19.8247L14.418 19.3169C14.2697 19.1155 14.3424 18.8363 14.5547 18.7222C15.8933 18.0029 16.6252 17.1042 16.8496 15.8589H15.0547C14.8339 15.8587 14.6553 15.6793 14.6553 15.4585V14.9644C14.6555 14.7437 14.834 14.5651 15.0547 14.5649H17.9883ZM17.9873 14.7651C18.0978 14.7651 18.1882 14.8549 18.1855 14.9653C18.1383 16.9475 17.3746 18.6417 15.2012 19.7651C15.1797 19.7762 15.1566 19.782 15.1338 19.7847C15.157 19.7821 15.1804 19.7764 15.2021 19.7651C17.3758 18.6416 18.1394 16.9468 18.1865 14.9644C18.189 14.8541 18.0986 14.7651 17.9883 14.7651H17.9873ZM11.999 3.80029C14.7286 3.80029 17.1549 5.0587 18.8789 6.51416C19.7448 7.24516 20.4566 8.04397 20.958 8.79736C21.438 9.5186 21.7988 10.3084 21.7988 11.0005C21.7988 11.5029 21.6113 12.0069 21.3506 12.4614C21.1307 12.8447 20.641 12.9772 20.2578 12.7573C19.8749 12.5375 19.7425 12.0486 19.9619 11.6655C20.1477 11.3417 20.1992 11.1182 20.1992 11.0005C20.1992 10.7925 20.0569 10.3316 19.626 9.68408C19.2165 9.0688 18.6094 8.38075 17.8467 7.73682C16.3134 6.44237 14.2398 5.3999 11.999 5.3999C9.75822 5.39996 7.68465 6.44236 6.15137 7.73682C5.38868 8.38073 4.7815 9.06882 4.37207 9.68408C3.94127 10.3315 3.79883 10.7926 3.79883 11.0005C3.79892 11.2085 3.94131 11.6696 4.37207 12.3169C4.78152 12.9322 5.38867 13.6203 6.15137 14.2642C7.68464 15.5586 9.75827 16.6 11.999 16.6001C12.4407 16.6001 12.7986 16.9583 12.7988 17.3999C12.7988 17.8417 12.4409 18.2007 11.999 18.2007C9.26946 18.2006 6.84313 16.9423 5.11914 15.4868C4.2532 14.7557 3.54144 13.9561 3.04004 13.2026C2.56025 12.4816 2.19929 11.6924 2.19922 11.0005C2.19922 10.3084 2.56008 9.5186 3.04004 8.79736C3.54142 8.04394 4.25326 7.24519 5.11914 6.51416C6.84314 5.05869 9.26941 3.80035 11.999 3.80029ZM19.8662 14.0679C19.9767 14.0679 20.0664 14.1576 20.0664 14.2681V16.4819C20.0666 16.5923 20.1562 16.6821 20.2666 16.6821H20.7979C20.9082 16.6821 20.9979 16.771 20.998 16.8813V17.3755C20.998 17.4859 20.9083 17.5757 20.7979 17.5757H20.7988C20.9093 17.5757 20.999 17.4859 20.999 17.3755V16.8813C20.999 16.7709 20.9093 16.6812 20.7988 16.6812H20.2676C20.1573 16.6812 20.0676 16.5922 20.0674 16.4819V14.2681C20.0674 14.1576 19.9776 14.0679 19.8672 14.0679H19.8662ZM11.999 6.96045C14.2737 6.96045 16.1738 8.73879 16.1738 11.0005C16.1737 13.2621 14.2737 15.0405 11.999 15.0405C9.72448 15.0404 7.82433 13.262 7.82422 11.0005C7.82422 8.73886 9.72441 6.96055 11.999 6.96045ZM11.999 8.56006C10.5459 8.56016 9.42383 9.68344 9.42383 11.0005C9.42394 12.3175 10.546 13.4398 11.999 13.4399C13.4522 13.4399 14.5741 12.3175 14.5742 11.0005C14.5742 9.68338 13.4522 8.56006 11.999 8.56006Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-visibility {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.998 5.7002C16.5175 5.7002 20.584 8.18238 21.8545 11.5576C21.9789 11.8885 21.9969 12.2598 21.8848 12.6143C21.1099 15.0622 18.0558 18.2998 11.998 18.2998C5.91669 18.2996 2.92064 14.7467 2.13477 12.6416C2.00672 12.2985 2.00536 11.9315 2.11133 11.5986C2.66321 9.86509 4.03948 8.39152 5.7832 7.36133C7.535 6.32641 9.71843 5.70028 11.998 5.7002ZM11.998 7.2998C10.0025 7.29989 8.10004 7.85013 6.59668 8.73828C5.0852 9.63127 4.03661 10.8282 3.63672 12.084C3.6364 12.085 3.63591 12.0862 3.63574 12.0869C4.20492 13.6042 6.62802 16.7 11.998 16.7002C17.4324 16.7002 19.8162 13.8465 20.3594 12.1328C20.3593 12.1313 20.3588 12.1273 20.3564 12.1211C19.3771 9.51951 16.0275 7.2998 11.998 7.2998ZM11.999 8.2002C14.0976 8.2002 15.7987 9.90141 15.7988 12C15.7988 14.0987 14.0977 15.7998 11.999 15.7998C9.90043 15.7997 8.19922 14.0986 8.19922 12C8.19932 9.90147 9.9005 8.2003 11.999 8.2002ZM11.999 9.7998C10.7842 9.79991 9.79893 10.7851 9.79883 12C9.79883 13.215 10.7841 14.2001 11.999 14.2002C13.214 14.2002 14.1992 13.215 14.1992 12C14.1991 10.7851 13.214 9.7998 11.999 9.7998Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-visibility-off {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3.00006C3.31242 2.68764 3.81942 2.68764 4.13184 3.00006L21.001 19.8682C21.3133 20.1806 21.3132 20.6876 21.001 21.0001C20.6886 21.3125 20.1816 21.3125 19.8691 21.0001L16.4688 17.5997L16.4678 17.6006L15.1875 16.3184L14.0596 15.1905V15.1915L12.8818 14.0128L9.98438 11.1153V11.1163L8.80664 9.93951V9.93756L7.25488 8.3858L7.25391 8.38678L6.06738 7.20026L6.06836 7.19928L3 4.13092C2.68782 3.81849 2.68769 3.31241 3 3.00006ZM6.52148 8.78522C6.50398 8.79579 6.48614 8.8058 6.46875 8.81647C5.02269 9.70327 4.02444 10.8673 3.63672 12.087C4.19795 13.5857 6.61199 16.7003 12 16.7003C12.8199 16.7003 13.57 16.6337 14.2549 16.5176L15.5996 17.8624C14.5422 18.1379 13.3453 18.2999 12 18.2999C5.62155 18.2999 2.62773 14.3894 2.03125 12.3262C1.99156 12.1889 1.98978 12.0428 2.02539 11.9044C2.46833 10.1829 3.72466 8.69871 5.36133 7.62506L6.52148 8.78522ZM12 5.70026C16.6464 5.70026 20.8267 8.32816 21.9609 11.8594C22.0058 11.9991 22.0109 12.1484 21.9766 12.2911C21.6552 13.625 20.621 15.2609 18.751 16.4893L17.5918 15.3292C19.2078 14.3597 20.063 13.0717 20.3613 12.1309C19.3859 9.52815 16.0411 7.29987 12 7.29987C11.2433 7.29987 10.5002 7.37885 9.78711 7.52545L8.46875 6.20709C9.58401 5.88075 10.7783 5.70026 12 5.70026ZM9.80176 12.0655C9.8358 13.2284 10.7707 14.1622 11.9336 14.1964L13.3057 15.5684C12.8982 15.7177 12.4582 15.7999 11.999 15.7999C9.90045 15.7998 8.19925 14.0987 8.19922 12.0001C8.19924 11.5407 8.2803 11.1001 8.42969 10.6924L9.80176 12.0655ZM11.999 8.20026C14.0976 8.20026 15.7987 9.90147 15.7988 12.0001C15.7988 12.4588 15.7173 12.8986 15.5684 13.3057L14.1953 11.9327C14.1602 10.7707 13.2267 9.83679 12.0645 9.8028L10.6924 8.42975C11.0997 8.28062 11.5401 8.20028 11.999 8.20026Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-x-twitter {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6173 10.6218L19.9459 3H18.4463L12.9511 9.61788L8.56215 3H3.5L10.137 13.0074L3.5 21H4.99977L10.8028 14.0113L15.4379 21H20.5L13.6169 10.6218H13.6173ZM11.5632 13.0956L10.8907 12.0991L5.54016 4.16971H7.84371L12.1617 10.5689L12.8341 11.5655L18.447 19.8835H16.1434L11.5632 13.096V13.0956Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-youtube {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.5C12 4.5 18.254 4.49975 19.8135 4.94727C20.6737 5.19403 21.3525 5.92006 21.582 6.8418C22.0002 8.51357 22 12 22 12C22 12.001 22.0002 15.4879 21.582 17.1582C21.3525 18.0799 20.6737 18.806 19.8135 19.0527C18.254 19.5002 12 19.5 12 19.5C11.9984 19.5 5.74694 19.5002 4.18652 19.0527C3.32632 18.806 2.64753 18.0799 2.41797 17.1582C1.99985 15.4867 2 12.001 2 12C2 12 1.99979 8.51357 2.41797 6.8418C2.64753 5.92006 3.32632 5.19403 4.18652 4.94727C5.7458 4.49981 11.9984 4.5 12 4.5ZM10 14.5L15 12L10 9.5V14.5Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-curser {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.31593 2.04989C6.19046 1.93495 5.99198 2.03206 6.00025 2.20435L6.74284 17.6834C6.75068 17.8467 6.93975 17.9277 7.05861 17.8187L10.8369 14.3531C10.9293 14.2683 11.0749 14.2959 11.1318 14.4089L14.897 21.8947C14.945 21.9901 15.0593 22.0275 15.1524 21.9784L16.6745 21.1738C16.7675 21.1246 16.8041 21.0074 16.7561 20.912L13.1235 13.6898C13.0614 13.5664 13.1419 13.418 13.2768 13.407L17.8253 13.0339C17.9915 13.0203 18.0608 12.8092 17.9365 12.6953L6.31593 2.04989Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.99308 17.8471C6.87267 17.9566 6.68114 17.8752 6.6732 17.7112L5.92095 2.16212C5.91258 1.98905 6.11364 1.8915 6.24074 2.00695L18.0124 12.7005C18.1384 12.8149 18.0681 13.027 17.8998 13.0407L13.2922 13.4154C13.1554 13.4265 13.0739 13.5756 13.1368 13.6995L16.8167 20.9544C16.8653 21.0502 16.8283 21.1679 16.734 21.2174L15.1921 22.0256C15.0978 22.075 14.982 22.0373 14.9334 21.9415L11.1192 14.4219C11.0616 14.3083 10.9141 14.2807 10.8205 14.3658L6.99308 17.8471ZM10.4361 17.3351L8.27365 19.302C6.94913 20.5067 4.84234 19.6116 4.75504 17.8071L4.00279 2.25802C3.91069 0.354322 6.12233 -0.718825 7.52042 0.551221L19.2921 11.2448C20.6775 12.5033 19.905 14.8361 18.0529 14.9868L16.0338 15.151L18.5236 20.0597C19.0583 21.1138 18.6511 22.409 17.6141 22.9526L16.0722 23.7608C15.0352 24.3043 13.7612 23.8904 13.2265 22.8362L10.4361 17.3351Z' fill='white'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-token-palette {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.00049C17.5228 2.00049 22 6.47769 22 12.0005C22 12.942 21.8701 13.8547 21.626 14.7202C21.5467 15.001 21.3203 15.2159 21.0361 15.2817C20.7517 15.3475 20.4533 15.2533 20.2588 15.0356C19.5801 14.2763 18.5956 13.8003 17.499 13.8003C15.4557 13.8004 13.7988 15.4571 13.7988 17.5005C13.7989 18.597 14.275 19.5816 15.0342 20.2603C15.2518 20.4548 15.347 20.7522 15.2812 21.0366C15.2155 21.321 14.9997 21.5472 14.7188 21.6265C13.8535 21.8704 12.9412 22.0005 12 22.0005C6.47715 22.0005 2 17.5233 2 12.0005C2 6.47769 6.47715 2.00049 12 2.00049ZM12 3.6001C7.36081 3.6001 3.59961 7.36134 3.59961 12.0005C3.59961 16.6397 7.36081 20.4009 12 20.4009C12.3463 20.4009 12.6876 20.38 13.0225 20.3394C12.5012 19.5189 12.1993 18.5446 12.1992 17.5005C12.1992 14.5735 14.572 12.2008 17.499 12.2007C18.5432 12.2007 19.5174 12.5026 20.3379 13.0239C20.3786 12.6887 20.4004 12.3472 20.4004 12.0005C20.4004 7.36134 16.6391 3.6001 12 3.6001ZM8.52441 14.4771C9.18707 14.4772 9.72461 15.0146 9.72461 15.6772C9.7245 16.3398 9.187 16.8773 8.52441 16.8774C7.86174 16.8774 7.32432 16.3399 7.32422 15.6772C7.32422 15.0145 7.86167 14.4771 8.52441 14.4771ZM7.17676 9.45459C7.83934 9.4547 8.37685 9.9922 8.37695 10.6548C8.37695 11.3175 7.83941 11.8549 7.17676 11.855C6.51402 11.855 5.97656 11.3175 5.97656 10.6548C5.97667 9.99213 6.51408 9.45459 7.17676 9.45459ZM15.876 7.12354C16.5385 7.12364 17.076 7.66021 17.0762 8.32275C17.0762 8.98543 16.5386 9.52284 15.876 9.52295C15.2132 9.52295 14.6758 8.9855 14.6758 8.32275C14.6759 7.66015 15.2133 7.12354 15.876 7.12354ZM10.8525 5.77686C11.5152 5.77696 12.0527 6.31437 12.0527 6.97705C12.0526 7.63964 11.5151 8.17714 10.8525 8.17725C10.1899 8.17725 9.65245 7.6397 9.65234 6.97705C9.65234 6.31431 10.1898 5.77686 10.8525 5.77686Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-token-number {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4004 7C14.8422 7 15.2004 7.35817 15.2004 7.8V8.79941H16.2C16.6418 8.79941 17 9.15759 17 9.59941C17 10.0412 16.6418 10.3994 16.2 10.3994H15.2004V13.6002H16.2C16.6418 13.6002 17 13.9584 17 14.4002C17 14.842 16.6418 15.2002 16.2 15.2002H15.2004V16.2C15.2004 16.6418 14.8422 17 14.4004 17C13.9586 17 13.6004 16.6418 13.6004 16.2V15.2002L10.3996 15.2002V16.2C10.3996 16.6418 10.0414 17 9.59961 17C9.15778 17 8.79961 16.6418 8.79961 16.2V15.2002H7.8C7.35817 15.2002 7 14.842 7 14.4002C7 13.9584 7.35817 13.6002 7.8 13.6002H8.79961L8.79961 10.3994H7.8C7.35817 10.3994 7 10.0412 7 9.59941C7 9.15759 7.35817 8.79941 7.8 8.79941H8.79961V7.8C8.79961 7.35817 9.15778 7 9.59961 7C10.0414 7 10.3996 7.35817 10.3996 7.8V8.79941H13.6004V7.8C13.6004 7.35817 13.9586 7 14.4004 7ZM13.6004 10.3994H10.3996L10.3996 13.6002H13.6004V10.3994Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 4.8C3 3.80589 3.80589 3 4.8 3H19.2C20.1941 3 21 3.80589 21 4.8V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.8ZM4.8 4.6C4.68954 4.6 4.6 4.68954 4.6 4.8V19.2C4.6 19.3105 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3105 19.4 19.2V4.8C19.4 4.68954 19.3105 4.6 19.2 4.6H4.8Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-token-padding {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00098 3.80079C3.00098 3.35897 3.35915 3.00079 3.80098 3.00079H19.2002C20.1943 3.00079 21.0002 3.80668 21.0002 4.80079V8.00001C21.0002 8.99412 20.1943 9.80001 19.2002 9.80001H9.8002V19.2C9.8002 20.1941 8.99431 21 8.0002 21H4.80098C3.80686 21 3.00098 20.1941 3.00098 19.2V3.80079ZM9.33157 8.20001H19.2002C19.3107 8.20001 19.4002 8.11047 19.4002 8.00001V4.80079C19.4002 4.69034 19.3107 4.60079 19.2002 4.60079H5.73235L9.33157 8.20001ZM4.60098 5.73216V19.2C4.60098 19.3105 4.69052 19.4 4.80098 19.4H8.0002C8.11065 19.4 8.2002 19.3105 8.2002 19.2V9.33138L4.60098 5.73216Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-token-gap {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2002 3.00098C20.6419 3.00108 20.9999 3.35911 21 3.80078V11.8008C21 12.2425 20.6419 12.6005 20.2002 12.6006C19.7584 12.6006 19.4004 12.2426 19.4004 11.8008V5.71582L5.54785 19.3994H11.7998C12.2416 19.3994 12.5996 19.7574 12.5996 20.1992C12.5995 20.641 12.2416 20.999 11.7998 20.999H3.7998C3.35813 20.9989 3.00011 20.6409 3 20.1992V12.1992C3 11.7575 3.35807 11.3995 3.7998 11.3994C4.24163 11.3994 4.59961 11.7574 4.59961 12.1992V18.0859L18.252 4.60059H12.2002C11.7584 4.60059 11.4004 4.24261 11.4004 3.80078C11.4005 3.35904 11.7584 3.00098 12.2002 3.00098H20.2002Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-token-typo {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.59902 4.60018V7.00018C4.59902 7.44201 4.24085 7.80018 3.79902 7.80018C3.3572 7.80018 2.99902 7.44201 2.99902 7.00018V4.30018C2.99902 3.58221 3.58105 3.00018 4.29902 3.00018H19.6987C20.4167 3.00018 20.9987 3.58221 20.9987 4.30018V7.00018C20.9987 7.44201 20.6406 7.80018 20.1987 7.80018C19.7569 7.80018 19.3987 7.44201 19.3987 7.00018V4.60018H12.7992L12.8 19.3999H16.1982C16.6401 19.3999 16.9982 19.7581 16.9982 20.1999C16.9982 20.6417 16.6401 20.9999 16.1982 20.9999H7.79824C7.35641 20.9999 6.99824 20.6417 6.99824 20.1999C6.99824 19.7581 7.35641 19.3999 7.79824 19.3999H11.2L11.1992 4.60018H4.59902Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-token-radius {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.8 3C3.80589 3 3 3.80589 3 4.8V6.60002C3 7.04185 3.35817 7.40002 3.8 7.40002C4.24183 7.40002 4.6 7.04185 4.6 6.60002V4.8C4.6 4.68954 4.68954 4.6 4.8 4.6H6.5999C7.04173 4.6 7.3999 4.24183 7.3999 3.8C7.3999 3.35817 7.04173 3 6.5999 3H4.8Z' fill='%2333363D'/%3E%3Cpath d='M10.1997 3C9.75788 3 9.39971 3.35817 9.39971 3.8C9.39971 4.24183 9.75788 4.6 10.1997 4.6H13.7995C14.2413 4.6 14.5995 4.24183 14.5995 3.8C14.5995 3.35817 14.2413 3 13.7995 3H10.1997Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3993 3C16.9575 3 16.5993 3.35817 16.5993 3.8C16.5993 4.24183 16.9575 4.6 17.3993 4.6H19.1992C19.3097 4.6 19.3992 4.68954 19.3992 4.8V5.70021L19.3934 5.7002C11.8303 5.70009 5.69922 11.8311 5.69922 19.3941C5.69922 19.3962 5.69922 19.3982 5.69923 19.4002H4.8C4.68954 19.4002 4.6 19.3107 4.6 19.2002V17.4002C4.6 16.9583 4.24183 16.6002 3.8 16.6002C3.35817 16.6002 3 16.9583 3 17.4002V19.2002C3 20.1943 3.80589 21.0002 4.8 21.0002H6.5999C6.7023 21.0002 6.8002 20.981 6.89019 20.9459C7.02254 20.9812 7.16162 21 7.30509 21H10.1824C10.1882 21.0001 10.1939 21.0002 10.1997 21.0002H13.7995C13.8053 21.0002 13.8111 21.0001 13.8168 21H17.382C17.3878 21.0001 17.3935 21.0002 17.3993 21.0002H19.1992C20.1467 21.0002 20.9233 20.2681 20.994 19.3387C20.9974 19.293 20.9992 19.2468 20.9992 19.2002L20.9992 7.30607C20.9992 7.16231 21 7 21 7C21 7 20.9992 6.70245 20.9992 6.60003V4.8C20.9992 3.80589 20.1933 3 19.1992 3H17.3993ZM19.3992 7.30607L19.3992 7.3045L19.3975 7.30192L19.3954 7.30033L19.3933 7.3002C12.714 7.3001 7.29922 12.7148 7.29922 19.3941L7.29929 19.3957L7.30094 19.3983L7.30305 19.3999L7.30509 19.4H19.1992C19.3097 19.4 19.3992 19.3105 19.3992 19.2V7.30607Z' fill='%2333363D'/%3E%3Cpath d='M4.6 10.2001C4.6 9.75825 4.24183 9.40007 3.8 9.40007C3.35817 9.40007 3 9.75825 3 10.2001V13.8001C3 14.2419 3.35817 14.6001 3.8 14.6001C4.24183 14.6001 4.6 14.2419 4.6 13.8001V10.2001Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-token-typo-box {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.79922 8.95145V7.8002H11.1994L11.1999 16.2002H9.43781C8.99598 16.2002 8.63781 16.5584 8.63781 17.0002C8.63781 17.442 8.99598 17.8002 9.43781 17.8002H14.5599C15.0017 17.8002 15.3599 17.442 15.3599 17.0002C15.3599 16.5584 15.0017 16.2002 14.5599 16.2002H12.7999L12.7994 7.8002H16.1992V8.95145C16.1992 9.39328 16.5574 9.75145 16.9992 9.75145C17.441 9.75145 17.7992 9.39328 17.7992 8.95145V7.5002C17.7992 6.78222 17.2172 6.2002 16.4992 6.2002H7.49922C6.78125 6.2002 6.19922 6.78222 6.19922 7.5002V8.95145C6.19922 9.39328 6.55739 9.75145 6.99922 9.75145C7.44105 9.75145 7.79922 9.39328 7.79922 8.95145Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.8 3C3.80589 3 3 3.80589 3 4.8V19.2C3 20.1941 3.80589 21 4.8 21H19.2C20.1941 21 21 20.1941 21 19.2V4.8C21 3.80589 20.1941 3 19.2 3H4.8ZM4.6 4.8C4.6 4.68954 4.68954 4.6 4.8 4.6H19.2C19.3105 4.6 19.4 4.68954 19.4 4.8V19.2C19.4 19.3105 19.3105 19.4 19.2 19.4H4.8C4.68954 19.4 4.6 19.3105 4.6 19.2V4.8Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-figma-library {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5853 19.6839C7.9272 17.491 4.61576 18.7882 3.4802 19.6399C3.23778 19.8217 2.91345 19.851 2.64242 19.7154C2.3714 19.5799 2.2002 19.3029 2.2002 18.9999V6.9999C2.2002 6.7481 2.31875 6.51099 2.5202 6.3599C3.99846 5.2512 7.79836 3.81219 11.9664 6.06025C13.7412 4.98484 17.4426 3.93237 21.4118 6.31391C21.6528 6.45849 21.8002 6.71889 21.8002 6.9999V18.9999C21.8002 19.2881 21.6452 19.5541 21.3944 19.6961C21.1435 19.8381 20.8357 19.8342 20.5886 19.6859C16.9329 17.4925 13.6229 18.7853 12.4837 19.6373C12.4695 19.648 12.4549 19.6583 12.44 19.6682C12.3885 19.7021 12.334 19.7295 12.2774 19.7503C12.1848 19.7846 12.0873 19.8011 11.9901 19.7998C11.9086 19.7988 11.8273 19.7854 11.7491 19.7595C11.7052 19.745 11.6622 19.7265 11.6207 19.7042C11.6087 19.6977 11.5969 19.6909 11.5853 19.6839ZM3.8002 17.6283V7.42493C5.10575 6.63161 7.99261 5.74092 11.2002 7.46506V17.6856C8.23719 16.3833 5.52747 16.864 3.8002 17.6283ZM12.8002 17.6283C14.5275 16.864 17.2372 16.3833 20.2002 17.6856V7.46506C16.9926 5.74092 14.1058 6.63161 12.8002 7.42493V17.6283Z' fill='%2333363D'/%3E%3Ccircle cx='20.001' cy='7' r='4' fill='%231C4690'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-figma-library::before {
  background: var(--i) no-repeat center/contain;
  -webkit-mask: none;
          mask: none;
}
:where(#top_layout, .snb, #foot_layout) .ico-figma-filter {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.84018 21.2002L6.84019 17.1567C5.77315 16.8179 5 15.8192 5 14.64C5 13.4608 5.77315 12.4621 6.84019 12.1233V2.8C6.84019 2.35817 7.19836 2 7.64019 2C8.08201 2 8.44019 2.35817 8.44019 2.8V12.1234C9.50703 12.4624 10.28 13.4609 10.28 14.64C10.28 15.8191 9.50703 16.8176 8.44019 17.1566L8.44018 21.2002C8.44018 21.642 8.08201 22.0002 7.64018 22.0002C7.19836 22.0002 6.84018 21.642 6.84018 21.2002ZM6.6 14.64C6.6 15.2144 7.06562 15.68 7.64 15.68C8.21438 15.68 8.68 15.2144 8.68 14.64C8.68 14.0656 8.21438 13.6 7.64 13.6C7.06562 13.6 6.6 14.0656 6.6 14.64Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4402 6.3234C18.507 6.66232 19.28 7.66087 19.28 8.83995C19.28 10.019 18.507 11.0176 17.4402 11.3565L17.4402 21.4001C17.4402 21.842 17.082 22.2001 16.6402 22.2001C16.1984 22.2001 15.8402 21.842 15.8402 21.4001V11.3566C14.7731 11.0178 14 10.0192 14 8.83995C14 7.66073 14.7731 6.66209 15.8402 6.32328V2.99995C15.8402 2.55812 16.1984 2.19995 16.6402 2.19995C17.082 2.19995 17.4402 2.55812 17.4402 2.99995V6.3234ZM16.64 9.87995C16.0656 9.87995 15.6 9.41433 15.6 8.83995C15.6 8.26558 16.0656 7.79995 16.64 7.79995C17.2144 7.79995 17.68 8.26558 17.68 8.83995C17.68 9.41433 17.2144 9.87995 16.64 9.87995Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-figma-open {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.0002 4.19995C3.00608 4.19995 2.2002 5.00584 2.2002 5.99995V18C2.2002 18.9941 3.00608 19.8 4.0002 19.8H20.0002C20.9943 19.8 21.8002 18.9941 21.8002 18V5.99995C21.8002 5.00584 20.9943 4.19995 20.0002 4.19995H4.0002ZM3.8002 5.99995C3.8002 5.88949 3.88974 5.79995 4.0002 5.79995H9.00022L9.00022 18.2H4.0002C3.88974 18.2 3.8002 18.1104 3.8002 18V5.99995ZM10.6002 18.2H20.0002C20.1107 18.2 20.2002 18.1104 20.2002 18V5.99995C20.2002 5.88949 20.1107 5.79995 20.0002 5.79995H10.6002L10.6002 18.2Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-figam-mode {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.0188 18.0002C7.57108 18.0002 8.0188 17.5525 8.0188 17.0002C8.0188 16.448 7.57108 16.0002 7.0188 16.0002C6.46651 16.0002 6.0188 16.448 6.0188 17.0002C6.0188 17.5525 6.46651 18.0002 7.0188 18.0002Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.21875 7.0002C3.21875 4.90151 4.92007 3.2002 7.01875 3.2002C8.0681 3.2002 9.01811 3.62553 9.70578 4.31321C10.3935 5.00088 10.8188 5.95089 10.8188 7.00024V7.34608L11.7133 6.45162C13.1973 4.96762 15.6033 4.96763 17.0873 6.45162C18.5713 7.93561 18.5713 10.3416 17.0873 11.8256L15.7127 13.2002H17.0188C19.1174 13.2002 20.8188 14.9015 20.8188 17.0002C20.8188 19.0989 19.1174 20.8002 17.0188 20.8002L7.19885 20.8002L7.2032 20.7958C7.1421 20.7988 7.08062 20.8002 7.0188 20.8002C6.24534 20.8002 5.52586 20.5691 4.92562 20.1723C4.7115 20.0307 4.51255 19.868 4.33174 19.6872C3.64408 18.9995 3.21875 18.0495 3.21875 17.0002V7.0002ZM10.1176 19.2002H17.0188C18.2338 19.2002 19.2188 18.2152 19.2188 17.0002C19.2188 15.7852 18.2338 14.8002 17.0188 14.8002H14.1127L10.5777 18.3352C10.4615 18.6447 10.3061 18.9351 10.1176 19.2002ZM10.8188 15.8314V9.60882L12.8446 7.58299C13.7038 6.72383 15.0967 6.72383 15.9559 7.58299C16.8151 8.44214 16.8151 9.8351 15.9559 10.6943L10.8188 15.8314ZM7.0188 4.80024C7.62511 4.80024 8.17414 5.04552 8.57207 5.44225C8.97155 5.84056 9.21875 6.39151 9.21875 7.0002V17.0002C9.21875 18.2152 8.23378 19.2002 7.01875 19.2002C6.40769 19.2002 5.85482 18.9511 5.45616 18.5488C5.06216 18.1513 4.8188 17.6042 4.8188 17.0002V7.00024C4.8188 5.78522 5.80377 4.80024 7.0188 4.80024Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-figma-spread {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 3C13.5 3.82843 12.8284 4.5 12 4.5C11.1716 4.5 10.5 3.82843 10.5 3C10.5 2.17157 11.1716 1.5 12 1.5C12.8284 1.5 13.5 2.17157 13.5 3Z' fill='%2333363D'/%3E%3Cpath d='M13.5 21C13.5 21.8284 12.8284 22.5 12 22.5C11.1716 22.5 10.5 21.8284 10.5 21C10.5 20.1716 11.1716 19.5 12 19.5C12.8284 19.5 13.5 20.1716 13.5 21Z' fill='%2333363D'/%3E%3Cpath d='M4.5 12C4.5 12.8284 3.82843 13.5 3 13.5C2.17157 13.5 1.5 12.8284 1.5 12C1.5 11.1716 2.17157 10.5 3 10.5C3.82843 10.5 4.5 11.1716 4.5 12Z' fill='%2333363D'/%3E%3Cpath d='M7 5.5C7 6.32843 6.32843 7 5.5 7C4.67157 7 4 6.32843 4 5.5C4 4.67157 4.67157 4 5.5 4C6.32843 4 7 4.67157 7 5.5Z' fill='%2333363D'/%3E%3Cpath d='M7 18.5C7 19.3284 6.32843 20 5.5 20C4.67157 20 4 19.3284 4 18.5C4 17.6716 4.67157 17 5.5 17C6.32843 17 7 17.6716 7 18.5Z' fill='%2333363D'/%3E%3Cpath d='M20 5.5C20 6.32843 19.3284 7 18.5 7C17.6716 7 17 6.32843 17 5.5C17 4.67157 17.6716 4 18.5 4C19.3284 4 20 4.67157 20 5.5Z' fill='%2333363D'/%3E%3Cpath d='M20 18.5C20 19.3284 19.3284 20 18.5 20C17.6716 20 17 19.3284 17 18.5C17 17.6716 17.6716 17 18.5 17C19.3284 17 20 17.6716 20 18.5Z' fill='%2333363D'/%3E%3Cpath d='M22.5 12C22.5 12.8284 21.8284 13.5 21 13.5C20.1716 13.5 19.5 12.8284 19.5 12C19.5 11.1716 20.1716 10.5 21 10.5C21.8284 10.5 22.5 11.1716 22.5 12Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 16.8C9.34903 16.8 7.2 14.651 7.2 12C7.2 9.34905 9.34903 7.2 12 7.2C14.6509 7.2 16.8 9.34905 16.8 12C16.8 14.651 14.6509 16.8 12 16.8ZM8.8 12C8.8 13.7673 10.2327 15.2 12 15.2C13.7673 15.2 15.2 13.7673 15.2 12C15.2 10.2327 13.7673 8.8 12 8.8C10.2327 8.8 8.8 10.2327 8.8 12Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-figma-blur {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 4.3002C11 5.18385 10.2837 5.9002 9.4 5.9002C8.51634 5.9002 7.8 5.18385 7.8 4.3002C7.8 3.41654 8.51634 2.7002 9.4 2.7002C10.2837 2.7002 11 3.41654 11 4.3002Z' fill='%2333363D'/%3E%3Cpath d='M6.2 9.3998C6.2 10.2835 5.48366 10.9998 4.6 10.9998C3.71634 10.9998 3 10.2835 3 9.3998C3 8.51615 3.71634 7.7998 4.6 7.7998C5.48366 7.7998 6.2 8.51615 6.2 9.3998Z' fill='%2333363D'/%3E%3Cpath d='M5.9 4.3C5.9 5.01797 5.31797 5.6 4.6 5.6C3.88203 5.6 3.3 5.01797 3.3 4.3C3.3 3.58203 3.88203 3 4.6 3C5.31797 3 5.9 3.58203 5.9 4.3Z' fill='%2333363D'/%3E%3Cpath d='M5.9 19.6999C5.9 20.4179 5.31797 20.9999 4.6 20.9999C3.88203 20.9999 3.3 20.4179 3.3 19.6999C3.3 18.9819 3.88203 18.3999 4.6 18.3999C5.31797 18.3999 5.9 18.9819 5.9 19.6999Z' fill='%2333363D'/%3E%3Cpath d='M20.7 4.3C20.7 5.01797 20.118 5.6 19.4 5.6C18.682 5.6 18.1 5.01797 18.1 4.3C18.1 3.58203 18.682 3 19.4 3C20.118 3 20.7 3.58203 20.7 4.3Z' fill='%2333363D'/%3E%3Cpath d='M20.7 19.6999C20.7 20.4179 20.118 20.9999 19.4 20.9999C18.682 20.9999 18.1 20.4179 18.1 19.6999C18.1 18.9819 18.682 18.3999 19.4 18.3999C20.118 18.3999 20.7 18.9819 20.7 19.6999Z' fill='%2333363D'/%3E%3Cpath d='M21.0008 9.3998C21.0008 10.2835 20.2844 10.9998 19.4008 10.9998C18.5171 10.9998 17.8008 10.2835 17.8008 9.3998C17.8008 8.51615 18.5171 7.7998 19.4008 7.7998C20.2844 7.7998 21.0008 8.51615 21.0008 9.3998Z' fill='%2333363D'/%3E%3Cpath d='M6.2 14.6C6.2 15.4837 5.48366 16.2 4.6 16.2C3.71634 16.2 3 15.4837 3 14.6C3 13.7163 3.71634 13 4.6 13C5.48366 13 6.2 13.7163 6.2 14.6Z' fill='%2333363D'/%3E%3Cpath d='M21.0008 14.6C21.0008 15.4837 20.2844 16.2 19.4008 16.2C18.5171 16.2 17.8008 15.4837 17.8008 14.6C17.8008 13.7163 18.5171 13 19.4008 13C20.2844 13 21.0008 13.7163 21.0008 14.6Z' fill='%2333363D'/%3E%3Cpath d='M11 19.7001C11 20.5838 10.2837 21.3001 9.4 21.3001C8.51634 21.3001 7.8 20.5838 7.8 19.7001C7.8 18.8164 8.51634 18.1001 9.4 18.1001C10.2837 18.1001 11 18.8164 11 19.7001Z' fill='%2333363D'/%3E%3Cpath d='M11.4 9.3999C11.4 10.5045 10.5046 11.3999 9.4 11.3999C8.29543 11.3999 7.4 10.5045 7.4 9.3999C7.4 8.29533 8.29543 7.3999 9.4 7.3999C10.5046 7.3999 11.4 8.29533 11.4 9.3999Z' fill='%2333363D'/%3E%3Cpath d='M16.6 9.3999C16.6 10.5045 15.7046 11.3999 14.6 11.3999C13.4954 11.3999 12.6 10.5045 12.6 9.3999C12.6 8.29533 13.4954 7.3999 14.6 7.3999C15.7046 7.3999 16.6 8.29533 16.6 9.3999Z' fill='%2333363D'/%3E%3Cpath d='M11.4 14.6001C11.4 15.7047 10.5046 16.6001 9.4 16.6001C8.29543 16.6001 7.4 15.7047 7.4 14.6001C7.4 13.4955 8.29543 12.6001 9.4 12.6001C10.5046 12.6001 11.4 13.4955 11.4 14.6001Z' fill='%2333363D'/%3E%3Cpath d='M16.2 4.3002C16.2 5.18385 15.4837 5.9002 14.6 5.9002C13.7163 5.9002 13 5.18385 13 4.3002C13 3.41654 13.7163 2.7002 14.6 2.7002C15.4837 2.7002 16.2 3.41654 16.2 4.3002Z' fill='%2333363D'/%3E%3Cpath d='M16.6 14.6001C16.6 15.7047 15.7046 16.6001 14.6 16.6001C13.4954 16.6001 12.6 15.7047 12.6 14.6001C12.6 13.4955 13.4954 12.6001 14.6 12.6001C15.7046 12.6001 16.6 13.4955 16.6 14.6001Z' fill='%2333363D'/%3E%3Cpath d='M16.2 19.7001C16.2 20.5838 15.4837 21.3001 14.6 21.3001C13.7163 21.3001 13 20.5838 13 19.7001C13 18.8164 13.7163 18.1001 14.6 18.1001C15.4837 18.1001 16.2 18.8164 16.2 19.7001Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-figma-shadow {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5229 22 12C22 6.47719 17.5228 2 12 2C6.47715 2 2 6.4772 2 12ZM12 20.4C7.36081 20.4 3.6 16.6392 3.6 12C3.6 7.36085 7.36081 3.6 12 3.6C14.6297 3.6 16.9771 4.8084 18.5174 6.70019H12V8.30019H19.5434C19.7625 8.74604 19.9432 9.21414 20.0813 9.70019H12V11.3002H20.3713C20.3903 11.5309 20.4 11.7643 20.4 12C20.4 12.2358 20.3903 12.4693 20.3712 12.7002H12V14.3002H20.0812C19.9431 14.7862 19.7623 15.2544 19.5432 15.7002H12V17.3002H18.5171C16.9768 19.1918 14.6295 20.4 12 20.4Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-figma-transparency {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4C3 3.44772 3.44772 3 4 3H6.6V6.6H3V4Z' fill='%2333363D'/%3E%3Cpath d='M3 10.2002H6.6V13.8002H3V10.2002Z' fill='%2333363D'/%3E%3Cpath d='M6.6 17.3999H3V19.9999C3 20.5522 3.44772 20.9999 4 20.9999H6.6V17.3999Z' fill='%2333363D'/%3E%3Cpath d='M17.3984 10.2002H20.9984V13.8002H17.4008V17.3998H13.8008V13.7998H17.3984V10.2002Z' fill='%2333363D'/%3E%3Cpath d='M19.9984 3H17.3984V6.6H20.9984V4C20.9984 3.44772 20.5507 3 19.9984 3Z' fill='%2333363D'/%3E%3Cpath d='M10.1992 10.2002H13.7992V13.8002H10.2016V17.3998H6.60156V13.7998H10.1992V10.2002Z' fill='%2333363D'/%3E%3Cpath d='M20.9984 17.3999H17.3984V20.9999H19.9984C20.5507 20.9999 20.9984 20.5522 20.9984 19.9999V17.3999Z' fill='%2333363D'/%3E%3Cpath d='M10.1992 3H13.7992V6.6H10.1992V3Z' fill='%2333363D'/%3E%3Cpath d='M13.7992 17.3999H10.1992V20.9999H13.7992V17.3999Z' fill='%2333363D'/%3E%3Cpath d='M6.60156 6.6001H10.2016V10.2001H6.60156V6.6001Z' fill='%2333363D'/%3E%3Cpath d='M17.4008 6.6001H13.8008V10.2001H17.4008V6.6001Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-copy {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.2002 8.00001C6.2002 7.0059 7.00608 6.20001 8.0002 6.20001H19.2002C20.1943 6.20001 21.0002 7.0059 21.0002 8.00001V19.2C21.0002 20.1941 20.1943 21 19.2002 21H8.00019C7.00608 21 6.2002 20.1941 6.2002 19.2V8.00001ZM8.0002 7.80001C7.88974 7.80001 7.8002 7.88956 7.8002 8.00001V19.2C7.8002 19.3105 7.88974 19.4 8.00019 19.4H19.2002C19.3107 19.4 19.4002 19.3105 19.4002 19.2V8.00001C19.4002 7.88955 19.3107 7.80001 19.2002 7.80001H8.0002Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00098 4.79982C3.00098 3.8057 3.80686 2.99982 4.80098 2.99982H18.2002C18.642 2.99982 19.0002 3.35799 19.0002 3.79982C19.0002 4.24164 18.642 4.59982 18.2002 4.59982H4.80098C4.69052 4.59982 4.60098 4.68936 4.60098 4.79982V18.2C4.60098 18.6418 4.2428 19 3.80098 19C3.35915 19 3.00098 18.6418 3.00098 18.2V4.79982Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-component {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2932 3.30721C11.6837 2.91668 12.3169 2.91668 12.7074 3.30721L15.5358 6.13563C15.9264 6.52616 15.9264 7.15932 15.5358 7.54985L12.7074 10.3783C12.3169 10.7688 11.6837 10.7688 11.2932 10.3783L8.46477 7.54985C8.07424 7.15932 8.07424 6.52616 8.46477 6.13563L11.2932 3.30721Z' fill='%2333363D'/%3E%3Cpath d='M6.2932 8.50691C6.68372 8.11639 7.31689 8.11639 7.70741 8.50691L10.5358 11.3353C10.9264 11.7259 10.9264 12.359 10.5358 12.7496L7.70741 15.578C7.31688 15.9685 6.68372 15.9685 6.2932 15.578L3.46477 12.7496C3.07424 12.359 3.07424 11.7259 3.46477 11.3353L6.2932 8.50691Z' fill='%2333363D'/%3E%3Cpath d='M16.2932 8.50691C16.6837 8.11639 17.3169 8.11639 17.7074 8.50691L20.5358 11.3353C20.9264 11.7259 20.9264 12.359 20.5358 12.7496L17.7074 15.578C17.3169 15.9685 16.6837 15.9685 16.2932 15.578L13.4648 12.7496C13.0742 12.359 13.0742 11.7259 13.4648 11.3353L16.2932 8.50691Z' fill='%2333363D'/%3E%3Cpath d='M11.2932 13.6071C11.6837 13.2166 12.3169 13.2166 12.7074 13.6071L15.5358 16.4355C15.9264 16.8261 15.9264 17.4592 15.5358 17.8497L12.7074 20.6782C12.3169 21.0687 11.6837 21.0687 11.2932 20.6782L8.46477 17.8497C8.07424 17.4592 8.07424 16.8261 8.46477 16.4355L11.2932 13.6071Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-document-fill {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 2C13.7121 2 13.9154 2.08441 14.0654 2.23438L19.7646 7.93457C19.9146 8.08455 19.999 8.28792 19.999 8.5V20.2002C19.999 21.1943 19.1933 22 18.1992 22H5.7998C4.80578 21.9999 4 21.1942 4 20.2002V3.7998C4.00011 2.80585 4.80585 2.00011 5.7998 2H13.5ZM7.99902 16C7.55735 16.0001 7.19932 16.3581 7.19922 16.7998C7.19922 17.2416 7.55729 17.5995 7.99902 17.5996H14.999C15.4409 17.5996 15.7988 17.2416 15.7988 16.7998C15.7987 16.3581 15.4408 16 14.999 16H7.99902ZM7.99902 12.6006C7.55729 12.6007 7.19922 12.9586 7.19922 13.4004C7.19938 13.842 7.55738 14.2001 7.99902 14.2002H11.999C12.4408 14.2002 12.7987 13.8421 12.7988 13.4004C12.7988 12.9586 12.4409 12.6006 11.999 12.6006H7.99902ZM14.2998 7.5C14.2998 7.61046 14.3895 7.7002 14.5 7.7002H17.2686L14.2998 4.73145V7.5Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-atomic {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7267 2.74153C11.4297 2.03859 12.5694 2.03859 13.2723 2.74153L16.1132 5.58239L18.2847 7.95368L21.1007 10.7697C21.8037 11.4726 21.8037 12.6123 21.1007 13.3153L18.2787 16.1373L16.1071 18.4091L13.2723 21.2439C12.5694 21.9468 11.4297 21.9468 10.7267 21.2439L7.89192 18.4091L5.72036 16.1373L2.8983 13.3153C2.19536 12.6123 2.19536 11.4726 2.8983 10.7697L5.7143 7.95367L7.88587 5.58239L10.7267 2.74153ZM12.1409 3.8729C12.0628 3.7948 11.9362 3.7948 11.8581 3.8729L9.0421 6.6889L6.87053 9.06018L4.02967 11.901C3.95157 11.9791 3.95157 12.1058 4.02967 12.1839L6.86448 15.0187L9.03605 17.2905L11.8581 20.1125C11.9362 20.1906 12.0628 20.1906 12.1409 20.1125L14.963 17.2905L17.1346 15.0187L19.9694 12.1839C20.0475 12.1058 20.0475 11.9791 19.9694 11.901L17.1285 9.06018L14.9569 6.68889L12.1409 3.8729Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-elevation {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2.8C4 2.35817 4.35817 2 4.8 2H19.2002C19.642 2 20.0002 2.35817 20.0002 2.8C20.0002 3.24183 19.642 3.6 19.2002 3.6H4.8C4.35817 3.6 4 3.24183 4 2.8Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.05 7.08117C15.729 7.3848 15.2226 7.37073 14.919 7.04976L12.8002 4.80986L12.8002 21.2002C12.8002 21.642 12.442 22.0002 12.0002 22.0002C11.5584 22.0002 11.2002 21.642 11.2002 21.2002L11.2002 4.80986L9.08137 7.04976C8.77775 7.37073 8.27141 7.3848 7.95044 7.08117C7.62946 6.77755 7.6154 6.27121 7.91902 5.95024L11.419 2.25024C11.5701 2.0905 11.7803 2 12.0002 2C12.2201 2 12.4303 2.0905 12.5814 2.25024L16.0814 5.95024C16.385 6.27121 16.3709 6.77755 16.05 7.08117Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.95043 16.919C8.27141 16.6154 8.77775 16.6295 9.08137 16.9504L11.8549 19.8825C11.9338 19.9659 12.0666 19.9659 12.1455 19.8825L14.919 16.9504C15.2226 16.6295 15.729 16.6154 16.05 16.919C16.3709 17.2226 16.385 17.729 16.0814 18.05L13.3078 20.982C12.5977 21.7327 11.4027 21.7327 10.6926 20.982L7.91902 18.05C7.6154 17.729 7.62946 17.2226 7.95043 16.919Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 21.2C4 20.7582 4.35817 20.4 4.8 20.4H19.2002C19.642 20.4 20.0002 20.7582 20.0002 21.2C20.0002 21.6418 19.642 22 19.2002 22H4.8C4.35817 22 4 21.6418 4 21.2Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-mic {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0005 1.86713C14.0755 1.86735 15.7573 3.54988 15.7573 5.62494V10.705C15.7572 12.7799 14.0754 14.4616 12.0005 14.4619C9.9254 14.4619 8.24285 12.7801 8.24268 10.705V5.62494C8.24268 3.54974 9.92529 1.86713 12.0005 1.86713Z' stroke='%2333363D' stroke-width='1.73422'/%3E%3Cpath d='M4.48486 11.2823C4.48486 15.4327 7.84942 18.7973 11.9998 18.7973M19.5148 11.2823C19.5148 15.4327 16.1502 18.7973 11.9998 18.7973M11.9998 18.7973V20.3986V22.9999' stroke='%2333363D' stroke-width='1.73422' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
:where(#top_layout, .snb, #foot_layout) .ico-scan {
  --i: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5.75C2.58579 5.75 2.25 5.41421 2.25 5V3.25C2.25 2.14543 3.14543 1.25 4.25 1.25H6C6.41421 1.25 6.75 1.58579 6.75 2C6.75 2.41421 6.41421 2.75 6 2.75H5.25C4.42157 2.75 3.75 3.42157 3.75 4.25V5C3.75 5.41421 3.41421 5.75 3 5.75ZM21 5.75C20.5858 5.75 20.25 5.41421 20.25 5V4.25C20.25 3.42157 19.5784 2.75 18.75 2.75H18C17.5858 2.75 17.25 2.41421 17.25 2C17.25 1.58579 17.5858 1.25 18 1.25H19.75C20.8546 1.25 21.75 2.14543 21.75 3.25V5C21.75 5.41421 21.4142 5.75 21 5.75ZM4.25 22.75C3.14543 22.75 2.25 21.8546 2.25 20.75V19C2.25 18.5858 2.58579 18.25 3 18.25C3.41421 18.25 3.75 18.5858 3.75 19V19.75C3.75 20.5784 4.42157 21.25 5.25 21.25H6C6.41421 21.25 6.75 21.5858 6.75 22C6.75 22.4142 6.41421 22.75 6 22.75H4.25ZM18 22.75C17.5858 22.75 17.25 22.4142 17.25 22C17.25 21.5858 17.5858 21.25 18 21.25H18.75C19.5784 21.25 20.25 20.5784 20.25 19.75V19C20.25 18.5858 20.5858 18.25 21 18.25C21.4142 18.25 21.75 18.5858 21.75 19V20.75C21.75 21.8546 20.8546 22.75 19.75 22.75H18ZM6.75 17.9423C6.75 18.0193 6.78208 18.0898 6.84625 18.1538C6.91025 18.2179 6.98075 18.25 7.05775 18.25H16.9423C17.0193 18.25 17.0898 18.2179 17.1538 18.1538C17.2179 18.0898 17.25 18.0193 17.25 17.9423V6.05775C17.25 5.98075 17.2179 5.91025 17.1538 5.84625C17.0898 5.78208 17.0193 5.75 16.9423 5.75H7.05775C6.98075 5.75 6.91025 5.78208 6.84625 5.84625C6.78208 5.91025 6.75 5.98075 6.75 6.05775V17.9423ZM7.05775 19.75C6.55258 19.75 6.125 19.575 5.775 19.225C5.425 18.875 5.25 18.4474 5.25 17.9423V6.05775C5.25 5.55258 5.425 5.125 5.775 4.775C6.125 4.425 6.55258 4.25 7.05775 4.25H16.9423C17.4474 4.25 17.875 4.425 18.225 4.775C18.575 5.125 18.75 5.55258 18.75 6.05775V17.9423C18.75 18.4474 18.575 18.875 18.225 19.225C17.875 19.575 17.4474 19.75 16.9423 19.75H7.05775ZM9.25 9C9.25 9.41421 9.58579 9.75 10 9.75H14C14.4142 9.75 14.75 9.41421 14.75 9C14.75 8.58579 14.4142 8.25 14 8.25H10C9.58579 8.25 9.25 8.58579 9.25 9ZM9.25 12C9.25 12.4142 9.58579 12.75 10 12.75H14C14.4142 12.75 14.75 12.4142 14.75 12C14.75 11.5858 14.4142 11.25 14 11.25H10C9.58579 11.25 9.25 11.5858 9.25 12ZM9.25 15C9.25 15.4142 9.58579 15.75 10 15.75H14C14.4142 15.75 14.75 15.4142 14.75 15C14.75 14.5858 14.4142 14.25 14 14.25H10C9.58579 14.25 9.25 14.5858 9.25 15ZM6.75 17.9423V5.75V18.25V17.9423Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}

#masthead {
  display: flex;
  align-items: center;
  background-color: #F1F5F8;
  z-index: 100;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 1024px) {
  #masthead {
    height: 32px;
  }
}
#masthead .nuri-txt {
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 8px;
  color: #1e2124;
  line-height: 1.2;
}
@media (max-width: 383px) {
  #masthead .nuri-txt {
    font-size: 13px;
  }
}
#masthead .nuri-txt::before {
  flex-shrink: 0;
  width: 24px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_3529_28' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='4' width='24' height='16'%3E%3Cpath d='M24 4H0V20H24V4Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3529_28)'%3E%3Cpath d='M0 4H24V20H0V4Z' fill='white'/%3E%3Cpath d='M8.67188 9.78111C9.26037 8.89844 10.1754 8.2857 11.2157 8.07768C12.256 7.86965 13.3363 8.08339 14.219 8.67187C15.1016 9.26034 15.7144 10.1754 15.9224 11.2156C16.1305 12.2559 15.9167 13.3362 15.3282 14.2188L8.67188 9.78111Z' fill='%23D0303C'/%3E%3Cpath d='M8.67187 9.78125C8.08339 10.6639 7.86965 11.7442 8.07767 12.7845C8.28569 13.8247 8.89844 14.7397 9.78112 15.3282C10.6638 15.9167 11.7441 16.1304 12.7844 15.9224C13.8247 15.7144 14.7397 15.1017 15.3282 14.219C15.6224 13.7777 15.7293 13.2375 15.6253 12.7174C15.5213 12.1973 15.2149 11.7397 14.7735 11.4455C14.3322 11.1513 13.7921 11.0444 13.2719 11.1484C12.7518 11.2524 12.2943 11.5588 12 12.0001L8.67187 9.78125Z' fill='%23134A9D'/%3E%3Cpath d='M11.9999 12.0003C12.6127 11.0812 12.3644 9.83949 11.4453 9.22677C10.5263 8.61404 9.28457 8.86235 8.67184 9.78138C8.05911 10.7004 8.30742 11.9422 9.22646 12.5549C10.1455 13.1676 11.3872 12.9193 11.9999 12.0003Z' fill='%23D0303C'/%3E%3Cpath d='M3.67944 8.85652L5.89824 5.52832L6.45294 5.89812L4.23414 9.22632L3.67944 8.85652ZM4.51149 9.41122L6.73029 6.08302L7.28499 6.45282L5.06619 9.78102L4.51149 9.41122ZM5.34354 9.96592L7.56234 6.63772L8.11704 7.00752L5.89824 10.3357L5.34354 9.96592Z' fill='black'/%3E%3Cpath d='M19.3035 16.6685L20.3204 15.1432L19.7657 14.7734L18.7488 16.2987L19.3035 16.6685Z' fill='black'/%3E%3Cpath d='M18.4714 16.1138L19.4883 14.5886L18.9336 14.2188L17.9167 15.7441L18.4714 16.1138Z' fill='black'/%3E%3Cpath d='M17.7318 16.0215L18.2865 16.3913L17.2695 17.9169L16.7148 17.5471L17.7318 16.0215Z' fill='black'/%3E%3Cpath d='M17.6394 15.5592L18.6563 14.0339L18.1016 13.6641L17.0847 15.1894L17.6394 15.5592Z' fill='black'/%3E%3Cpath d='M16.8998 15.4668L17.4545 15.8366L16.4375 17.3622L15.8828 16.9924L16.8998 15.4668Z' fill='black'/%3E%3Cpath d='M18.5639 16.5762L19.1186 16.946L18.1016 18.4716L17.5469 18.1018L18.5639 16.5762Z' fill='black'/%3E%3Cpath d='M17.4545 8.16318L16.4375 6.6377L15.8828 7.0075L16.8998 8.53298L17.4545 8.16318Z' fill='black'/%3E%3Cpath d='M17.0847 8.81023L18.1016 10.3356L18.6563 9.9658L17.6394 8.44043L17.0847 8.81023Z' fill='black'/%3E%3Cpath d='M18.9336 9.78101L16.7148 6.45281L17.2695 6.08301L19.4883 9.41121L18.9336 9.78101Z' fill='black'/%3E%3Cpath d='M19.7657 9.22625L18.7488 7.70085L19.3035 7.33105L20.3204 8.85645L19.7657 9.22625Z' fill='black'/%3E%3Cpath d='M19.1186 7.05377L18.5639 7.42357L17.5469 5.89812L18.1016 5.52832L19.1186 7.05377Z' fill='black'/%3E%3Cpath d='M3.67944 15.1432L5.89824 18.4714L6.45294 18.1016L4.23414 14.7734L3.67944 15.1432Z' fill='black'/%3E%3Cpath d='M5.71338 16.3913L6.73032 17.9167L7.28502 17.5469L6.26808 16.0215L5.71338 16.3913Z' fill='black'/%3E%3Cpath d='M5.52843 16.1141L6.08313 15.7443L5.06617 14.2188L4.51147 14.5886L5.52843 16.1141Z' fill='black'/%3E%3Cpath d='M5.34351 14.0339L7.56231 17.3621L8.11701 16.9923L5.89821 13.6641L5.34351 14.0339Z' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
  content: "";
}
@media (max-width: 383px) {
  #masthead .nuri-txt::before {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
}

#top_layout {
  --right-wrap-gap: 8px;
  --header-divider-color: var(--color-divider-gray-light);
  z-index: 100;
  position: sticky;
  top: 0;
  width: 100%;
}
@media (min-width: 1023.01px) and (max-width: 1279px) {
  #top_layout {
    --right-wrap-gap: 6px;
  }
}
@media (max-width: 575px) {
  #top_layout {
    --right-wrap-gap: 4px;
  }
}
#top_layout {
  pointer-events: none;
}
#top_layout > * {
  pointer-events: auto;
}
html.scroll-down .header-wrap {
  transform: translateY(calc(-100% - 1px));
}

#top_layout .drop-wrap {
  position: relative;
}
#top_layout .drop-menu {
  position: absolute;
  border-radius: 8px;
  margin-top: 16px;
  background-color: #FFF;
  border: 1px solid var(--color-border-gray-light);
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
  padding: 0 8px;
  font-size: 17px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.0509803922), 0 4px 12px 0 rgba(0, 0, 0, 0.0784313725);
  color: var(--color-text-basic);
  min-width: 130px;
}
#top_layout .drop-menu::before {
  content: "";
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: 100%;
  right: 50%;
  transform: translateX(50%);
  background: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6332 12H1.36682L11 1.49219L20.6332 12Z' fill='%23FFFFFF'/%3E%3Cpath d='M1.36683 12H0L11 0L22 12H20.6332L11 1.49219L1.36683 12Z' fill='%23CDD1D5'/%3E%3C/svg%3E%0A") no-repeat center top;
}
#top_layout .drop-menu > ul {
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: 50vh;
  padding: 8px 0;
}
#top_layout .drop-menu > ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
#top_layout .drop-menu > ul::-webkit-scrollbar-track {
  background-color: #e9edf5;
  border-radius: 5px;
}
#top_layout .drop-menu > ul::-webkit-scrollbar-thumb {
  background-color: var(--color-light-primary-50);
  border-radius: 5px;
  min-height: 20%;
}
#top_layout .drop-menu > ul::-webkit-scrollbar-button:vertical:decrement, #top_layout .drop-menu > ul::-webkit-scrollbar-button:vertical:increment {
  height: 8px;
}
#top_layout .drop-menu a,
#top_layout .drop-menu button {
  padding: 4px 8px;
  min-height: 48px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
  width: 100%;
  gap: 4px;
  text-align: left;
}
#top_layout .drop-menu a[target=_blank]::after,
#top_layout .drop-menu button[target=_blank]::after {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  content: "";
}
#top_layout .drop-menu a:hover, #top_layout .drop-menu a.active,
#top_layout .drop-menu button:hover,
#top_layout .drop-menu button.active {
  background-color: var(--color-action-secondary-hover);
}
#top_layout .drop-menu a.active,
#top_layout .drop-menu button.active {
  color: var(--color-text-secondary);
  font-weight: 700;
}
#top_layout .drop-menu .drop-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 8px 0;
  border-top: 1px solid var(--color-border-gray-light);
  margin-top: 8px;
}
#top_layout .drop-menu.screen-size .screen-size-btn {
  white-space: nowrap;
  text-align: left;
  gap: 8px;
}
#top_layout .drop-menu.screen-size .screen-size-btn::before {
  content: "가";
  border: 1px solid var(--color-light-gray-30);
  line-height: 1;
  flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 4px;
  background: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-align: center;
}
#top_layout .drop-menu.screen-size .screen-size-btn.sm::before {
  width: 21px;
  font-size: 15px;
}
#top_layout .drop-menu.screen-size .screen-size-btn.md::before {
  width: 23px;
  font-size: 17px;
}
#top_layout .drop-menu.screen-size .screen-size-btn.lg::before {
  width: 25px;
  font-size: 19px;
}
#top_layout .drop-menu.screen-size .screen-size-btn.xlg::before {
  width: 27px;
  font-size: 21px;
}
#top_layout .drop-menu.screen-size .screen-size-btn.xxlg::before {
  width: 29px;
  font-size: 23px;
}
#top_layout .drop-menu.screen-size .screen-size-btn.active::before {
  border-color: var(--color-text-secondary);
  color: #FFF;
  background-color: var(--color-text-secondary);
}
#top_layout .drop-menu.screen-size .screen-size-reset {
  height: 36px;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
}
#top_layout .drop-menu.screen-size .screen-size-reset::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0459 2.6001C15.3853 2.6001 18.3197 4.32465 20 6.92725V4.00049C20 3.55873 20.3581 3.20079 20.7998 3.20068C21.2416 3.20068 21.5996 3.55866 21.5996 4.00049V9.00049C21.5995 9.44218 21.2415 9.80029 20.7998 9.80029H15.7998C15.3582 9.80019 15.0002 9.44212 15 9.00049C15 8.55873 15.3581 8.20079 15.7998 8.20068H18.9004C17.5583 5.81453 14.9927 4.19971 12.0459 4.19971C7.7072 4.19974 4.19727 7.6969 4.19727 12.0005C4.19748 16.3039 7.70733 19.8003 12.0459 19.8003C15.9831 19.8003 19.2395 16.9195 19.8066 13.1704C19.8727 12.7336 20.2809 12.4334 20.7178 12.4995C21.1543 12.5658 21.4547 12.973 21.3887 13.4097C20.7039 17.936 16.7795 21.3999 12.0459 21.3999C6.83213 21.3999 2.59787 17.1959 2.59766 12.0005C2.59766 6.80481 6.832 2.60013 12.0459 2.6001Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.splide {
  zoom: calc(1 / var(--screen-zoom, 1));
}

#top_layout .header-wrap {
  width: 100%;
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s, transform 0.4s;
}
#top_layout .header-wrap > .layout {
  display: flex;
  align-items: center;
  height: 100%;
  position: static;
}
@media (min-width: 1024px) {
  #top_layout .header-wrap > .layout {
    flex-wrap: wrap;
  }
}
#top_layout .header-wrap::after {
  content: "";
  background-color: var(--header-divider-color);
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  pointer-events: none;
  bottom: 0;
}
#top_layout .top-wrap {
  width: 100%;
  font-size: 15px;
  flex-wrap: wrap;
  padding: 10px 0;
  display: flex;
  color: #5B5F63;
  order: -100;
  margin-bottom: 6px;
  position: relative;
}
@media (max-width: 1023px) {
  #top_layout .top-wrap {
    display: none;
  }
}
#top_layout .top-wrap::after {
  content: "";
  width: var(--body-width);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  pointer-events: none;
  bottom: 0;
  transition: background-color 0.3s;
}
#top_layout .top-wrap > .layout {
  padding: 0;
}
#top_layout .top-wrap .top-list {
  --list-gap: 31px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-right: 6px;
  -moz-column-gap: var(--list-gap);
       column-gap: var(--list-gap);
  row-gap: 8px;
}
#top_layout .top-wrap .top-list > li {
  position: relative;
}
#top_layout .top-wrap .top-list > li + li::before {
  left: calc((var(--list-gap) + 1px) / -2);
  content: "";
  width: 1px;
  height: calc(1em + 1px);
  background-color: var(--color-divider-gray-light);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#top_layout .header-wrap .top-wrap .top-list > li:last-child,
#allmenu .allmenu-header .top-wrap .top-list > li:nth-child(2) {
  margin-left: calc(-0.6 * var(--list-gap));
}
#top_layout .header-wrap .top-wrap .top-list > li:last-child::before,
#allmenu .allmenu-header .top-wrap .top-list > li:nth-child(2)::before {
  display: none;
}

#top_layout .top-wrap .util-btn {
  padding: 0 2px;
  display: flex;
  border: 1px solid transparent;
  align-items: center;
  border-radius: 4px;
  font-weight: 500;
  transition: color 0.3s, background-color 0.3s;
  outline-offset: 0;
  gap: 2px;
}
#top_layout .top-wrap .util-btn .ico {
  width: 16px;
}
#top_layout .top-wrap .util-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40556 19.7352C8.70112 20.0636 9.20695 20.0902 9.53536 19.7947L17.5354 12.5949C17.7039 12.4432 17.8002 12.2271 17.8002 12.0003C17.8002 11.7735 17.704 11.5574 17.5354 11.4057L9.53539 4.20519C9.207 3.90961 8.70116 3.93622 8.40558 4.26462C8.11001 4.59301 8.13661 5.09885 8.46501 5.39443L15.8043 12.0003L8.46504 18.6054C8.13663 18.9009 8.11 19.4067 8.40556 19.7352Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40556 19.7352C8.70112 20.0636 9.20695 20.0902 9.53536 19.7947L17.5354 12.5949C17.7039 12.4432 17.8002 12.2271 17.8002 12.0003C17.8002 11.7735 17.704 11.5574 17.5354 11.4057L9.53539 4.20519C9.207 3.90961 8.70116 3.93622 8.40558 4.26462C8.11001 4.59301 8.13661 5.09885 8.46501 5.39443L15.8043 12.0003L8.46504 18.6054C8.13663 18.9009 8.11 19.4067 8.40556 19.7352Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  background-color: var(--color-icon-gray);
  transition: background-color 0.3s, transform 0.3s;
}
#top_layout .top-wrap .util-btn[target=_blank]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
#top_layout .top-wrap .util-btn:hover {
  background-color: var(--color-action-secondary-hover);
}
#top_layout .top-wrap .drop-btn::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
#top_layout .top-wrap .drop-btn.active::after {
  transform: rotate(180deg);
}
#top_layout .top-wrap .allsite-btn {
  color: #FFF;
  isolation: isolate;
  margin: 0 4px;
  position: relative;
  background: transparent;
}
#top_layout .top-wrap .allsite-btn::before {
  content: "";
  z-index: -5;
  position: absolute;
  inset: -4px;
  background: #2CA0A1;
  border-radius: 6px;
  transition: background-color 0.3s, outline-color 0.3s;
  outline: 1px solid transparent;
  outline-offset: -1px;
}
#top_layout .top-wrap .allsite-btn::after {
  order: -5;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2002 13C10.6419 13.0001 10.9999 13.3581 11 13.7998V20.2002C10.9999 20.6419 10.6419 20.9999 10.2002 21H3.7998C3.35813 20.9999 3.00011 20.6419 3 20.2002V13.7998C3.00011 13.3581 3.35813 13.0001 3.7998 13H10.2002ZM20.2002 13C20.6419 13.0001 20.9999 13.3581 21 13.7998V20.2002C20.9999 20.6419 20.6419 20.9999 20.2002 21H13.7998C13.3581 20.9999 13.0001 20.6419 13 20.2002V13.7998C13.0001 13.3581 13.3581 13.0001 13.7998 13H20.2002ZM4.59961 19.4004H9.40039V14.5996H4.59961V19.4004ZM14.5996 19.4004H19.4004V14.5996H14.5996V19.4004ZM10.2002 3C10.6419 3.00011 10.9999 3.35813 11 3.7998V10.2002C10.9999 10.6419 10.6419 10.9999 10.2002 11H3.7998C3.35813 10.9999 3.00011 10.6419 3 10.2002V3.7998C3.00011 3.35813 3.35813 3.00011 3.7998 3H10.2002ZM20.2002 3C20.6419 3.00011 20.9999 3.35813 21 3.7998V10.2002C20.9999 10.6419 20.6419 10.9999 20.2002 11H13.7998C13.3581 10.9999 13.0001 10.6419 13 10.2002V3.7998C13.0001 3.35813 13.3581 3.00011 13.7998 3H20.2002ZM4.59961 9.40039H9.40039V4.59961H4.59961V9.40039ZM14.5996 9.40039H19.4004V4.59961H14.5996V9.40039Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2002 13C10.6419 13.0001 10.9999 13.3581 11 13.7998V20.2002C10.9999 20.6419 10.6419 20.9999 10.2002 21H3.7998C3.35813 20.9999 3.00011 20.6419 3 20.2002V13.7998C3.00011 13.3581 3.35813 13.0001 3.7998 13H10.2002ZM20.2002 13C20.6419 13.0001 20.9999 13.3581 21 13.7998V20.2002C20.9999 20.6419 20.6419 20.9999 20.2002 21H13.7998C13.3581 20.9999 13.0001 20.6419 13 20.2002V13.7998C13.0001 13.3581 13.3581 13.0001 13.7998 13H20.2002ZM4.59961 19.4004H9.40039V14.5996H4.59961V19.4004ZM14.5996 19.4004H19.4004V14.5996H14.5996V19.4004ZM10.2002 3C10.6419 3.00011 10.9999 3.35813 11 3.7998V10.2002C10.9999 10.6419 10.6419 10.9999 10.2002 11H3.7998C3.35813 10.9999 3.00011 10.6419 3 10.2002V3.7998C3.00011 3.35813 3.35813 3.00011 3.7998 3H10.2002ZM20.2002 3C20.6419 3.00011 20.9999 3.35813 21 3.7998V10.2002C20.9999 10.6419 20.6419 10.9999 20.2002 11H13.7998C13.3581 10.9999 13.0001 10.6419 13 10.2002V3.7998C13.0001 3.35813 13.3581 3.00011 13.7998 3H20.2002ZM4.59961 9.40039H9.40039V4.59961H4.59961V9.40039ZM14.5996 9.40039H19.4004V4.59961H14.5996V9.40039Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
#top_layout .top-wrap .allsite-btn:hover {
  background: transparent;
}
#top_layout .top-wrap .allsite-btn:hover::before {
  background: #1675E3;
  outline-color: rgba(0, 0, 0, 0.25);
}
#top_layout .logo-wrap {
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 20px;
}
#top_layout .logo-wrap .main-logo {
  width: 7.65em;
  aspect-ratio: 153/44;
  flex-shrink: 0;
  background: url(/assets/images/common/logo.svg) no-repeat center/100%;
  transition: background-image 0.3s;
  display: block;
}
#top_layout .logo-wrap .tour-logo {
  width: 4.8em;
  flex-shrink: 0;
  background: url(/assets/images/common/tour-logo.svg) no-repeat center/contain;
  margin-left: 1.3em;
  transition: background-image 0.3s;
  aspect-ratio: 96/43;
  display: block;
}
@media (max-width: 383px) {
  #top_layout .logo-wrap .tour-logo {
    display: none;
  }
}
#top_layout .logo-wrap .site-logo {
  font-family: var(--font-sbaggro);
  font-weight: 500;
  line-height: 1.2;
  margin-left: 1.1em;
  position: relative;
  display: flex;
  align-items: center;
  transition: color 0.3s;
  overflow-wrap: anywhere;
  color: #3A4C5B;
  align-self: flex-end;
  transform: translateY(0.3em);
}
#top_layout .logo-wrap .site-logo::before {
  content: "";
  width: 1px;
  height: 0.625em;
  background: var(--color-divider-gray-light);
  position: absolute;
  left: -0.55em;
  top: 50%;
  transform: translateY(-70%);
  transition: background-color 0.3s, opacity 0.3s;
}
#top_layout .util-wrap {
  gap: var(--right-wrap-gap);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  #top_layout .util-wrap.right-wrap {
    display: none;
  }
}
#top_layout .util-wrap .util-btn {
  font-size: 17px;
  padding: 4px 8px;
  border-radius: 6px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px 6px;
  line-height: 1.2;
  min-height: 40px;
}
@media (max-width: 767px) {
  #top_layout .util-wrap .util-btn {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  #top_layout .util-wrap .util-btn {
    flex-direction: column;
  }
}
#top_layout .util-wrap .util-btn .ico {
  width: 20px;
}
#top_layout .util-wrap .util-btn span {
  font-weight: 700;
  transition: color 0.3s;
}
#top_layout .util-wrap .util-btn:hover {
  background-color: var(--color-action-secondary-hover);
}
#top_layout .util-wrap .drop-btn .ico-arrow-down {
  transition: background-image 0.3s, transform 0.3s;
}
#top_layout .util-wrap .drop-btn.active .ico-arrow-down {
  transform: rotate(180deg);
}
#top_layout .util-wrap .util-trans .drop-menu {
  min-width: 170px;
}
#top_layout .util-wrap .util-trans button, #top_layout .util-wrap .util-trans a {
  font-weight: 500;
  line-height: 1.2;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: space-between;
}
#top_layout .util-wrap .util-trans button > span, #top_layout .util-wrap .util-trans a > span {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
}
#top_layout .util-wrap .util-trans button b, #top_layout .util-wrap .util-trans a b {
  color: #777;
  font-size: 0.8em;
  font-weight: 400;
}
#top_layout .util-wrap .util-trans button.active, #top_layout .util-wrap .util-trans a.active {
  font-weight: 700;
}
@media (max-width: 1023px) {
  #top_layout .header-wrap .allmenu-toggle.util-wrap .util-btn.pc {
    display: none;
  }
}
#top_layout .header-wrap .allmenu-toggle.util-wrap .util-btn.mo {
  display: none;
}
@media (max-width: 1023px) {
  #top_layout .header-wrap .allmenu-toggle.util-wrap .util-btn.mo {
    display: flex;
  }
}

body.header-overlay #top_layout .header-wrap {
  position: absolute;
  top: 0;
}
body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout {
  --header-divider-color: rgba(255,255,255,.25);
  color: #FFF;
}
body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout .header-wrap {
  background-color: transparent;
  border-color: var(--color-light-alpha-white25);
}
body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout .header-wrap .top-wrap .util-btn:not(:hover) {
  color: #FFF;
}
body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout .header-wrap .top-wrap .util-btn:not(:hover)::after {
  background-color: #fff;
}
body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout .header-wrap .logo-wrap .main-logo {
  background-image: url(/assets/images/common/logo-w.svg);
}
@media (max-width: 1023px) {
  body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout .header-wrap .logo-wrap .main-logo {
    background-image: url(/assets/images/common/symbol-w.svg);
  }
}
body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout .header-wrap .logo-wrap .site-logo {
  color: #FFF;
}
body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout .header-wrap .logo-wrap .site-logo::before {
  background-color: #FFF;
  opacity: 0.2;
}
body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout .header-wrap .util-wrap > li .util-btn:hover {
  background-color: #fff;
  color: var(--color-text-basic);
}
body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn:not(:hover) {
  color: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout .gnb > .layout::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.25);
  }
}
body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout .gnb .depth1-btn:not(:hover) {
  color: #FFF;
}
body.header-overlay:not(.is-gnb-open, .is-header-fixed) #top_layout .gnb .depth1-btn:not(:hover)::after {
  background-color: #fff;
}

.field-info .depth2-ul > li:nth-child(1) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-01.png);
}
.field-info .depth2-ul > li:nth-child(2) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-02.png);
}
.field-info .depth2-ul > li:nth-child(3) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-03.png);
}
.field-info .depth2-ul > li:nth-child(4) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-04.png);
}
.field-info .depth2-ul > li:nth-child(5) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-05.png);
}
.field-info .depth2-ul > li:nth-child(6) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-06.png);
}
.field-info .depth2-ul > li:nth-child(7) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-07.png);
}
.field-info .depth2-ul > li:nth-child(8) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-08.png);
}
.field-info .depth2-ul > li:nth-child(9) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-09.png);
}
.field-info .depth2-ul > li:nth-child(10) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-10.png);
}
.field-info .depth2-ul > li:nth-child(11) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-11.png);
}
.field-info .depth2-ul > li:nth-child(12) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-12.png);
}
.field-info .depth2-ul > li:nth-child(13) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-13.png);
}
.field-info .depth2-ul > li:nth-child(14) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-14.png);
}
.field-info .depth2-ul > li:nth-child(15) {
  --field-ico: url(/assets/images/layout/common/gnb-field-ico-15.png);
}

/* layout_new.css에 영향받는 헤더 스타일 덮어쓰기 s */
#top_layout #gnb {
  width: 1px;
  flex-grow: 1;
  align-self: stretch;
  position: static;
  left: auto;
  top: auto;
  z-index: auto;
  padding: 0;
  text-align: initial;
}
@media (max-width: 1023px) {
  #top_layout #gnb {
    display: none;
  }
}
#top_layout #gnb.on {
  z-index: auto;
}
#top_layout #gnb.on::before, #top_layout #gnb.on::after {
  display: none;
  content: none;
}
#top_layout #gnb > .layout {
  display: flex;
  position: static;
  height: 100%;
  padding: 0;
}
#top_layout #gnb + .gnb_bg, #top_layout #gnb.on + .gnb_bg {
  display: none;
}

/* layout_new.css에 영향받는 헤더 스타일 덮어쓰기 e */
.gnb {
  --left-width: 300px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .gnb {
    display: none;
  }
}
.gnb > .layout {
  display: flex;
  overflow-x: auto;
  padding: 0;
  position: static;
}
@media (hover: hover) and (pointer: fine) {
  .gnb > .layout::-webkit-scrollbar {
    background-color: transparent;
    height: 9px;
  }
  .gnb > .layout::-webkit-scrollbar-thumb {
    background-color: var(--color-light-primary-50);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
  }
}
.gnb .depth1-ul {
  display: flex;
}
.gnb .depth1-ul > li.has-depth3 .depth1-content {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
}
.gnb .depth1-ul > li.has-depth3 .depth1-content:not(.active) {
  display: none;
}
.gnb .depth1-ul > li.has-depth3 .depth1-content > .layout {
  max-width: var(--layout-width);
  padding: 0;
  display: flex;
  background: linear-gradient(var(--color-surface-secondary-subtler), var(--color-surface-secondary-subtler)) no-repeat left/var(--left-width) 100% content-box;
}
.gnb .depth1-ul > li.has-depth3 .depth1-header {
  display: none;
  padding-top: 16px;
  z-index: 1;
}
.gnb .depth1-ul > li.has-depth3 .depth1-header .depth1-title {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 4px;
  display: block;
}
.gnb .depth1-ul > li.has-depth3 .depth2-ul {
  font-size: 17px;
  position: relative;
  padding: 16px 0;
  width: 100%;
  overflow-y: auto;
}
.gnb .depth1-ul > li.has-depth3 .depth2-ul > li {
  width: var(--left-width);
}
.gnb .depth1-ul > li.has-depth3 .depth2-ul .depth2-btn {
  display: flex;
  padding: 16px 24px;
  gap: 8px;
  transition: background-color 0.3s, color 0.3s;
  align-items: center;
  position: relative;
}
.gnb .depth1-ul > li.has-depth3 .depth2-ul .depth2-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 12C22 12.2176 21.9113 12.4258 21.7545 12.5767L16.5545 17.5767C16.236 17.8829 15.7296 17.873 15.4233 17.5545C15.1171 17.236 15.127 16.7296 15.4455 16.4233L19.2138 12.8L2.80078 12.8C2.35896 12.8 2.00078 12.4418 2.00078 12C2.00078 11.5582 2.35896 11.2 2.80078 11.2L19.2138 11.2L15.4455 7.57666C15.127 7.27043 15.1171 6.76399 15.4233 6.44551C15.7296 6.12703 16.236 6.1171 16.5545 6.42333L21.7545 11.4233C21.9113 11.5742 22 11.7824 22 12Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  flex-shrink: 0;
}
.gnb .depth1-ul > li.has-depth3 .depth2-ul .depth2-btn.has-depth::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40556 19.7352C8.70112 20.0636 9.20695 20.0902 9.53536 19.7947L17.5354 12.5949C17.7039 12.4432 17.8002 12.2271 17.8002 12.0003C17.8002 11.7735 17.704 11.5574 17.5354 11.4057L9.53539 4.20519C9.207 3.90961 8.70116 3.93622 8.40558 4.26462C8.11001 4.59301 8.13661 5.09885 8.46501 5.39443L15.8043 12.0003L8.46504 18.6054C8.13663 18.9009 8.11 19.4067 8.40556 19.7352Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
  margin-left: auto;
}
.gnb .depth1-ul > li.has-depth3 .depth2-ul .depth2-btn[target=_blank]::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.gnb .depth1-ul > li.has-depth3 .depth2-ul .depth2-btn:hover {
  background-color: #FFF;
}
.gnb .depth1-ul > li.has-depth3 .depth2-ul .depth2-btn.active {
  color: var(--color-text-secondary);
  font-weight: 700;
  background-color: #FFF;
}
.gnb .depth1-ul > li.has-depth3 .depth2-ul .depth2-content {
  left: var(--left-width);
  right: 0;
  position: absolute;
  top: 0;
  padding: 16px 40px 24px;
}
@media (max-width: 1279px) {
  .gnb .depth1-ul > li.has-depth3 .depth2-ul .depth2-content {
    padding: 16px 24px 24px;
  }
}
.gnb .depth1-ul > li.has-depth3 .depth2-ul .depth2-content:not(.active) {
  display: none;
}
.gnb .depth1-ul > li.has-depth3 .depth2-ul .depth2-header {
  padding: 10px 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 1279px) {
  .gnb .depth1-ul > li.has-depth3 .depth2-ul .depth2-header {
    margin-bottom: 4px;
  }
}
.gnb .depth1-ul > li.has-depth3 .depth2-ul .depth2-header .depth2-title {
  font-size: 24px;
  font-weight: 700;
  padding: 4px;
  display: flex;
}
.gnb .depth1-ul > li.has-depth3 .depth3-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
}
@media (max-width: 1279px) {
  .gnb .depth1-ul > li.has-depth3 .depth3-ul {
    gap: 6px 20px;
  }
}
.gnb .depth1-ul > li.has-depth3 .depth3-ul .depth3-btn {
  padding: 10px 8px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
  border-radius: 6px;
  gap: 4px;
}
.gnb .depth1-ul > li.has-depth3 .depth3-ul .depth3-btn::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 8px;
  background-color: var(--color-icon-gray);
}
.gnb .depth1-ul > li.has-depth3 .depth3-ul .depth3-btn[target=_blank]::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  flex-shrink: 0;
}
.gnb .depth1-ul > li.has-depth3 .depth3-ul .depth3-btn:hover {
  background-color: var(--color-action-secondary-hover);
}
.gnb .depth1-ul > li:not(.has-depth3) .depth1-content {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
}
.gnb .depth1-ul > li:not(.has-depth3) .depth1-content:not(.active) {
  display: none;
}
.gnb .depth1-ul > li:not(.has-depth3) .depth1-content > .layout {
  display: flex;
}
@media (max-width: 1180px) {
  .gnb .depth1-ul > li:not(.has-depth3) .depth1-content > .layout {
    flex-direction: column;
  }
}
.gnb .depth1-ul > li:not(.has-depth3) .depth1-header {
  display: block;
  width: 21.5%;
  min-width: 266px;
  flex-shrink: 0;
  gap: 4px;
  padding: 16px 0;
  padding-right: 24px;
  position: relative;
}
@media (max-width: 1180px) {
  .gnb .depth1-ul > li:not(.has-depth3) .depth1-header {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.gnb .depth1-ul > li:not(.has-depth3) .depth1-header .depth1-link {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1e2124;
}
.gnb .depth1-ul > li:not(.has-depth3) .depth1-header .depth1-link::after {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40556 19.7352C8.70112 20.0636 9.20695 20.0902 9.53536 19.7947L17.5354 12.5949C17.7039 12.4432 17.8002 12.2271 17.8002 12.0003C17.8002 11.7735 17.704 11.5574 17.5354 11.4057L9.53539 4.20519C9.207 3.90961 8.70116 3.93622 8.40558 4.26462C8.11001 4.59301 8.13661 5.09885 8.46501 5.39443L15.8043 12.0003L8.46504 18.6054C8.13663 18.9009 8.11 19.4067 8.40556 19.7352Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.gnb .depth1-ul > li:not(.has-depth3) .depth1-header::after {
  content: "";
  width: 100px;
  aspect-ratio: 144/72;
  position: absolute;
  bottom: 16px;
  right: 24px;
  background: url("data:image/svg+xml,%3Csvg width='144' height='71' viewBox='0 0 144 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_24546_4245)'%3E%3Cpath d='M124.684 0C119.082 0 116.419 1.46244 113.656 6.58098L106.973 18.9361H106.772C105.642 14.0949 103.607 9.35457 100.517 6.35405C95.8441 1.84066 89.7144 0 82.4793 0H63.8389C75.6461 5.04289 85.3181 19.3647 85.3181 35.2498C85.3181 48.437 78.6859 59.5566 68.9888 64.7003C73.36 68.3312 78.4849 70.6761 84.0871 70.6761C98.4317 70.6761 108.33 62.2293 115.891 48.6135C139.908 5.5724 143.199 0 143.199 0H124.709H124.684Z' fill='%237CBD27'/%3E%3Cpath d='M51.4747 35.8298C51.4747 22.4913 58.2073 10.9935 67.9044 5.79933C63.5332 2.14323 58.3078 0 52.7056 0C40.4964 0 30.096 10.111 26.3528 24.1555H26.0262V7.79127C26.0262 5.06811 26.0011 3.42917 24.745 2.19366C23.4889 0.95815 21.8058 0.907721 19.0926 0.907721H0V71.5082H19.1177C21.8309 71.5082 23.5141 71.483 24.7701 70.2223C26.0262 68.9616 26.0514 67.3226 26.0514 64.5995V47.3528H26.3779C30.1211 61.3972 40.4964 71.5082 52.7056 71.5082H73.4814V71.4074C61.3727 66.3141 51.4998 51.8914 51.4998 35.855L51.4747 35.8298Z' fill='%2300683D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_24546_4245'%3E%3Crect width='144' height='71' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/100%;
  opacity: 0.1;
}
.gnb .depth1-ul > li:not(.has-depth3) .depth2-ul {
  font-size: 17px;
  position: relative;
  padding: 24px 0;
  width: 100%;
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 1279px) {
  .gnb .depth1-ul > li:not(.has-depth3) .depth2-ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 1180px) {
  .gnb .depth1-ul > li:not(.has-depth3) .depth2-ul {
    padding-top: 4px;
  }
}
.gnb .depth1-ul > li:not(.has-depth3) .depth2-ul .depth2-btn {
  display: flex;
  padding: 16px;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s, -webkit-text-stroke 0.3s;
  align-items: center;
  position: relative;
  gap: 8px;
  -webkit-text-stroke: 0.03em transparent;
  color: #1e2124;
}
.gnb .depth1-ul > li:not(.has-depth3) .depth2-ul .depth2-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40556 19.7352C8.70112 20.0636 9.20695 20.0902 9.53536 19.7947L17.5354 12.5949C17.7039 12.4432 17.8002 12.2271 17.8002 12.0003C17.8002 11.7735 17.704 11.5574 17.5354 11.4057L9.53539 4.20519C9.207 3.90961 8.70116 3.93622 8.40558 4.26462C8.11001 4.59301 8.13661 5.09885 8.46501 5.39443L15.8043 12.0003L8.46504 18.6054C8.13663 18.9009 8.11 19.4067 8.40556 19.7352Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  flex-shrink: 0;
  margin-left: auto;
}
.gnb .depth1-ul > li:not(.has-depth3) .depth2-ul .depth2-btn.has-depth::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40556 19.7352C8.70112 20.0636 9.20695 20.0902 9.53536 19.7947L17.5354 12.5949C17.7039 12.4432 17.8002 12.2271 17.8002 12.0003C17.8002 11.7735 17.704 11.5574 17.5354 11.4057L9.53539 4.20519C9.207 3.90961 8.70116 3.93622 8.40558 4.26462C8.11001 4.59301 8.13661 5.09885 8.46501 5.39443L15.8043 12.0003L8.46504 18.6054C8.13663 18.9009 8.11 19.4067 8.40556 19.7352Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
  margin-left: auto;
}
.gnb .depth1-ul > li:not(.has-depth3) .depth2-ul .depth2-btn[target=_blank]::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.gnb .depth1-ul > li:not(.has-depth3) .depth2-ul .depth2-btn:hover {
  background-color: var(--color-action-secondary-hover);
  -webkit-text-stroke-color: currentColor;
}
.gnb .depth1-ul > li:not(.has-depth3) .depth2-ul .depth2-content {
  display: none;
}
.gnb .depth2-ul {
  max-height: calc(100vh - 280px);
  overflow-y: auto;
}

#top_layout .header-wrap[data-header-type=header-2] {
  --header-divider-color: #CDD1D5;
  --right-wrap-gap: 23px;
}
@media (max-width: 1079px) {
  #top_layout .header-wrap[data-header-type=header-2] {
    padding-top: 4px;
  }
}
#top_layout .header-wrap[data-header-type=header-2]::after {
  display: none;
}
#top_layout .header-wrap[data-header-type=header-2] > .layout {
  --layout-width: 1400px;
  height: 100%;
}
@media (max-width: 1700px) {
  #top_layout .header-wrap[data-header-type=header-2] > .layout {
    --layout-width: 1280px;
  }
}
@media (max-width: 1500px) {
  #top_layout .header-wrap[data-header-type=header-2] > .layout {
    --layout-width: 1024px;
  }
}
@media (min-width: 1024px) {
  #top_layout .header-wrap[data-header-type=header-2] > .layout {
    flex-wrap: wrap;
  }
  #top_layout .header-wrap[data-header-type=header-2] > .layout::before {
    content: "";
    width: var(--body-width);
    height: 1px;
    margin-top: 20px;
    margin-left: calc((var(--body-width) - 100%) / -2);
    background-color: var(--header-divider-color);
    flex-shrink: 0;
    transition: background-color 0.3s;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  #top_layout .header-wrap[data-header-type=header-2] > .layout {
    flex-wrap: nowrap;
  }
}
#top_layout .header-wrap[data-header-type=header-2] > .layout::before {
  margin-top: 0;
}
@media (max-width: 1500px) {
  #top_layout .header-wrap[data-header-type=header-2] > .layout::before {
    display: none;
  }
}
#top_layout .header-wrap[data-header-type=header-2] .logo-wrap, #top_layout .header-wrap[data-header-type=header-2] .util-wrap.right-wrap {
  height: 82px;
  padding: 27px 0 25px;
}
@media (max-width: 1500px) {
  #top_layout .header-wrap[data-header-type=header-2] .logo-wrap, #top_layout .header-wrap[data-header-type=header-2] .util-wrap.right-wrap {
    height: 108px;
  }
}
@media (max-width: 1023px) {
  #top_layout .header-wrap[data-header-type=header-2] .logo-wrap, #top_layout .header-wrap[data-header-type=header-2] .util-wrap.right-wrap {
    height: 58px;
    padding: 0;
  }
}
@media (max-width: 499px) {
  #top_layout .header-wrap[data-header-type=header-2] .logo-wrap, #top_layout .header-wrap[data-header-type=header-2] .util-wrap.right-wrap {
    height: 55px;
  }
}
#top_layout .header-wrap[data-header-type=header-2] .logo-wrap {
  order: -50;
  width: 1px;
  flex-grow: 1;
  margin-right: auto;
  padding-left: 15px;
  font-size: 27px;
}
@media (max-width: 1500px) {
  #top_layout .header-wrap[data-header-type=header-2] .logo-wrap {
    width: auto;
    flex-grow: 0;
    padding-left: 40px;
    font-size: 25px;
  }
}
@media (max-width: 1023px) {
  #top_layout .header-wrap[data-header-type=header-2] .logo-wrap {
    padding-left: 0;
    font-size: 16.2px;
  }
}
@media (max-width: 499px) {
  #top_layout .header-wrap[data-header-type=header-2] .logo-wrap {
    font-size: 15px;
  }
}
#top_layout .header-wrap[data-header-type=header-2] .logo-wrap .main-logo {
  width: 190px;
  aspect-ratio: 190/28;
  background-image: url(/images/ipsi/common_new/logo.svg);
  transition: none;
}
@media (max-width: 1500px) {
  #top_layout .header-wrap[data-header-type=header-2] .logo-wrap .main-logo {
    width: 177px;
  }
}
@media (max-width: 1023px) {
  #top_layout .header-wrap[data-header-type=header-2] .logo-wrap .main-logo {
    width: 114px;
  }
}
@media (max-width: 499px) {
  #top_layout .header-wrap[data-header-type=header-2] .logo-wrap .main-logo {
    width: 108px;
  }
}
#top_layout .header-wrap[data-header-type=header-2] .logo-wrap .site-logo {
  align-self: center;
  margin-left: 0.9em;
  font-weight: 800;
  color: #525252;
  letter-spacing: -0.05em;
  transform: none;
}
#top_layout .header-wrap[data-header-type=header-2] .logo-wrap .site-logo::before {
  height: 0.56em;
  background: #83888D;
  opacity: 1;
  transform: translateY(-50%);
  left: -0.45em;
}
@media (max-width: 1500px) {
  #top_layout .header-wrap[data-header-type=header-2] #gnb.gnb {
    display: none;
  }
}
#top_layout .header-wrap[data-header-type=header-2] #gnb.gnb > .layout {
  align-items: center;
}
#top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul {
  font-size: 19px;
  height: 76px;
  gap: 16px;
}
@media (max-width: 1440px) {
  #top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul {
    gap: 12px;
  }
}
@media (max-width: 1279px) {
  #top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul {
    font-size: 17px;
    height: 50px;
  }
}
#top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul .depth1-btn {
  padding: 0 12px;
  display: flex;
  height: 100%;
  align-items: center;
  color: var(--color-text-subtle);
  position: relative;
  transition: background-color 0.3s, color 0.3s, -webkit-text-stroke-color 0.3s;
  text-align: center;
  justify-content: center;
  line-height: 1.2;
  font-weight: 600;
  gap: 8px;
  -webkit-text-stroke: 0.018em transparent;
  outline-offset: -2px;
  white-space: nowrap;
}
@media (max-width: 1279px) {
  #top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul .depth1-btn {
    padding: 0 8px;
    gap: 6px;
  }
}
#top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul .depth1-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00683d;
  border-radius: 100px;
  opacity: 0;
  transform: scaleX(0);
  transition: 0.3s;
  height: 3px;
  width: 100%;
}
#top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul .depth1-btn::after {
  width: 1em;
  height: 1em;
  background-color: #777;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  flex-shrink: 0;
  content: "";
  transition: background-color 0.3s, transform 0.3s;
  font-size: 18px;
}
@media (max-width: 1279px) {
  #top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul .depth1-btn::after {
    font-size: 16px;
  }
}
#top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul .depth1-btn[target=_blank]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
#top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul .depth1-btn:hover {
  background-color: var(--color-action-secondary-hover);
}
#top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul .depth1-btn.active {
  color: var(--color-text-secondary);
  -webkit-text-stroke-color: currentColor;
}
#top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul .depth1-btn.active::before {
  opacity: 1;
  transform: scaleX(1);
}
#top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul .depth1-btn.active::after {
  background-color: var(--color-icon-gray);
}
#top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul .depth1-btn.active.has-depth:not([target=_blank])::after {
  transform: rotate(180deg);
}
#top_layout .header-wrap[data-header-type=header-2] #gnb.gnb .depth1-ul .depth1-btn.current::before {
  opacity: 1;
  transform: scaleX(1);
}
#top_layout .header-wrap[data-header-type=header-2] .util-wrap li {
  position: relative;
}
#top_layout .header-wrap[data-header-type=header-2] .util-wrap li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 1em;
  background-color: var(--header-divider-color);
  position: absolute;
  right: calc(var(--right-wrap-gap) / -2);
  top: 50%;
  transform: translate(-50%, -50%);
}
#top_layout .header-wrap[data-header-type=header-2] .util-wrap .util-btn {
  font-size: 16px;
  color: #5b5f63;
}
#top_layout .header-wrap[data-header-type=header-2] .util-wrap .util-btn .ico {
  width: 16px;
}
#top_layout .header-wrap[data-header-type=header-2] .util-wrap.right-wrap {
  order: -10;
  align-self: flex-end;
}
@media (max-width: 1023px) {
  #top_layout .header-wrap[data-header-type=header-2] .util-wrap.right-wrap {
    display: none;
    align-self: center;
  }
}
#top_layout .header-wrap[data-header-type=header-2] .util-home .ico.ico-ky {
  width: 25px;
}
#top_layout .header-wrap[data-header-type=header-2] .util-home .ico.ico-ky::before {
  aspect-ratio: 25/13;
  padding-top: 0;
  color: transparent;
  -webkit-mask: none;
          mask: none;
  background: url("data:image/svg+xml,%3Csvg width='25' height='13' viewBox='0 0 25 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1925 0C20.2402 0 19.7875 0.247674 19.3178 1.11453L18.1819 3.20695H18.1477C17.9555 2.38706 17.6096 1.58426 17.0844 1.0761C16.2901 0.311728 15.2481 0 14.0182 0H10.8496C12.8567 0.854048 14.5008 3.27954 14.5008 5.9698C14.5008 8.20313 13.3734 10.0863 11.725 10.9574C12.4681 11.5724 13.3392 11.9695 14.2915 11.9695C16.7299 11.9695 18.4125 10.539 19.6978 8.23302C23.7803 0.943723 24.3398 0 24.3398 0H21.1967H21.1925Z' fill='%237CBD27' /%3E%3Cpath d='M8.75002 6.06801C8.75002 3.80906 9.89448 1.86182 11.5428 0.982155C10.7998 0.36297 9.91156 0 8.95926 0C6.88386 0 5.11592 1.71237 4.47963 4.09089H4.42412V1.3195C4.42412 0.858318 4.41985 0.580753 4.20633 0.371511C3.99281 0.162269 3.70669 0.153729 3.24549 0.153729H0V12.1104H3.24976C3.71096 12.1104 3.99708 12.1061 4.2106 11.8926C4.42412 11.6791 4.42839 11.4015 4.42839 10.9404V8.01951H4.4839C5.12019 10.398 6.88386 12.1104 8.95926 12.1104H12.4909V12.0933C10.4325 11.2307 8.75429 8.78816 8.75429 6.07228L8.75002 6.06801Z' fill='%2300683D' /%3E%3C/svg%3E") no-repeat center/100%;
}
#top_layout .header-wrap[data-header-type=header-2] .util-home .util-btn {
  font-weight: 600;
  line-height: 1.5;
}
#top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle {
  padding-left: 13px;
  margin-left: 22px;
  position: relative;
}
@media (max-width: 1500px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle {
    padding-right: 40px;
    padding-left: 11px;
  }
}
@media (max-width: 1023px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle {
    padding-right: 0;
    padding-left: 0;
    margin-left: 10px;
  }
}
#top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle::before {
  content: "";
  height: 30px;
  background-color: var(--header-divider-color);
  width: 1px;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle::before {
    display: none;
  }
}
#top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn {
  color: var(--color-text-subtle);
  gap: 8px;
  letter-spacing: -0.01em;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 1500px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn {
    margin-top: 1px;
  }
}
@media (max-width: 1279px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn {
    font-size: 17px;
    min-height: auto;
    padding: 6px;
    border-radius: 4px;
  }
}
@media (max-width: 1023px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn {
    padding: 8px;
  }
}
@media (max-width: 575px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn {
    font-size: 15px;
    gap: 4px;
    letter-spacing: normal;
  }
}
@media (max-width: 499px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn {
    padding: 9px;
  }
}
@media (max-width: 359px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn {
    font-size: 13px;
    padding: 4px;
  }
}
#top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn .ico {
  width: 24px;
  color: #33363D;
}
@media (max-width: 499px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn .ico {
    order: -5;
    width: 22px;
  }
}
@media (max-width: 1500px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn.pc {
    display: none;
  }
}
#top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn.mo {
  display: none;
}
@media (max-width: 1500px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn.mo {
    display: flex;
    background-color: transparent;
  }
}
@media (max-width: 1500px) and (max-width: 1023px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn.mo span {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
  }
}
@media (max-width: 1500px) {
  #top_layout .header-wrap[data-header-type=header-2] .allmenu-toggle .util-btn.mo:hover {
    background-color: var(--color-action-secondary-hover);
  }
}

.gnb-backdrop {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 90;
  pointer-events: none;
}
@media (max-width: 1500px) {
  .gnb-backdrop {
    display: none;
  }
}
body.is-gnb-open .gnb-backdrop {
  opacity: 1;
}

body.is-gnb-hover .gnb-backdrop {
  opacity: 1;
}

#allmenu {
  --color-divider-gray: #d7d7d7;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: 0.4s linear;
  opacity: 0;
  color: var(--color-text-basic);
}
#allmenu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s linear;
}
#allmenu.is-open {
  visibility: visible;
  opacity: 1;
}
#allmenu.is-open::before {
  opacity: 1;
}
#allmenu.is-open .allmenu-wrap {
  transform: translateX(0);
}
#allmenu .allmenu-wrap {
  max-width: 360px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
  transform: translateX(100%);
}
#allmenu .allmenu-header {
  padding: 16px;
  background-color: #00683D;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 20px 12px;
}
#allmenu .allmenu-header .top-wrap {
  padding: 0;
  display: block;
  margin-bottom: 0;
  width: 100%;
}
#allmenu .allmenu-header .top-wrap .top-list {
  --list-gap: 21px;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-right: 32px;
  position: relative;
}
#allmenu .allmenu-header .top-wrap .top-list::after {
  content: "";
  position: absolute;
  right: calc(100% + var(--list-gap) / 2 - 1px);
  pointer-events: none;
  background-color: #FFF;
  width: 3px;
  height: 100%;
}
#allmenu .allmenu-header .util-wrap {
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding-right: 34px;
}
#allmenu .allmenu-header .util-wrap > li {
  position: relative;
}
#allmenu .allmenu-header .util-wrap .util-btn {
  font-size: 19px;
  padding: 4px 8px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-height: 40px;
  flex-direction: row;
  color: #fff;
}
#allmenu .allmenu-header .util-wrap .util-btn .ico {
  width: 24px;
}
#allmenu .allmenu-header .util-wrap .util-btn:hover {
  background-color: #045030;
}
#allmenu .allmenu-header .util-wrap .drop-btn .ico-arrow-down {
  transition: background-image 0.3s, transform 0.3s;
}
#allmenu .allmenu-header .util-wrap .drop-btn.active .ico-arrow-down {
  transform: rotate(180deg);
}
#allmenu .allmenu-body {
  flex-grow: 1;
  position: relative;
}
#allmenu .allmenu-body a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
#allmenu .allmenu-body a span {
  flex-grow: 1;
}
#allmenu .allmenu-body a[target=_blank] span {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-grow: 1;
  justify-content: space-between;
}
#allmenu .allmenu-body a[target=_blank] span::after {
  flex-shrink: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  flex-shrink: 0;
}
#allmenu .allmenu-close {
  position: absolute;
  right: 16px;
  top: 24px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6309 4.23486C18.9433 3.92265 19.4494 3.92252 19.7617 4.23486C20.0741 4.54722 20.0739 5.05329 19.7617 5.36572L13.1289 11.9985L19.7656 18.6353C20.078 18.9477 20.0781 19.4547 19.7656 19.7671C19.4533 20.0794 18.9472 20.0792 18.6348 19.7671L11.998 13.1294L5.36133 19.7671C5.04891 20.0792 4.54281 20.0794 4.23047 19.7671C3.91804 19.4547 3.91806 18.9477 4.23047 18.6353L10.8662 11.9985L4.23438 5.36572C3.92215 5.05329 3.92202 4.54722 4.23438 4.23486C4.54673 3.92252 5.05281 3.92265 5.36523 4.23486L11.998 10.8677L18.6309 4.23486Z' fill='white'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: background-color 0.3s;
}
#allmenu .allmenu-close:hover {
  background-color: #045030;
}

#allmenu[data-allmenu-type=allmenu-1] .allmenu-body {
  --allmenu-left-width: 100px;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul {
  background: linear-gradient(var(--color-surface-secondary-subtler), var(--color-surface-secondary-subtler)) no-repeat left/var(--allmenu-left-width) 100%;
  height: 100%;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul > li {
  width: var(--allmenu-left-width);
  font-size: 17px;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul .depth1-btn {
  padding: 16px 12px;
  display: block;
  text-align: center;
  font-weight: 700;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul .depth1-btn::after {
  display: inline-block;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul .depth1-btn:hover {
  background-color: #FFF;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul .depth1-btn.active {
  background-color: #fff;
  color: var(--color-text-secondary);
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul .depth1-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: var(--allmenu-left-width);
  right: 0;
  top: 0;
  bottom: 0;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul .depth1-content:not(.active) {
  display: none;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul .depth1-header {
  padding: 20px 16px 16px;
  border-bottom: 3px solid var(--color-divider-gray-light);
  position: relative;
  display: none;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul .depth1-header .depth1-title {
  font-size: 24px;
  font-weight: 700;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul .depth1-header .depth1-link {
  font-size: 15px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 2px;
  background-color: var(--color-button-secondary-fill);
  padding: 6px 12px;
  border-radius: 5em;
  transition: background-color 0.3s;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul .depth1-header .depth1-link::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40556 19.7352C8.70112 20.0636 9.20695 20.0902 9.53536 19.7947L17.5354 12.5949C17.7039 12.4432 17.8002 12.2271 17.8002 12.0003C17.8002 11.7735 17.704 11.5574 17.5354 11.4057L9.53539 4.20519C9.207 3.90961 8.70116 3.93622 8.40558 4.26462C8.11001 4.59301 8.13661 5.09885 8.46501 5.39443L15.8043 12.0003L8.46504 18.6054C8.13663 18.9009 8.11 19.4067 8.40556 19.7352Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  margin-right: -4px;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul .depth1-header .depth1-link[target=_blank]::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul .depth1-header .depth1-link:hover {
  background-color: var(--color-button-secondary-fill-hover);
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul > .n1 .depth1-header,
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth1-ul > .field-info .depth1-header {
  display: flex;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth2-ul {
  height: 1px;
  flex-grow: 1;
  overflow-y: scroll;
  position: relative;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth2-ul::-webkit-scrollbar {
  width: 0;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth2-ul > li {
  padding: 16px 16px 0;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth2-ul > li:last-child {
  margin-bottom: 40px;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth2-ul .depth2-btn {
  border-bottom: 1px solid var(--color-divider-gray);
  padding: 4px 8px 12px;
  font-size: 19px;
  font-weight: 700;
  position: relative;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth2-ul .depth2-btn::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 0;
  background-color: var(--color-action-secondary-active);
  height: 3px;
  transition: 0.3s;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth2-ul .depth2-btn span {
  margin-right: auto;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth2-ul .depth2-btn.current:not(.has-depth) {
  background-color: var(--color-action-secondary-selected);
  color: var(--color-text-secondary);
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth2-ul .depth2-btn:hover {
  background-color: var(--color-action-secondary-hover);
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth2-ul .depth2-btn:hover::before {
  width: 100%;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth3-ul {
  padding: 8px 0;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth3-ul .depth3-btn {
  font-size: 17px;
  padding: 12px 8px;
  border-radius: 8px;
  justify-content: space-between;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth3-ul .depth3-btn:hover {
  background-color: var(--color-action-secondary-hover);
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .depth3-ul .depth3-btn.current {
  background-color: var(--color-action-secondary-hover);
  color: var(--color-text-secondary);
  font-weight: 700;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .field-info .depth2-btn {
  gap: 8px;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .field-info .depth2-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40556 19.7352C8.70112 20.0636 9.20695 20.0902 9.53536 19.7947L17.5354 12.5949C17.7039 12.4432 17.8002 12.2271 17.8002 12.0003C17.8002 11.7735 17.704 11.5574 17.5354 11.4057L9.53539 4.20519C9.207 3.90961 8.70116 3.93622 8.40558 4.26462C8.11001 4.59301 8.13661 5.09885 8.46501 5.39443L15.8043 12.0003L8.46504 18.6054C8.13663 18.9009 8.11 19.4067 8.40556 19.7352Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  transition: transform 0.3s;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .field-info .depth2-btn.has-depth::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .field-info .depth2-btn[target=_blank]::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .field-info .depth2-btn span {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-start;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .field-info .depth2-btn span::before {
  content: "";
  width: 28px;
  height: 28px;
  background: var(--field-ico) no-repeat center/contain;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .field-info .depth2-btn span::after {
  display: none;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .field-info .depth2-btn.active::before {
  width: 100%;
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .field-info .depth2-btn.active.has-depth::after {
  transform: rotate(180deg);
}
#allmenu[data-allmenu-type=allmenu-1] .allmenu-body .field-info .depth3-ul {
  display: none;
}

#allmenu[data-allmenu-type=allmenu-2] .allmenu-body {
  overflow-y: scroll;
  flex-grow: 1;
  padding-bottom: 0;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body::-webkit-scrollbar {
  width: 0;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth1-ul {
  min-height: 100%;
  padding-bottom: 120px;
  position: relative;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth1-ul::before {
  content: "";
  width: 160px;
  aspect-ratio: 144/71;
  background: url("data:image/svg+xml,%3Csvg width='144' height='71' viewBox='0 0 144 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_24546_4245)'%3E%3Cpath d='M124.684 0C119.082 0 116.419 1.46244 113.656 6.58098L106.973 18.9361H106.772C105.642 14.0949 103.607 9.35457 100.517 6.35405C95.8441 1.84066 89.7144 0 82.4793 0H63.8389C75.6461 5.04289 85.3181 19.3647 85.3181 35.2498C85.3181 48.437 78.6859 59.5566 68.9888 64.7003C73.36 68.3312 78.4849 70.6761 84.0871 70.6761C98.4317 70.6761 108.33 62.2293 115.891 48.6135C139.908 5.5724 143.199 0 143.199 0H124.709H124.684Z' fill='%237CBD27'/%3E%3Cpath d='M51.4747 35.8298C51.4747 22.4913 58.2073 10.9935 67.9044 5.79933C63.5332 2.14323 58.3078 0 52.7056 0C40.4964 0 30.096 10.111 26.3528 24.1555H26.0262V7.79127C26.0262 5.06811 26.0011 3.42917 24.745 2.19366C23.4889 0.95815 21.8058 0.907721 19.0926 0.907721H0V71.5082H19.1177C21.8309 71.5082 23.5141 71.483 24.7701 70.2223C26.0262 68.9616 26.0514 67.3226 26.0514 64.5995V47.3528H26.3779C30.1211 61.3972 40.4964 71.5082 52.7056 71.5082H73.4814V71.4074C61.3727 66.3141 51.4998 51.8914 51.4998 35.855L51.4747 35.8298Z' fill='%2300683D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_24546_4245'%3E%3Crect width='144' height='71' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/100%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.1;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth1-ul > li {
  padding: 12px 16px;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth1-ul > li:not(:last-child) {
  border-bottom: 3px solid var(--color-divider-gray);
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth1-ul .depth1-btn {
  font-size: 19px;
  font-weight: 700;
  padding: 10px 8px;
  border-bottom: 1px solid transparent;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth1-ul .depth1-btn.active {
  border-bottom-color: var(--color-divider-gray);
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth1-ul .depth1-btn.active.has-depth::after {
  transform: rotate(90deg);
  background-size: 1px 100%, 1px 1px;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth1-ul .depth1-btn.has-depth::after {
  color: #898989;
  content: "";
  width: 17px;
  height: 17px;
  background: linear-gradient(to right, currentColor, currentColor) no-repeat center/1px 100%, linear-gradient(to right, currentColor, currentColor) no-repeat center/100% 1px;
  transition: background-size 0.3s, transform 0.3s;
  flex-shrink: 0;
  margin-left: 0.4em;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth1-ul .depth1-btn:hover {
  background-color: var(--color-action-secondary-hover);
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth1-ul .depth1-btn:hover.has-depth::after {
  transform: rotate(90deg);
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth1-ul > li:not(:has(.depth2-ul)) .depth1-btn {
  padding-top: 12px;
  border-bottom: none;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth1-ul .depth1-header {
  display: none;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth2-ul {
  display: none;
  padding: 8px 0;
  font-size: 17px;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth2-ul .depth2-btn {
  padding: 12px 8px;
  border-radius: 8px;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth2-ul .depth2-btn.has-depth span {
  margin-right: auto;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth2-ul .depth2-btn.has-depth::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  margin-left: 4px;
  transition: transform 0.3s;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth2-ul .depth2-btn.has-depth.active::after {
  transform: rotate(180deg);
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth2-ul .depth2-btn:hover {
  background-color: var(--color-action-secondary-hover);
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth2-ul .depth2-btn.active {
  background-color: var(--color-action-secondary-hover);
  color: var(--color-text-secondary);
  font-weight: 700;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth2-ul .depth2-btn.current {
  background-color: var(--color-action-secondary-selected);
  color: var(--color-text-secondary);
  font-weight: 700;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth3-ul {
  display: none;
  padding-top: 8px;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth3-ul .depth3-btn {
  padding: 10px 16px;
  border-radius: 6px;
  gap: 8px;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth3-ul .depth3-btn::before {
  content: "•";
  flex-shrink: 0;
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth3-ul .depth3-btn.current {
  background-color: var(--color-action-secondary-selected);
  font-weight: 700;
  color: var(--color-text-secondary);
}
#allmenu[data-allmenu-type=allmenu-2] .allmenu-body .depth3-ul .depth3-btn:hover {
  background-color: var(--color-action-secondary-hover);
}

:root {
  --color-sub: #0061CA;
}

body[data-layout=wide] .snb, body.wide-wrap .snb {
  display: none;
}

#body_layout {
  position: relative;
  padding: 64px 0 120px;
}
@media (max-width: 1279px) {
  #body_layout {
    padding: 52px 0 104px;
  }
}
@media (max-width: 767px) {
  #body_layout {
    padding: 40px 0 88px;
  }
}
@media (max-width: 383px) {
  #body_layout {
    padding: 24px 0 72px;
  }
}
#body_layout .body-wrap {
  display: flex;
}

.sub-visual {
  height: 280px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .sub-visual {
    height: 260px;
  }
}
@media (max-width: 1023px) {
  .sub-visual {
    height: max(180px, 167.42081px + 9.04977vw);
  }
}

.snb {
  width: 280px;
  position: relative;
  flex-shrink: 0;
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .snb {
    width: 260px;
    margin-right: 60px;
  }
}
@media (max-width: 1279px) {
  .snb {
    width: 240px;
    margin-right: 48px;
  }
}
@media (max-width: 1023px) {
  .snb {
    display: none;
  }
}
.snb a {
  outline-offset: -2px;
}
.snb .snb-title {
  padding: 1em 0.8em;
  border-radius: 12px;
  background: #EFF3FB url(/assets/images/layout/common/snb-title-bg.svg) no-repeat right -1.16667em bottom/7.375em;
  font-size: 24px;
  min-height: 5.83334em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}
@media (max-width: 1440px) {
  .snb .snb-title {
    font-size: 23px;
  }
}
@media (max-width: 1279px) {
  .snb .snb-title {
    font-size: 22px;
    border-radius: 10px;
  }
}
.snb .snb-title strong {
  font-weight: 700;
  color: var(--color-text-bolder);
  line-height: 1.2;
  position: relative;
}
.snb .depth2-ul {
  font-size: 17px;
}
.snb .depth2-ul > li {
  padding: 0 8px;
}
.snb .depth2-ul > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-divider-gray-light);
}
@media (max-width: 1279px) {
  .snb .depth2-ul > li {
    padding: 0 6px;
  }
}
.snb .depth2-ul .depth2-btn {
  font-weight: 700;
  padding: 16px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: color 0.3s, padding 0.3s, background-color 0.3s, background-size 0.3s;
}
.snb .depth2-ul .depth2-btn::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: var(--color-border-secondary);
  pointer-events: none;
  height: 3px;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
.snb .depth2-ul .depth2-btn::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  transition: transform 0.3s;
  background: no-repeat center/contain;
}
.snb .depth2-ul .depth2-btn:hover, .snb .depth2-ul .depth2-btn.current {
  color: var(--color-text-secondary);
  background-color: var(--color-action-secondary-hover);
}
.snb .depth2-ul .depth2-btn:hover::before, .snb .depth2-ul .depth2-btn.current::before {
  transform: scaleX(1);
}
.snb .depth2-ul .depth2-btn.has-depth::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.snb .depth2-ul .depth2-btn[target=_blank]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.snb .depth2-ul > li.active .depth2-btn {
  color: var(--color-sub);
  padding-bottom: 8px;
  background-color: transparent;
  background-size: 0% 1px;
}
.snb .depth2-ul > li.active .depth2-btn.has-depth::after {
  transform: rotate(180deg);
}
.snb .depth3-ul {
  display: none;
  padding: 8px;
  background-color: #FBFBFB;
  border-radius: 12px;
  margin-bottom: 8px;
}
@media (max-width: 1279px) {
  .snb .depth3-ul {
    border-radius: 10px;
    padding: 6px 4px;
  }
}
.snb .depth3-ul .depth3-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  font-size: 16px;
  border-radius: 6px;
  transition: background-color 0.3s;
}
.snb .depth3-ul .depth3-btn::before {
  content: "•";
}
.snb .depth3-ul .depth3-btn span {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  text-underline-position: under;
  transition: text-decoration-color 0.3s;
}
.snb .depth3-ul .depth3-btn[target=_blank]::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5996 3C12.0411 3.00026 12.3993 3.35823 12.3994 3.7998C12.3994 4.24147 12.0412 4.59935 11.5996 4.59961H4.7998C4.6895 4.59971 4.59971 4.6895 4.59961 4.7998L4.60156 19.2002C4.60157 19.3106 4.69131 19.4004 4.80176 19.4004H19.1992C19.3096 19.4003 19.3994 19.3106 19.3994 19.2002V12.4004C19.3994 11.9586 19.7574 11.6006 20.1992 11.6006C20.641 11.6006 20.999 11.9586 20.999 12.4004V19.2002C20.999 20.1943 20.1933 20.9999 19.1992 21H4.80176C3.80771 21 3.00107 20.1942 3.00098 19.2002L3 4.7998C3.0001 3.80586 3.80584 3.00011 4.7998 3H11.5996ZM20.1992 3C20.641 3 20.9989 3.35807 20.999 3.7998V9.2002C20.999 9.64202 20.641 10 20.1992 10C19.7574 10 19.3994 9.64202 19.3994 9.2002V5.73145L11.5645 13.5654C11.252 13.8778 10.746 13.8778 10.4336 13.5654C10.1213 13.253 10.1213 12.747 10.4336 12.4346L18.2676 4.59961H14.7988C14.3572 4.5994 13.999 4.2415 13.999 3.7998C13.9991 3.3582 14.3572 3.00021 14.7988 3H20.1992Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  flex-shrink: 0;
}
.snb .depth3-ul .depth3-btn:hover, .snb .depth3-ul .depth3-btn.current {
  color: var(--color-sub);
}
.snb .depth3-ul .depth3-btn.current {
  font-weight: 700;
}
.snb .depth3-ul .depth3-btn:not(.current):hover span {
  text-decoration-color: currentColor;
}

#contents {
  position: relative;
  width: 1px;
  flex-grow: 1;
}

.contents-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  z-index: 20;
  gap: 8px 12px;
}
@media (max-width: 1279px) {
  .contents-header {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .contents-header {
    padding-bottom: 32px;
  }
}
.contents-header .breadcrumb-wrap ol {
  display: flex;
  align-items: center;
}
.contents-header .breadcrumb-wrap li {
  display: flex;
  align-items: center;
}
.contents-header .breadcrumb-wrap li::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 0 4px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40556 19.7352C8.70112 20.0636 9.20695 20.0902 9.53536 19.7947L17.5354 12.5949C17.7039 12.4432 17.8002 12.2271 17.8002 12.0003C17.8002 11.7735 17.704 11.5574 17.5354 11.4057L9.53539 4.20519C9.207 3.90961 8.70116 3.93622 8.40558 4.26462C8.11001 4.59301 8.13661 5.09885 8.46501 5.39443L15.8043 12.0003L8.46504 18.6054C8.13663 18.9009 8.11 19.4067 8.40556 19.7352Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.contents-header .breadcrumb-wrap li:last-child {
  font-weight: 700;
}
.contents-header .breadcrumb-wrap li:last-child::after {
  order: -5;
}
.contents-header .breadcrumb-wrap li:nth-last-child(2)::after {
  display: none;
}
.contents-header .breadcrumb-wrap li:only-child::after {
  display: none;
}
.contents-header .breadcrumb-wrap li > a,
.contents-header .breadcrumb-wrap li > span {
  padding: 0 4px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
  border-radius: 4px;
  font-size: 15px;
}
.contents-header .breadcrumb-wrap li > a {
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.contents-header .breadcrumb-wrap li > a:hover {
  background-color: var(--color-action-secondary-hover);
}
.contents-header .breadcrumb-wrap li.home > a::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3499 10.4006L11.3499 3.55619C11.7242 3.23599 12.2758 3.23599 12.6501 3.55619L20.6501 10.4006C20.8722 10.5906 21 10.8682 21 11.1605V20.2C21 20.7523 20.5523 21.2 20 21.2H15.25C14.6977 21.2 14.25 20.7523 14.25 20.2V15.7002C14.25 15.424 14.0261 15.2002 13.75 15.2002H10.25C9.97386 15.2002 9.75 15.424 9.75 15.7002V20.2C9.75 20.7523 9.30228 21.2 8.75 21.2H4C3.44772 21.2 3 20.7523 3 20.2V11.1605C3 10.8682 3.12784 10.5906 3.3499 10.4006Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .contents-header .breadcrumb-wrap li:not(.home):not(:last-child) {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
  }
  .contents-header .breadcrumb-wrap li:not(:first-child):not(:nth-child(2)):last-child::before {
    content: "";
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.40039 10.6006C6.17341 10.6008 6.7998 11.2279 6.7998 12.001C6.79959 12.7739 6.17328 13.4002 5.40039 13.4004C4.62732 13.4004 4.00021 12.774 4 12.001C4 11.2278 4.62719 10.6006 5.40039 10.6006ZM12.002 10.6006C12.775 10.6008 13.4014 11.2279 13.4014 12.001C13.4012 12.7739 12.7748 13.4002 12.002 13.4004C11.2289 13.4004 10.6018 12.774 10.6016 12.001C10.6016 11.2278 11.2288 10.6006 12.002 10.6006ZM18.5996 10.6006C19.3726 10.6008 19.999 11.2279 19.999 12.001C19.9988 12.7739 19.3725 13.4002 18.5996 13.4004C17.8265 13.4004 17.1994 12.774 17.1992 12.001C17.1992 11.2278 17.8264 10.6006 18.5996 10.6006Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
    order: -10;
  }
}
.contents-header .title-wrap {
  order: 5;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid var(--color-divider-gray-light);
}
@media (max-width: 1279px) {
  .contents-header .title-wrap {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .contents-header .title-wrap {
    padding: 20px 0 20px 0;
  }
}
@media (max-width: 767px) {
  body[data-site=kor] .contents-header .title-wrap {
    padding-right: 200px;
  }
}
@media (max-width: 575px) {
  body[data-site=kor] .contents-header .title-wrap {
    padding-right: 120px;
  }
}
.contents-header .title-wrap h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .contents-header .title-wrap h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .contents-header .title-wrap h2 {
    font-size: 28px;
  }
}
.contents-header .util-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 17px;
  margin-left: auto;
  justify-content: flex-end;
}
.contents-header .util-wrap > li {
  margin-left: 15px;
  position: relative;
  z-index: 3;
}
@media (max-width: 575px) {
  .contents-header .util-wrap > li {
    margin-left: 13px;
  }
}
.contents-header .util-wrap > li + li::after {
  content: "";
  position: absolute;
  left: -8px;
  height: calc(1em - 1px);
  background-color: #EEE;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .contents-header .util-wrap > li + li::after {
    left: -7px;
  }
}
.contents-header .util-wrap > li.util-voice {
  margin-left: 0;
  position: absolute;
  top: 69px;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .contents-header .util-wrap > li.util-voice {
    top: 59px;
  }
}
.contents-header .util-wrap > li.util-voice::after {
  display: none;
}
.contents-header .util-wrap > li.util-voice > ul {
  display: flex;
  flex-wrap: wrap;
}
.contents-header .util-wrap > li.util-voice > ul > li {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .contents-header .util-wrap > li.util-voice > ul > li {
    margin-left: 4px;
  }
}
@media (max-width: 575px) {
  .contents-header .util-wrap > li.util-voice > ul > li {
    margin-left: 2px;
  }
}
.contents-header .util-wrap .util-btn {
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.3s;
  outline-offset: -2px;
}
@media (max-width: 767px) {
  .contents-header .util-wrap .util-btn {
    padding: 2px;
    border-radius: 3px;
  }
}
.contents-header .util-wrap .util-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #888;
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
  flex-shrink: 0;
  transition: background-color 0.3s;
}
.contents-header .util-wrap .util-btn.copy::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8511 4.92392C14.0164 2.7587 17.5269 2.7587 19.6921 4.92392C21.8573 7.08916 21.8573 10.5997 19.6921 12.7649L11.9913 20.4657C11.6789 20.7781 11.1723 20.7781 10.8599 20.4657C10.5475 20.1533 10.5475 19.6467 10.8599 19.3343L18.5608 11.6335C20.1011 10.0932 20.1011 7.59569 18.5608 6.05529C17.0204 4.51491 14.5229 4.5149 12.9825 6.0553L4.92132 14.1165C4.92132 14.1165 4.92132 14.1165 4.92132 14.1165C3.95774 15.0801 3.95774 16.6423 4.92132 17.6059C5.8849 18.5695 7.44717 18.5695 8.41075 17.6059L15.6432 10.3735C15.99 10.0267 15.99 9.46441 15.6432 9.11761C15.2965 8.77085 14.7341 8.77085 14.3874 9.11761L7.51531 15.9897C7.20289 16.3022 6.69636 16.3022 6.38394 15.9897C6.07152 15.6773 6.07151 15.1708 6.38393 14.8584L13.256 7.98627C13.256 7.98627 13.256 7.98628 13.256 7.98627C14.2276 7.01464 15.803 7.01463 16.7746 7.98627C17.7462 8.95789 17.7462 10.5332 16.7746 11.5048L9.54213 18.7373C7.95371 20.3258 5.37836 20.3258 3.78994 18.7373C2.20153 17.1489 2.20153 14.5736 3.78993 12.9851L11.8511 4.92392Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8511 4.92392C14.0164 2.7587 17.5269 2.7587 19.6921 4.92392C21.8573 7.08916 21.8573 10.5997 19.6921 12.7649L11.9913 20.4657C11.6789 20.7781 11.1723 20.7781 10.8599 20.4657C10.5475 20.1533 10.5475 19.6467 10.8599 19.3343L18.5608 11.6335C20.1011 10.0932 20.1011 7.59569 18.5608 6.05529C17.0204 4.51491 14.5229 4.5149 12.9825 6.0553L4.92132 14.1165C4.92132 14.1165 4.92132 14.1165 4.92132 14.1165C3.95774 15.0801 3.95774 16.6423 4.92132 17.6059C5.8849 18.5695 7.44717 18.5695 8.41075 17.6059L15.6432 10.3735C15.99 10.0267 15.99 9.46441 15.6432 9.11761C15.2965 8.77085 14.7341 8.77085 14.3874 9.11761L7.51531 15.9897C7.20289 16.3022 6.69636 16.3022 6.38394 15.9897C6.07152 15.6773 6.07151 15.1708 6.38393 14.8584L13.256 7.98627C13.256 7.98627 13.256 7.98628 13.256 7.98627C14.2276 7.01464 15.803 7.01463 16.7746 7.98627C17.7462 8.95789 17.7462 10.5332 16.7746 11.5048L9.54213 18.7373C7.95371 20.3258 5.37836 20.3258 3.78994 18.7373C2.20153 17.1489 2.20153 14.5736 3.78993 12.9851L11.8511 4.92392Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.contents-header .util-wrap .util-btn.share::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6982 3C19.5207 3 20.9979 4.47735 20.998 6.2998C20.998 8.12234 19.5208 9.59961 17.6982 9.59961C16.6491 9.59955 15.7147 9.10992 15.1104 8.34668L9.52734 11.3096C9.57476 11.5322 9.5996 11.7632 9.59961 12C9.59961 12.3143 9.55475 12.6182 9.47266 12.9062L14.9795 15.8291C15.5746 14.9658 16.5704 14.4005 17.6982 14.4004C19.5208 14.4004 20.998 15.8777 20.998 17.7002C20.9979 19.5226 19.5207 21 17.6982 21C15.8759 20.9999 14.3986 19.5225 14.3984 17.7002C14.3984 17.5792 14.4043 17.4594 14.417 17.3418L8.67188 14.293C8.07186 14.9136 7.2312 15.2998 6.2998 15.2998C4.47735 15.2997 3 13.8225 3 12C3.00011 10.1776 4.47742 8.7003 6.2998 8.7002C7.31168 8.7002 8.21693 9.156 8.82227 9.87305L14.4512 6.88477C14.4172 6.69491 14.3984 6.49942 14.3984 6.2998C14.3985 4.47742 15.8759 3.00011 17.6982 3ZM17.6982 16C16.7594 16.0001 15.998 16.7614 15.998 17.7002C15.9982 18.6389 16.7595 19.4003 17.6982 19.4004C18.637 19.4004 19.3983 18.6389 19.3984 17.7002C19.3984 16.7613 18.6371 16 17.6982 16ZM6.2998 10.2998C5.36108 10.2999 4.59971 11.0613 4.59961 12C4.59961 12.9388 5.36101 13.7001 6.2998 13.7002C7.23869 13.7002 8 12.9389 8 12C7.99989 11.0612 7.23862 10.2998 6.2998 10.2998ZM17.6982 4.59961C16.7595 4.59971 15.9982 5.36108 15.998 6.2998C15.998 7.23862 16.7594 7.99989 17.6982 8C18.6371 8 19.3984 7.23869 19.3984 6.2998C19.3983 5.36101 18.6371 4.59961 17.6982 4.59961Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6982 3C19.5207 3 20.9979 4.47735 20.998 6.2998C20.998 8.12234 19.5208 9.59961 17.6982 9.59961C16.6491 9.59955 15.7147 9.10992 15.1104 8.34668L9.52734 11.3096C9.57476 11.5322 9.5996 11.7632 9.59961 12C9.59961 12.3143 9.55475 12.6182 9.47266 12.9062L14.9795 15.8291C15.5746 14.9658 16.5704 14.4005 17.6982 14.4004C19.5208 14.4004 20.998 15.8777 20.998 17.7002C20.9979 19.5226 19.5207 21 17.6982 21C15.8759 20.9999 14.3986 19.5225 14.3984 17.7002C14.3984 17.5792 14.4043 17.4594 14.417 17.3418L8.67188 14.293C8.07186 14.9136 7.2312 15.2998 6.2998 15.2998C4.47735 15.2997 3 13.8225 3 12C3.00011 10.1776 4.47742 8.7003 6.2998 8.7002C7.31168 8.7002 8.21693 9.156 8.82227 9.87305L14.4512 6.88477C14.4172 6.69491 14.3984 6.49942 14.3984 6.2998C14.3985 4.47742 15.8759 3.00011 17.6982 3ZM17.6982 16C16.7594 16.0001 15.998 16.7614 15.998 17.7002C15.9982 18.6389 16.7595 19.4003 17.6982 19.4004C18.637 19.4004 19.3983 18.6389 19.3984 17.7002C19.3984 16.7613 18.6371 16 17.6982 16ZM6.2998 10.2998C5.36108 10.2999 4.59971 11.0613 4.59961 12C4.59961 12.9388 5.36101 13.7001 6.2998 13.7002C7.23869 13.7002 8 12.9389 8 12C7.99989 11.0612 7.23862 10.2998 6.2998 10.2998ZM17.6982 4.59961C16.7595 4.59971 15.9982 5.36108 15.998 6.2998C15.998 7.23862 16.7594 7.99989 17.6982 8C18.6371 8 19.3984 7.23869 19.3984 6.2998C19.3983 5.36101 18.6371 4.59961 17.6982 4.59961Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.contents-header .util-wrap .util-btn.print::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1992 2C17.641 2 17.9989 2.35807 17.999 2.7998V7H20.2031C21.1972 7 22.0028 7.80578 22.0029 8.7998V18.2002C22.0029 18.642 21.645 19 21.2031 19H17.999V21.2002C17.999 21.642 17.641 22 17.1992 22H6.99902C6.55729 21.9999 6.19922 21.642 6.19922 21.2002V19H2.7998C2.58766 18.9999 2.38436 18.9157 2.23438 18.7656C2.0844 18.6156 2 18.4123 2 18.2002L2.00293 8.7998C2.00323 7.80593 2.80888 7.00005 3.80273 7H6V2.7998C6.00011 2.35813 6.35813 2.00011 6.7998 2H17.1992ZM7.79883 20.4004H16.3994V14.7998H7.79883V20.4004ZM3.80273 8.59961C3.69239 8.59966 3.60264 8.68946 3.60254 8.7998L3.60059 17.4004H6.19922V14C6.19932 13.5583 6.55735 13.2003 6.99902 13.2002H17.1992C17.4113 13.2002 17.6146 13.2846 17.7646 13.4346C17.9146 13.5846 17.999 13.7879 17.999 14V17.4004H20.4033V8.7998C20.4032 8.68944 20.3135 8.59961 20.2031 8.59961H3.80273ZM7.59961 7H16.3994V3.59961H7.59961V7Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1992 2C17.641 2 17.9989 2.35807 17.999 2.7998V7H20.2031C21.1972 7 22.0028 7.80578 22.0029 8.7998V18.2002C22.0029 18.642 21.645 19 21.2031 19H17.999V21.2002C17.999 21.642 17.641 22 17.1992 22H6.99902C6.55729 21.9999 6.19922 21.642 6.19922 21.2002V19H2.7998C2.58766 18.9999 2.38436 18.9157 2.23438 18.7656C2.0844 18.6156 2 18.4123 2 18.2002L2.00293 8.7998C2.00323 7.80593 2.80888 7.00005 3.80273 7H6V2.7998C6.00011 2.35813 6.35813 2.00011 6.7998 2H17.1992ZM7.79883 20.4004H16.3994V14.7998H7.79883V20.4004ZM3.80273 8.59961C3.69239 8.59966 3.60264 8.68946 3.60254 8.7998L3.60059 17.4004H6.19922V14C6.19932 13.5583 6.55735 13.2003 6.99902 13.2002H17.1992C17.4113 13.2002 17.6146 13.2846 17.7646 13.4346C17.9146 13.5846 17.999 13.7879 17.999 14V17.4004H20.4033V8.7998C20.4032 8.68944 20.3135 8.59961 20.2031 8.59961H3.80273ZM7.59961 7H16.3994V3.59961H7.59961V7Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.contents-header .util-wrap .util-btn.summary, .contents-header .util-wrap .util-btn.tts {
  padding: 8px 12px 8px 16px;
  border-radius: 799.2px;
  background: #F1F6FE;
  gap: 6px;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .contents-header .util-wrap .util-btn.summary, .contents-header .util-wrap .util-btn.tts {
    padding: 4px 6px 4px 8px;
    gap: 3px;
  }
}
@media (max-width: 575px) {
  .contents-header .util-wrap .util-btn.summary, .contents-header .util-wrap .util-btn.tts {
    padding: 3px 4px 3px 6px;
    gap: 2px;
  }
}
.contents-header .util-wrap .util-btn.summary span, .contents-header .util-wrap .util-btn.tts span {
  color: transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: linear-gradient(67.7deg, rgba(2, 153, 115, 0.85) 2%, rgba(22, 117, 227, 0.85) 114.89%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 767px) {
  .contents-header .util-wrap .util-btn.summary span, .contents-header .util-wrap .util-btn.tts span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .contents-header .util-wrap .util-btn.summary span, .contents-header .util-wrap .util-btn.tts span {
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .contents-header .util-wrap .util-btn.summary span, .contents-header .util-wrap .util-btn.tts span {
    font-size: 12px;
  }
}
.contents-header .util-wrap .util-btn.summary::before, .contents-header .util-wrap .util-btn.tts::before {
  order: 2;
  background-repeat: no-repeat;
  -webkit-mask-image: none;
          mask-image: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .contents-header .util-wrap .util-btn.summary::before, .contents-header .util-wrap .util-btn.tts::before {
    width: 16px;
    height: 16px;
    background-size: 100%;
  }
}
@media (max-width: 575px) {
  .contents-header .util-wrap .util-btn.summary::before, .contents-header .util-wrap .util-btn.tts::before {
    width: 12px;
    height: 12px;
  }
}
.contents-header .util-wrap .util-btn.summary.active, .contents-header .util-wrap .util-btn.summary:hover, .contents-header .util-wrap .util-btn.tts.active, .contents-header .util-wrap .util-btn.tts:hover {
  background-image: linear-gradient(#f1f6fe, #f1f6fe), linear-gradient(90deg, #029973 0%, #1675e3 100%);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
}
.contents-header .util-wrap .util-btn.summary.active::before, .contents-header .util-wrap .util-btn.summary:hover::before, .contents-header .util-wrap .util-btn.tts.active::before, .contents-header .util-wrap .util-btn.tts:hover::before {
  background-color: transparent;
}
.contents-header .util-wrap .util-btn.summary:focus, .contents-header .util-wrap .util-btn.tts:focus {
  outline: 1px dashed #de3412;
  outline-offset: -2px;
}
.contents-header .util-wrap .util-btn.summary::before {
  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%3Cpath d='M5.00065 19.1667C4.54041 19.1667 4.16732 18.7936 4.16732 18.3334C4.16732 17.8731 4.54041 17.5 5.00065 17.5C5.46089 17.5 5.83398 17.8731 5.83398 18.3334C5.83398 18.7936 5.46089 19.1667 5.00065 19.1667Z' fill='white'/%3E%3Cpath d='M5.00065 19.1667C4.54041 19.1667 4.16732 18.7936 4.16732 18.3334C4.16732 17.8731 4.54041 17.5 5.00065 17.5C5.46089 17.5 5.83398 17.8731 5.83398 18.3334C5.83398 18.7936 5.46089 19.1667 5.00065 19.1667Z' fill='url(%23paint0_linear_27729_63803)' fill-opacity='0.85'/%3E%3Cpath d='M15.0007 2.50004C14.5404 2.50004 14.1673 2.12694 14.1673 1.66671C14.1673 1.20647 14.5404 0.833374 15.0007 0.833374C15.4609 0.833374 15.834 1.20647 15.834 1.66671C15.834 2.12694 15.4609 2.50004 15.0007 2.50004Z' fill='white'/%3E%3Cpath d='M15.0007 2.50004C14.5404 2.50004 14.1673 2.12694 14.1673 1.66671C14.1673 1.20647 14.5404 0.833374 15.0007 0.833374C15.4609 0.833374 15.834 1.20647 15.834 1.66671C15.834 2.12694 15.4609 2.50004 15.0007 2.50004Z' fill='url(%23paint1_linear_27729_63803)' fill-opacity='0.85'/%3E%3Cpath d='M18.334 5.83337C17.8737 5.83337 17.5007 5.46028 17.5007 5.00004C17.5007 4.5398 17.8737 4.16671 18.334 4.16671C18.7942 4.16671 19.1673 4.5398 19.1673 5.00004C19.1673 5.46028 18.7942 5.83337 18.334 5.83337Z' fill='white'/%3E%3Cpath d='M18.334 5.83337C17.8737 5.83337 17.5007 5.46028 17.5007 5.00004C17.5007 4.5398 17.8737 4.16671 18.334 4.16671C18.7942 4.16671 19.1673 4.5398 19.1673 5.00004C19.1673 5.46028 18.7942 5.83337 18.334 5.83337Z' fill='url(%23paint2_linear_27729_63803)' fill-opacity='0.85'/%3E%3Cpath d='M8.91295 4.18884C9.18954 3.04822 10.8118 3.04822 11.0884 4.18884L11.8494 7.32735C11.9481 7.73459 12.2661 8.05255 12.6733 8.1513L15.8119 8.91234C16.9525 9.18893 16.9525 10.8112 15.8119 11.0877L12.6733 11.8488C12.2661 11.9475 11.9481 12.2655 11.8494 12.6727L11.0884 15.8112C10.8118 16.9519 9.18954 16.9519 8.91295 15.8112L8.15191 12.6727C8.05316 12.2655 7.7352 11.9475 7.32796 11.8488L4.18946 11.0877C3.04883 10.8112 3.04883 9.18893 4.18945 8.91234L7.32796 8.1513C7.7352 8.05255 8.05316 7.73459 8.15191 7.32735L8.91295 4.18884Z' fill='white'/%3E%3Cpath d='M8.91295 4.18884C9.18954 3.04822 10.8118 3.04822 11.0884 4.18884L11.8494 7.32735C11.9481 7.73459 12.2661 8.05255 12.6733 8.1513L15.8119 8.91234C16.9525 9.18893 16.9525 10.8112 15.8119 11.0877L12.6733 11.8488C12.2661 11.9475 11.9481 12.2655 11.8494 12.6727L11.0884 15.8112C10.8118 16.9519 9.18954 16.9519 8.91295 15.8112L8.15191 12.6727C8.05316 12.2655 7.7352 11.9475 7.32796 11.8488L4.18946 11.0877C3.04883 10.8112 3.04883 9.18893 4.18945 8.91234L7.32796 8.1513C7.7352 8.05255 8.05316 7.73459 8.15191 7.32735L8.91295 4.18884Z' fill='url(%23paint3_linear_27729_63803)' fill-opacity='0.85'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5962 12.4962C18.9843 12.641 19.1815 13.073 19.0366 13.4611C18.0984 15.9748 16.1508 17.9939 13.6864 19.0252C13.3043 19.1851 12.8649 19.005 12.705 18.6229C12.5451 18.2408 12.7252 17.8014 13.1073 17.6415C15.1902 16.7698 16.8383 15.0612 17.6313 12.9366C17.7762 12.5485 18.2082 12.3513 18.5962 12.4962Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5962 12.4962C18.9843 12.641 19.1815 13.073 19.0366 13.4611C18.0984 15.9748 16.1508 17.9939 13.6864 19.0252C13.3043 19.1851 12.8649 19.005 12.705 18.6229C12.5451 18.2408 12.7252 17.8014 13.1073 17.6415C15.1902 16.7698 16.8383 15.0612 17.6313 12.9366C17.7762 12.5485 18.2082 12.3513 18.5962 12.4962Z' fill='url(%23paint4_linear_27729_63803)' fill-opacity='0.85'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.51796 1.40391C7.6631 1.79186 7.46627 2.22402 7.07831 2.36916C4.94194 3.16842 3.22626 4.83579 2.36108 6.94224C2.20371 7.3254 1.76553 7.50843 1.38237 7.35106C0.999217 7.19369 0.816184 6.7555 0.973556 6.37235C1.99677 3.88112 4.02397 1.91031 6.55271 0.964258C6.94066 0.819116 7.37282 1.01595 7.51796 1.40391Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.51796 1.40391C7.6631 1.79186 7.46627 2.22402 7.07831 2.36916C4.94194 3.16842 3.22626 4.83579 2.36108 6.94224C2.20371 7.3254 1.76553 7.50843 1.38237 7.35106C0.999217 7.19369 0.816184 6.7555 0.973556 6.37235C1.99677 3.88112 4.02397 1.91031 6.55271 0.964258C6.94066 0.819116 7.37282 1.01595 7.51796 1.40391Z' fill='url(%23paint5_linear_27729_63803)' fill-opacity='0.85'/%3E%3Cpath d='M1.66732 15.8334C1.20708 15.8334 0.833984 15.4603 0.833984 15C0.833984 14.5398 1.20708 14.1667 1.66732 14.1667C2.12756 14.1667 2.50065 14.5398 2.50065 15C2.50065 15.4603 2.12756 15.8334 1.66732 15.8334Z' fill='white'/%3E%3Cpath d='M1.66732 15.8334C1.20708 15.8334 0.833984 15.4603 0.833984 15C0.833984 14.5398 1.20708 14.1667 1.66732 14.1667C2.12756 14.1667 2.50065 14.5398 2.50065 15C2.50065 15.4603 2.12756 15.8334 1.66732 15.8334Z' fill='url(%23paint6_linear_27729_63803)' fill-opacity='0.85'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_27729_63803' x1='0.833985' y1='17.9085' x2='25.8176' y2='7.66344' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23029973'/%3E%3Cstop offset='1' stop-color='%231675E3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_27729_63803' x1='0.833985' y1='17.9085' x2='25.8176' y2='7.66344' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23029973'/%3E%3Cstop offset='1' stop-color='%231675E3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_27729_63803' x1='0.833985' y1='17.9085' x2='25.8176' y2='7.66344' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23029973'/%3E%3Cstop offset='1' stop-color='%231675E3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_27729_63803' x1='0.833985' y1='17.9085' x2='25.8176' y2='7.66344' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23029973'/%3E%3Cstop offset='1' stop-color='%231675E3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_27729_63803' x1='0.833985' y1='17.9085' x2='25.8176' y2='7.66344' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23029973'/%3E%3Cstop offset='1' stop-color='%231675E3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_27729_63803' x1='0.833985' y1='17.9085' x2='25.8176' y2='7.66344' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23029973'/%3E%3Cstop offset='1' stop-color='%231675E3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_27729_63803' x1='0.833985' y1='17.9085' x2='25.8176' y2='7.66344' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23029973'/%3E%3Cstop offset='1' stop-color='%231675E3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.contents-header .util-wrap .util-btn.tts::before {
  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%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0072 2.70242C10.8859 2.15331 12.0258 2.78539 12.0258 3.82156V16.178C12.0258 17.2142 10.8859 17.8463 10.0072 17.2971L3.19083 13.0364C0.946805 11.6339 0.946805 8.36568 3.19083 6.96316L10.0072 2.70242Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0072 2.70242C10.8859 2.15331 12.0258 2.78539 12.0258 3.82156V16.178C12.0258 17.2142 10.8859 17.8463 10.0072 17.2971L3.19083 13.0364C0.946805 11.6339 0.946805 8.36568 3.19083 6.96316L10.0072 2.70242Z' fill='url(%23paint0_linear_27729_63815)' fill-opacity='0.85'/%3E%3Cpath d='M16.7361 10.0633C16.736 8.65665 16.1095 7.70716 15.3965 7.09294C15.0349 6.78135 14.6521 6.55864 14.3256 6.41585C14.1628 6.34469 14.0197 6.29608 13.9065 6.26611C13.85 6.25117 13.8042 6.24144 13.7698 6.236C13.7339 6.23035 13.7186 6.23031 13.7209 6.23031V4.72314C14.0605 4.72314 14.5019 4.84754 14.9302 5.03483C15.381 5.23198 15.8941 5.53221 16.3804 5.95117C17.3635 6.79815 18.2439 8.14186 18.244 10.0633C18.244 11.9884 17.3599 13.3056 16.3674 14.1234C15.8778 14.5267 15.3624 14.8092 14.9115 14.9925C14.4796 15.1681 14.047 15.2773 13.7209 15.2773V13.7694C13.7718 13.7694 13.9988 13.7365 14.3443 13.596C14.6708 13.4633 15.0504 13.2549 15.4088 12.9596C16.1125 12.3798 16.7361 11.4669 16.7361 10.0633Z' fill='white'/%3E%3Cpath d='M16.7361 10.0633C16.736 8.65665 16.1095 7.70716 15.3965 7.09294C15.0349 6.78135 14.6521 6.55864 14.3256 6.41585C14.1628 6.34469 14.0197 6.29608 13.9065 6.26611C13.85 6.25117 13.8042 6.24144 13.7698 6.236C13.7339 6.23035 13.7186 6.23031 13.7209 6.23031V4.72314C14.0605 4.72314 14.5019 4.84754 14.9302 5.03483C15.381 5.23198 15.8941 5.53221 16.3804 5.95117C17.3635 6.79815 18.2439 8.14186 18.244 10.0633C18.244 11.9884 17.3599 13.3056 16.3674 14.1234C15.8778 14.5267 15.3624 14.8092 14.9115 14.9925C14.4796 15.1681 14.047 15.2773 13.7209 15.2773V13.7694C13.7718 13.7694 13.9988 13.7365 14.3443 13.596C14.6708 13.4633 15.0504 13.2549 15.4088 12.9596C16.1125 12.3798 16.7361 11.4669 16.7361 10.0633Z' fill='url(%23paint1_linear_27729_63815)' fill-opacity='0.85'/%3E%3Cpath d='M15.6054 10C15.6054 8.11532 13.7207 7.36145 13.7207 7.36145V12.6386C13.7207 12.6386 15.6054 11.8847 15.6054 10Z' fill='white'/%3E%3Cpath d='M15.6054 10C15.6054 8.11532 13.7207 7.36145 13.7207 7.36145V12.6386C13.7207 12.6386 15.6054 11.8847 15.6054 10Z' fill='url(%23paint2_linear_27729_63815)' fill-opacity='0.85'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_27729_63815' x1='1.50781' y1='16.4703' x2='16.9727' y2='12.0234' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23029973'/%3E%3Cstop offset='1' stop-color='%231675E3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_27729_63815' x1='13.7207' y1='14.553' x2='20.7057' y2='13.3254' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23029973'/%3E%3Cstop offset='1' stop-color='%231675E3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_27729_63815' x1='13.7207' y1='12.2764' x2='16.6579' y2='11.8462' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23029973'/%3E%3Cstop offset='1' stop-color='%231675E3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.contents-header .util-wrap .util-btn.tts.active {
  background: linear-gradient(68deg, rgba(2, 153, 115, 0.85) 2%, rgba(22, 117, 227, 0.85) 114.89%);
}
.contents-header .util-wrap .util-btn.tts.active::before {
  background-image: url("/assets/images/common/sound_wave_icon.png");
  background-size: 20px;
}
.contents-header .util-wrap .util-btn.tts.active span {
  background: transparent;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
}
.contents-header .util-wrap .util-btn.active, .contents-header .util-wrap .util-btn:hover {
  background-color: var(--color-button-text-fill-hover);
}
.contents-header .util-wrap .util-btn.active::before, .contents-header .util-wrap .util-btn:hover::before {
  background-color: var(--color-sub);
}
.contents-header .util-wrap .share-list {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: calc(100% + 16px);
  border-radius: 12px;
  border: 1px solid #B1B8BE;
  padding: 15px;
  background-color: #fff;
}
.contents-header .util-wrap .share-list::before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  bottom: 100%;
  right: 50%;
  transform: translateX(50%);
  background: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6332 12H1.36682L11 1.49219L20.6332 12Z' fill='%23FFFFFF'/%3E%3Cpath d='M1.36683 12H0L11 0L22 12H20.6332L11 1.49219L1.36683 12Z' fill='%23B1B8BE'/%3E%3C/svg%3E%0A") no-repeat center top;
}
.contents-header .util-wrap .share-btn {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #F6F6F6;
  transition: background-color 0.3s;
}
.contents-header .util-wrap .share-btn:not(:first-child) {
  margin-top: 10px;
}
.contents-header .util-wrap .share-btn.blog {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.716 16.5724C13.4173 16.5724 13.1747 16.8174 13.1747 17.119C13.1747 17.4207 13.4173 17.6656 13.716 17.6656C14.0148 17.6656 14.2574 17.4207 14.2574 17.119C14.2574 16.8174 14.0148 16.5724 13.716 16.5724Z' fill='%2342D31A'/%3E%3Cpath d='M19.0608 17.6913C19.3826 17.6913 19.6435 17.4279 19.6435 17.103C19.6435 16.778 19.3826 16.5146 19.0608 16.5146C18.739 16.5146 18.4781 16.778 18.4781 17.103C18.4781 17.4279 18.739 17.6913 19.0608 17.6913Z' fill='%2342D31A'/%3E%3Cpath d='M23.8992 11.1417H12.3886C11.2275 11.1417 10.2867 12.0916 10.2867 13.264V20.1612C10.2867 21.3336 11.2275 22.2834 12.3886 22.2834H16.4547L17.8372 25.5727C17.8372 25.5727 17.9325 25.8583 18.1624 25.8583C18.3934 25.8583 18.4877 25.5727 18.4877 25.5727L19.8702 22.2834H23.8981C25.0592 22.2834 26 21.3336 26 20.1612V13.264C26 12.0916 25.0592 11.1417 23.8981 11.1417H23.8992ZM15.2236 17.2389C15.2173 18.5 13.9258 18.5353 13.9258 18.5353C13.4268 18.5353 13.144 18.2016 13.144 18.2016V18.4283H12.2032V14.5133C12.2032 14.5133 12.199 14.5123 12.2032 14.5112V14.5133C12.2615 14.523 13.144 14.5112 13.144 14.5112V16.0087C13.3654 15.6279 14.0042 15.6343 14.0042 15.6343C15.3963 15.7648 15.2226 17.2389 15.2226 17.2389H15.2236ZM16.8784 15.7542V18.4348H15.9578V15.7809C15.9578 15.4193 15.5139 15.3199 15.5139 15.3199V14.3839C16.9844 14.4438 16.8784 15.7542 16.8784 15.7542ZM19.0598 18.5374C18.208 18.5374 17.5172 17.8956 17.5172 17.103C17.5172 16.3104 18.208 15.6686 19.0598 15.6686C19.9115 15.6686 20.6023 16.3104 20.6023 17.103C20.6023 17.8956 19.9115 18.5374 19.0598 18.5374ZM24.1015 18.5374C24.1015 18.5374 24.1142 19.8991 22.7444 19.8991H22.327V19.0167H22.5781C22.5781 19.0167 23.1544 19.0701 23.147 18.1738C23.147 18.1738 23.0347 18.5364 22.2263 18.5364C22.2263 18.5364 21.0811 18.4529 21.0811 17.3244V16.8966C21.0811 16.8966 21.1076 15.7263 22.3651 15.6333C22.3651 15.6333 22.862 15.5798 23.166 15.9948V15.7071H24.0994V18.5364L24.1015 18.5374Z' fill='%2342D31A'/%3E%3Cpath d='M22.6396 17.6776C22.9538 17.6776 23.2085 17.4205 23.2085 17.1032C23.2085 16.786 22.9538 16.5288 22.6396 16.5288C22.3254 16.5288 22.0707 16.786 22.0707 17.1032C22.0707 17.4205 22.3254 17.6776 22.6396 17.6776Z' fill='%2342D31A'/%3E%3C/svg%3E%0A");
}
.contents-header .util-wrap .share-btn.facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 18C26 13.5817 22.4183 10 18 10C13.5817 10 10 13.5817 10 18C10 21.993 12.9255 25.3027 16.75 25.9028V20.3125H14.7188V18H16.75V16.2375C16.75 14.2325 17.9444 13.125 19.7717 13.125C20.647 13.125 21.5625 13.2812 21.5625 13.2812V15.25H20.5538C19.5599 15.25 19.25 15.8667 19.25 16.4994V18H21.4688L21.1141 20.3125H19.25V25.9028C23.0745 25.3027 26 21.9931 26 18Z' fill='%231877F2'/%3E%3Cpath d='M21.1141 20.3125L21.4688 18H19.25V16.4994C19.25 15.8666 19.5599 15.25 20.5538 15.25H21.5625V13.2812C21.5625 13.2812 20.647 13.125 19.7717 13.125C17.9444 13.125 16.75 14.2325 16.75 16.2375V18H14.7188V20.3125H16.75V25.9028C17.1635 25.9676 17.5814 26.0001 18 26C18.4186 26.0001 18.8365 25.9676 19.25 25.9028V20.3125H21.1141Z' fill='white'/%3E%3C/svg%3E%0A");
}
.contents-header .util-wrap .share-btn.band {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.9943 13.5749C18.4067 13.5749 17.8322 13.6589 17.2773 13.8243V12.1326C17.2773 10.9567 16.319 10 15.1406 10C13.9623 10 13.004 10.9567 13.004 12.1326C13.004 12.1326 12.995 19.8569 13.004 19.9938V20.165H13.017C13.312 23.2037 15.8797 25.5864 18.9943 25.5864C22.306 25.5864 25 22.8924 25 19.5807C25 16.269 22.306 13.5749 18.9943 13.5749ZM18.9943 17.8482C19.9493 17.8482 20.7267 18.6256 20.7267 19.5807C20.7267 20.5357 19.9493 21.3131 18.9943 21.3131C18.0392 21.3131 17.2618 20.5357 17.2618 19.5807C17.2618 18.6256 18.0392 17.8482 18.9943 17.8482ZM18.9943 24.7781C16.2578 24.7781 14.0104 22.6528 13.8124 19.9661V12.1326C13.8124 11.4024 14.408 10.8092 15.1406 10.8092C15.8732 10.8092 16.4689 11.4032 16.4689 12.1326V19.3012C16.4591 19.3933 16.4534 19.4862 16.4534 19.5815C16.4534 20.9823 17.5935 22.1223 18.9943 22.1223C20.395 22.1223 21.5351 20.9823 21.5351 19.5815C21.5351 18.1807 20.395 17.0407 18.9943 17.0407C18.3326 17.0407 17.7304 17.2949 17.2773 17.7105V16.5998C17.798 16.2991 18.3872 16.1402 18.9943 16.1402C20.8921 16.1402 22.4364 17.6844 22.4364 19.5823C22.4364 21.4802 20.8921 23.0244 18.9943 23.0244C17.0964 23.0244 15.5521 21.4802 15.5521 19.5823H15.5448V12.1562C15.5448 11.9329 15.3639 11.752 15.1406 11.752C14.9173 11.752 14.7364 11.9329 14.7364 12.1562V19.8439C14.7364 19.8944 14.725 19.9694 14.7413 20.0142C14.9467 22.168 16.7875 23.8303 18.9934 23.8303C21.3371 23.8303 23.2439 21.9235 23.2439 19.5799C23.2439 17.2362 21.3371 15.3294 18.9934 15.3294C18.3969 15.3294 17.8143 15.4533 17.2765 15.6912V14.6726C17.8265 14.4803 18.4026 14.3825 18.9934 14.3825C21.8594 14.3825 24.1908 16.7139 24.1908 19.5799C24.1908 22.4458 21.8594 24.7772 18.9934 24.7772L18.9943 24.7781Z' fill='%2350B848' stroke='%2350B848' stroke-width='0.3'/%3E%3C/svg%3E%0A");
}
.contents-header .util-wrap .share-btn.kakaostory {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2297_11157)'%3E%3Cpath d='M22.1136 11H14.8788C14.3939 11 14 11.3939 14 11.8788V19.0909C14 19.5758 14.3939 19.9697 14.8788 19.9697H18.2121C18.1894 20.8258 17.8333 21.7614 17.3144 22.5909C16.7348 23.5227 15.4962 24.5568 15.4848 24.5644C15.3864 24.6591 15.3182 24.7652 15.3144 24.9167C15.3144 25.0303 15.3712 25.1212 15.4394 25.2121L17.7652 27.8333C17.7652 27.8333 17.8788 27.9508 17.9697 27.9735C18.0758 28 18.1932 28.0038 18.2765 27.9394C22.303 24.8258 22.8864 20.9205 22.9848 18.8068C22.9848 18.7955 22.9848 11.8712 22.9848 11.8712C22.9848 11.3864 22.5909 10.9924 22.1061 10.9924' fill='%23FDC300'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2297_11157'%3E%3Crect width='8.99242' height='17' fill='white' transform='translate(14 11)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.contents-header .util-wrap .share-btn.kakao {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4989 10C14.3585 10 11 13.121 11 16.9701C11 19.2442 12.1718 21.2629 13.9843 22.5355V25.5937C13.9843 25.6363 14.009 25.6766 14.0471 25.6968C14.0627 25.7057 14.0807 25.7102 14.1008 25.7102C14.1255 25.7102 14.1479 25.7035 14.168 25.6878L16.8521 23.77C17.3831 23.8798 17.9343 23.9403 18.5011 23.9403C22.6438 23.9403 26 20.8193 26 16.9701C26 13.121 22.6415 10 18.4989 10Z' fill='%23040000'/%3E%3Cpath d='M23.1815 16.1638C22.9261 15.8882 22.5497 15.747 22.0635 15.747C21.7924 15.747 21.546 15.8075 21.3287 15.924C21.1673 16.0114 21.0262 16.1167 20.9074 16.2355V13.9793H19.8455V19.9569H20.8985V17.7231C20.8985 17.5372 20.9231 17.3692 20.9747 17.2235C21.024 17.0779 21.0934 16.9547 21.1763 16.8561C21.2592 16.7575 21.36 16.6813 21.4698 16.6298C21.5818 16.5783 21.7006 16.5514 21.826 16.5514C22.0434 16.5514 22.2136 16.6096 22.3301 16.7261C22.4467 16.8426 22.5071 17.06 22.5071 17.3692V19.9547H23.5602V17.4095C23.5602 16.8538 23.4325 16.4326 23.1793 16.1571L23.1815 16.1638Z' fill='%23FAE100'/%3E%3Cpath d='M16.2607 15.2224C17 15.2224 17.6318 15.7018 17.8828 16.3762H19.0142C18.7274 15.07 17.605 14.0977 16.2607 14.0977C14.7013 14.0977 13.4354 15.4106 13.4354 17.0282C13.4354 18.6458 14.6991 19.9587 16.2607 19.9587C17.605 19.9587 18.7297 18.9841 19.0142 17.6779H17.8828C17.6318 18.3523 17 18.8318 16.2607 18.8318C15.2995 18.8318 14.5221 18.023 14.5221 17.026C14.5221 16.0289 15.3017 15.2201 16.2607 15.2201V15.2224Z' fill='%23FAE100'/%3E%3C/svg%3E%0A");
}
.contents-header .util-wrap .share-btn.twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2297_11167)'%3E%3Cpath d='M22.0201 12H24.1566L19.49 17.1994L25 24.25H20.6707L17.2972 19.9761L13.4177 24.25H11.2811L16.2851 18.6967L11 12H15.4418L18.506 15.92L22.0201 12ZM21.261 22.9978H22.4418L14.7952 13.1706H13.502L21.261 22.9978Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2297_11167'%3E%3Crect width='14' height='12.25' fill='white' transform='translate(11 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.contents-header .util-wrap .share-btn:hover {
  background-color: var(--color-button-text-fill-hover);
}
@media (max-width: 767px) {
  .contents-header .util-wrap .print {
    display: none;
  }
}

.nopage {
  text-align: center;
  background-color: #FAFBFC;
  border-radius: 16px;
  padding: 5.5em 0.8em;
  font-size: 36px;
}
@media (max-width: 1279px) {
  .nopage {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .nopage {
    font-size: calc(16.57014px + 1.5083vw);
    padding-block: 4.75em;
  }
}
@media (max-width: 767px) {
  .nopage {
    border-radius: 12px;
  }
}
@media (max-width: 383px) {
  .nopage {
    border-radius: 10px;
    padding-bottom: 4em;
  }
}
.nopage-img {
  margin: 0 auto 0.9em;
  max-width: 6.55556em;
}
@media (max-width: 767px) {
  .nopage-img {
    width: 80%;
  }
}
.nopage-img img {
  display: block;
}
.nopage-tit {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.3em;
  display: block;
  color: #222;
}
.nopage-tit b {
  color: #157EEF;
  font-weight: inherit;
  display: inline-block;
}
.nopage-desc {
  font-size: 17px;
  color: #666;
  margin: 0;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .nopage-desc {
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .nopage-desc {
    font-size: 15px;
  }
}

/* 페이지 탑 버튼 s */
.bottom-sticky {
  position: sticky;
  bottom: 0;
  z-index: 50;
  height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  padding: 0 min(80px, var(--layout-margin));
  transition: opacity 0.3s, visibility 0.3s;
}
body:not(.is-header-fixed) .bottom-sticky {
  opacity: 0;
  visibility: hidden;
}
.bottom-sticky .inner {
  margin: 0 0 80px;
  padding: 0;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1800px) {
  .bottom-sticky .inner {
    margin-bottom: 40px;
  }
}
@media (max-width: 1279px) {
  .bottom-sticky .inner {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .bottom-sticky .inner {
    margin-bottom: 28px;
  }
}
@media (max-width: 383px) {
  .bottom-sticky .inner {
    margin-bottom: 20px;
  }
}
.bottom-sticky .page-top-btn {
  --btn-size: 56px;
  --ico-size: 24px;
}
@media (max-width: 1279px) {
  .bottom-sticky .page-top-btn {
    --btn-size: 52px;
  }
}
@media (max-width: 767px) {
  .bottom-sticky .page-top-btn {
    --btn-size: 48px;
    --ico-size: 20px;
  }
}
@media (max-width: 383px) {
  .bottom-sticky .page-top-btn {
    --btn-size: 44px;
  }
}
.bottom-sticky .page-top-btn {
  width: var(--btn-size);
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--btn-size);
  border: 1px solid #EEE;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 var(--color-alpha-shadow1, rgba(0, 0, 0, 0.05)), 0 4px 8px 0 var(--color-alpha-shadow2, rgba(0, 0, 0, 0.08));
  transition: background-color 0.3s;
  flex-shrink: 0;
}
.bottom-sticky .page-top-btn::before {
  content: "";
  width: var(--ico-size);
  height: var(--ico-size);
  flex-shrink: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7998 6C12.0204 6 12.2316 6.09128 12.3828 6.25195L17.3828 11.5654C17.6855 11.8871 17.6701 12.3935 17.3486 12.6963C17.0269 12.999 16.5206 12.9837 16.2178 12.6621L12.5996 8.81738V20.7998C12.5996 21.2416 12.2416 21.5996 11.7998 21.5996C11.3581 21.5995 11 21.2416 11 20.7998V8.81738L7.38281 12.6621C7.08004 12.9839 6.57373 12.9991 6.25195 12.6963C5.93019 12.3935 5.91501 11.8872 6.21777 11.5654L11.2178 6.25195C11.3689 6.09139 11.5793 6.00005 11.7998 6ZM18.2002 3C18.6419 3.00011 18.9999 3.35813 19 3.7998C19 4.24157 18.6419 4.5995 18.2002 4.59961H5.7998C5.35807 4.5995 5 4.24157 5 3.7998C5.00011 3.35813 5.35813 3.00011 5.7998 3H18.2002Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7998 6C12.0204 6 12.2316 6.09128 12.3828 6.25195L17.3828 11.5654C17.6855 11.8871 17.6701 12.3935 17.3486 12.6963C17.0269 12.999 16.5206 12.9837 16.2178 12.6621L12.5996 8.81738V20.7998C12.5996 21.2416 12.2416 21.5996 11.7998 21.5996C11.3581 21.5995 11 21.2416 11 20.7998V8.81738L7.38281 12.6621C7.08004 12.9839 6.57373 12.9991 6.25195 12.6963C5.93019 12.3935 5.91501 11.8872 6.21777 11.5654L11.2178 6.25195C11.3689 6.09139 11.5793 6.00005 11.7998 6ZM18.2002 3C18.6419 3.00011 18.9999 3.35813 19 3.7998C19 4.24157 18.6419 4.5995 18.2002 4.59961H5.7998C5.35807 4.5995 5 4.24157 5 3.7998C5.00011 3.35813 5.35813 3.00011 5.7998 3H18.2002Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  background-color: var(--color-icon-gray);
}
.bottom-sticky .page-top-btn:hover {
  background-color: var(--color-action-secondary-hover);
}

/* 페이지 탑 버튼 e */
#skipnavi {
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
}

#skipnavi a {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 0.4em 0.1em;
  background-color: #222;
  outline-offset: -2px;
  text-align: center;
  color: #FFF;
  transition: none;
}

#skipnavi a:focus {
  top: 0;
  box-shadow: inset 0 0 0 4px #FFF;
}/*# sourceMappingURL=layout.css.map */