@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: #333;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

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

dl {
  margin: 0;
  padding: 0;
}

h1, h2, h3,
h4, h5, h6 {
  margin: 0;
}

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard GOV.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
/* font-face */
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard GOV Black"), url(../font/PretendardGOV-Black.woff2) format("woff2"), url(../font/PretendardGOV-Black.woff) format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard GOV ExtraBold"), url(../font/PretendardGOV-ExtraBold.woff2) format("woff2"), url(../font/PretendardGOV-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard GOV Bold"), url("../font/PretendardGOV-Bold.woff2") format("woff2"), url("../font/PretendardGOV-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard GOV SemiBold"), url(../font/PretendardGOV-SemiBold.woff2) format("woff2"), url(../font/PretendardGOV-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard GOV Medium"), url("../font/PretendardGOV-Medium.woff2") format("woff2"), url("../font/PretendardGOV-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard GOV Regular"), url(../font/PretendardGOV-Regular.woff2) format("woff2"), url(../font/PretendardGOV-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard GOV Light"), url(../font/PretendardGOV-Light.woff2) format("woff2"), url(../font/PretendardGOV-Light.woff) format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard GOV ExtraLight"), url(../font/PretendardGOV-ExtraLight.woff2) format("woff2"), url(../font/PretendardGOV-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard GOV Thin"), url(../font/PretendardGOV-Thin.woff2) format("woff2"), url(../font/PretendardGOV-Thin.woff) format("woff");
}
/* ========== ==========
UTILITIES
========== ========== */
/* display */
.ds-no {
  display: none !important;
}
.ds-ib {
  display: inline-block !important;
}
.ds-bl {
  display: block !important;
}
.ds-fl {
  display: flex !important;
}

/* position */
.pos-ab {
  position: absolute !important;
}
.pos-re {
  position: relative !important;
}
.pos-fx {
  position: fixed !important;
}

/* width */
.w-0p {
  width: 0% !important;
}
.w-0px {
  width: 0px !important;
}
.w-5p {
  width: 5% !important;
}
.w-10px {
  width: 10px !important;
}
.w-10p {
  width: 10% !important;
}
.w-20px {
  width: 20px !important;
}
.w-15p {
  width: 15% !important;
}
.w-30px {
  width: 30px !important;
}
.w-20p {
  width: 20% !important;
}
.w-40px {
  width: 40px !important;
}
.w-25p {
  width: 25% !important;
}
.w-50px {
  width: 50px !important;
}
.w-30p {
  width: 30% !important;
}
.w-60px {
  width: 60px !important;
}
.w-35p {
  width: 35% !important;
}
.w-70px {
  width: 70px !important;
}
.w-40p {
  width: 40% !important;
}
.w-80px {
  width: 80px !important;
}
.w-45p {
  width: 45% !important;
}
.w-90px {
  width: 90px !important;
}
.w-50p {
  width: 50% !important;
}
.w-100px {
  width: 100px !important;
}
.w-55p {
  width: 55% !important;
}
.w-110px {
  width: 110px !important;
}
.w-60p {
  width: 60% !important;
}
.w-120px {
  width: 120px !important;
}
.w-65p {
  width: 65% !important;
}
.w-130px {
  width: 130px !important;
}
.w-70p {
  width: 70% !important;
}
.w-140px {
  width: 140px !important;
}
.w-75p {
  width: 75% !important;
}
.w-150px {
  width: 150px !important;
}
.w-80p {
  width: 80% !important;
}
.w-160px {
  width: 160px !important;
}
.w-85p {
  width: 85% !important;
}
.w-170px {
  width: 170px !important;
}
.w-90p {
  width: 90% !important;
}
.w-180px {
  width: 180px !important;
}
.w-95p {
  width: 95% !important;
}
.w-190px {
  width: 190px !important;
}
.w-100p {
  width: 100% !important;
}
.w-200px {
  width: 200px !important;
}

/* height */
.h-0p {
  height: 0% !important;
}
.h-0px {
  height: 0px !important;
}
.h-5p {
  height: 5% !important;
}
.h-10px {
  height: 10px !important;
}
.h-10p {
  height: 10% !important;
}
.h-20px {
  height: 20px !important;
}
.h-15p {
  height: 15% !important;
}
.h-30px {
  height: 30px !important;
}
.h-20p {
  height: 20% !important;
}
.h-40px {
  height: 40px !important;
}
.h-25p {
  height: 25% !important;
}
.h-50px {
  height: 50px !important;
}
.h-30p {
  height: 30% !important;
}
.h-60px {
  height: 60px !important;
}
.h-35p {
  height: 35% !important;
}
.h-70px {
  height: 70px !important;
}
.h-40p {
  height: 40% !important;
}
.h-80px {
  height: 80px !important;
}
.h-45p {
  height: 45% !important;
}
.h-90px {
  height: 90px !important;
}
.h-50p {
  height: 50% !important;
}
.h-100px {
  height: 100px !important;
}
.h-55p {
  height: 55% !important;
}
.h-110px {
  height: 110px !important;
}
.h-60p {
  height: 60% !important;
}
.h-120px {
  height: 120px !important;
}
.h-65p {
  height: 65% !important;
}
.h-130px {
  height: 130px !important;
}
.h-70p {
  height: 70% !important;
}
.h-140px {
  height: 140px !important;
}
.h-75p {
  height: 75% !important;
}
.h-150px {
  height: 150px !important;
}
.h-80p {
  height: 80% !important;
}
.h-160px {
  height: 160px !important;
}
.h-85p {
  height: 85% !important;
}
.h-170px {
  height: 170px !important;
}
.h-90p {
  height: 90% !important;
}
.h-180px {
  height: 180px !important;
}
.h-95p {
  height: 95% !important;
}
.h-190px {
  height: 190px !important;
}
.h-100p {
  height: 100% !important;
}
.h-200px {
  height: 200px !important;
}

/* gap */
.gap_2 {
  gap: 2px !important;
}
.gap_3 {
  gap: 3px !important;
}
.gap_4 {
  gap: 4px !important;
}
.gap_5 {
  gap: 5px !important;
}
.gap_6 {
  gap: 6px !important;
}
.gap_7 {
  gap: 7px !important;
}
.gap_8 {
  gap: 8px !important;
}
.gap_9 {
  gap: 9px !important;
}
.gap_10 {
  gap: 10px !important;
}
.gap_11 {
  gap: 11px !important;
}
.gap_12 {
  gap: 12px !important;
}
.gap_13 {
  gap: 13px !important;
}
.gap_14 {
  gap: 14px !important;
}
.gap_15 {
  gap: 15px !important;
}
.gap_16 {
  gap: 16px !important;
}
.gap_17 {
  gap: 17px !important;
}
.gap_18 {
  gap: 18px !important;
}
.gap_19 {
  gap: 19px !important;
}
.gap_20 {
  gap: 20px !important;
}
.gap_21 {
  gap: 21px !important;
}
.gap_22 {
  gap: 22px !important;
}
.gap_23 {
  gap: 23px !important;
}
.gap_24 {
  gap: 24px !important;
}

/* margin */
.mgt-0 {
  margin-top: 0px !important;
}
.mgr-0 {
  margin-right: 0px !important;
}
.mgb-0 {
  margin-bottom: 0px !important;
}
.mgl-0 {
  margin-left: 0px !important;
}
.mgt-5 {
  margin-top: 5px !important;
}
.mgr-5 {
  margin-right: 5px !important;
}
.mgb-5 {
  margin-bottom: 5px !important;
}
.mgl-5 {
  margin-left: 5px !important;
}
.mgt-10 {
  margin-top: 10px !important;
}
.mgr-10 {
  margin-right: 10px !important;
}
.mgb-10 {
  margin-bottom: 10px !important;
}
.mgl-10 {
  margin-left: 10px !important;
}
.mgt-15 {
  margin-top: 15px !important;
}
.mgr-15 {
  margin-right: 15px !important;
}
.mgb-15 {
  margin-bottom: 15px !important;
}
.mgl-15 {
  margin-left: 15px !important;
}
.mgt-20 {
  margin-top: 20px !important;
}
.mgr-20 {
  margin-right: 20px !important;
}
.mgb-20 {
  margin-bottom: 20px !important;
}
.mgl-20 {
  margin-left: 20px !important;
}
.mgt-25 {
  margin-top: 25px !important;
}
.mgr-25 {
  margin-right: 25px !important;
}
.mgb-25 {
  margin-bottom: 25px !important;
}
.mgl-25 {
  margin-left: 25px !important;
}
.mgt-30 {
  margin-top: 30px !important;
}
.mgr-30 {
  margin-right: 30px !important;
}
.mgb-30 {
  margin-bottom: 30px !important;
}
.mgl-30 {
  margin-left: 30px !important;
}
.mgt-35 {
  margin-top: 35px !important;
}
.mgr-35 {
  margin-right: 35px !important;
}
.mgb-35 {
  margin-bottom: 35px !important;
}
.mgl-35 {
  margin-left: 35px !important;
}
.mgt-40 {
  margin-top: 40px !important;
}
.mgr-40 {
  margin-right: 40px !important;
}
.mgb-40 {
  margin-bottom: 40px !important;
}
.mgl-40 {
  margin-left: 40px !important;
}
.mgt-45 {
  margin-top: 45px !important;
}
.mgr-45 {
  margin-right: 45px !important;
}
.mgb-45 {
  margin-bottom: 45px !important;
}
.mgl-45 {
  margin-left: 45px !important;
}
.mgt-50 {
  margin-top: 50px !important;
}
.mgr-50 {
  margin-right: 50px !important;
}
.mgb-50 {
  margin-bottom: 50px !important;
}
.mgl-50 {
  margin-left: 50px !important;
}
.mgt-55 {
  margin-top: 55px !important;
}
.mgr-55 {
  margin-right: 55px !important;
}
.mgb-55 {
  margin-bottom: 55px !important;
}
.mgl-55 {
  margin-left: 55px !important;
}
.mgt-60 {
  margin-top: 60px !important;
}
.mgr-60 {
  margin-right: 60px !important;
}
.mgb-60 {
  margin-bottom: 60px !important;
}
.mgl-60 {
  margin-left: 60px !important;
}
.mgt-65 {
  margin-top: 65px !important;
}
.mgr-65 {
  margin-right: 65px !important;
}
.mgb-65 {
  margin-bottom: 65px !important;
}
.mgl-65 {
  margin-left: 65px !important;
}
.mgt-70 {
  margin-top: 70px !important;
}
.mgr-70 {
  margin-right: 70px !important;
}
.mgb-70 {
  margin-bottom: 70px !important;
}
.mgl-70 {
  margin-left: 70px !important;
}
.mgt-75 {
  margin-top: 75px !important;
}
.mgr-75 {
  margin-right: 75px !important;
}
.mgb-75 {
  margin-bottom: 75px !important;
}
.mgl-75 {
  margin-left: 75px !important;
}
.mgt-80 {
  margin-top: 80px !important;
}
.mgr-80 {
  margin-right: 80px !important;
}
.mgb-80 {
  margin-bottom: 80px !important;
}
.mgl-80 {
  margin-left: 80px !important;
}
.mgt-85 {
  margin-top: 85px !important;
}
.mgr-85 {
  margin-right: 85px !important;
}
.mgb-85 {
  margin-bottom: 85px !important;
}
.mgl-85 {
  margin-left: 85px !important;
}
.mgt-90 {
  margin-top: 90px !important;
}
.mgr-90 {
  margin-right: 90px !important;
}
.mgb-90 {
  margin-bottom: 90px !important;
}
.mgl-90 {
  margin-left: 90px !important;
}
.mgt-95 {
  margin-top: 95px !important;
}
.mgr-95 {
  margin-right: 95px !important;
}
.mgb-95 {
  margin-bottom: 95px !important;
}
.mgl-95 {
  margin-left: 95px !important;
}
.mgt-100 {
  margin-top: 100px !important;
}
.mgr-100 {
  margin-right: 100px !important;
}
.mgb-100 {
  margin-bottom: 100px !important;
}
.mgl-100 {
  margin-left: 100px !important;
}

/* padding */
.pdt-0 {
  padding-top: 0px !important;
}
.pdr-0 {
  padding-right: 0px !important;
}
.pdb-0 {
  padding-bottom: 0px !important;
}
.pdl-0 {
  padding-left: 0px !important;
}
.pdt-5 {
  padding-top: 5px !important;
}
.pdr-5 {
  padding-right: 5px !important;
}
.pdb-5 {
  padding-bottom: 5px !important;
}
.pdl-5 {
  padding-left: 5px !important;
}
.pdt-10 {
  padding-top: 10px !important;
}
.pdr-10 {
  padding-right: 10px !important;
}
.pdb-10 {
  padding-bottom: 10px !important;
}
.pdl-10 {
  padding-left: 10px !important;
}
.pdt-15 {
  padding-top: 15px !important;
}
.pdr-15 {
  padding-right: 15px !important;
}
.pdb-15 {
  padding-bottom: 15px !important;
}
.pdl-15 {
  padding-left: 15px !important;
}
.pdt-20 {
  padding-top: 20px !important;
}
.pdr-20 {
  padding-right: 20px !important;
}
.pdb-20 {
  padding-bottom: 20px !important;
}
.pdl-20 {
  padding-left: 20px !important;
}
.pdt-25 {
  padding-top: 25px !important;
}
.pdr-25 {
  padding-right: 25px !important;
}
.pdb-25 {
  padding-bottom: 25px !important;
}
.pdl-25 {
  padding-left: 25px !important;
}
.pdt-30 {
  padding-top: 30px !important;
}
.pdr-30 {
  padding-right: 30px !important;
}
.pdb-30 {
  padding-bottom: 30px !important;
}
.pdl-30 {
  padding-left: 30px !important;
}
.pdt-35 {
  padding-top: 35px !important;
}
.pdr-35 {
  padding-right: 35px !important;
}
.pdb-35 {
  padding-bottom: 35px !important;
}
.pdl-35 {
  padding-left: 35px !important;
}
.pdt-40 {
  padding-top: 40px !important;
}
.pdr-40 {
  padding-right: 40px !important;
}
.pdb-40 {
  padding-bottom: 40px !important;
}
.pdl-40 {
  padding-left: 40px !important;
}
.pdt-45 {
  padding-top: 45px !important;
}
.pdr-45 {
  padding-right: 45px !important;
}
.pdb-45 {
  padding-bottom: 45px !important;
}
.pdl-45 {
  padding-left: 45px !important;
}
.pdt-50 {
  padding-top: 50px !important;
}
.pdr-50 {
  padding-right: 50px !important;
}
.pdb-50 {
  padding-bottom: 50px !important;
}
.pdl-50 {
  padding-left: 50px !important;
}
.pdt-55 {
  padding-top: 55px !important;
}
.pdr-55 {
  padding-right: 55px !important;
}
.pdb-55 {
  padding-bottom: 55px !important;
}
.pdl-55 {
  padding-left: 55px !important;
}
.pdt-60 {
  padding-top: 60px !important;
}
.pdr-60 {
  padding-right: 60px !important;
}
.pdb-60 {
  padding-bottom: 60px !important;
}
.pdl-60 {
  padding-left: 60px !important;
}
.pdt-65 {
  padding-top: 65px !important;
}
.pdr-65 {
  padding-right: 65px !important;
}
.pdb-65 {
  padding-bottom: 65px !important;
}
.pdl-65 {
  padding-left: 65px !important;
}
.pdt-70 {
  padding-top: 70px !important;
}
.pdr-70 {
  padding-right: 70px !important;
}
.pdb-70 {
  padding-bottom: 70px !important;
}
.pdl-70 {
  padding-left: 70px !important;
}
.pdt-75 {
  padding-top: 75px !important;
}
.pdr-75 {
  padding-right: 75px !important;
}
.pdb-75 {
  padding-bottom: 75px !important;
}
.pdl-75 {
  padding-left: 75px !important;
}
.pdt-80 {
  padding-top: 80px !important;
}
.pdr-80 {
  padding-right: 80px !important;
}
.pdb-80 {
  padding-bottom: 80px !important;
}
.pdl-80 {
  padding-left: 80px !important;
}
.pdt-85 {
  padding-top: 85px !important;
}
.pdr-85 {
  padding-right: 85px !important;
}
.pdb-85 {
  padding-bottom: 85px !important;
}
.pdl-85 {
  padding-left: 85px !important;
}
.pdt-90 {
  padding-top: 90px !important;
}
.pdr-90 {
  padding-right: 90px !important;
}
.pdb-90 {
  padding-bottom: 90px !important;
}
.pdl-90 {
  padding-left: 90px !important;
}
.pdt-95 {
  padding-top: 95px !important;
}
.pdr-95 {
  padding-right: 95px !important;
}
.pdb-95 {
  padding-bottom: 95px !important;
}
.pdl-95 {
  padding-left: 95px !important;
}
.pdt-100 {
  padding-top: 100px !important;
}
.pdr-100 {
  padding-right: 100px !important;
}
.pdb-100 {
  padding-bottom: 100px !important;
}
.pdl-100 {
  padding-left: 100px !important;
}

/* text-align */
.ta-l {
  text-align: left !important;
}
.ta-c {
  text-align: center !important;
}
.ta-r {
  text-align: right !important;
}

/* float */
.fl-l {
  float: left !important;
}
.fl-r {
  float: right !important;
}
.fl-n {
  float: none !important;
}

/* font-size */
.fs-0 {
  font-size: 0px !important;
}
.fs-2 {
  font-size: 2px !important;
}
.fs-4 {
  font-size: 4px !important;
}
.fs-6 {
  font-size: 6px !important;
}
.fs-8 {
  font-size: 8px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-40 {
  font-size: 40px !important;
}

/* row */
.row-1-1 {
  display: flex !important;
  align-items: stretch;
}
.row-1-1 > div,
.row-1-1 > section {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
}
.row-1-1 > div:not(:first-of-type),
.row-1-1 > section:not(:first-of-type) {
  margin-left: 20px;
}
.row-1-2 {
  display: flex !important;
  flex-direction: row;
}
.row-1-2 > div,
.row-1-2 > section {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
}
.row-1-2 > div.area-box:not(:last-of-type),
.row-1-2 > section.area-box:not(:last-of-type) {
  margin-bottom: 0;
}
.row-1-2 > div:last-of-type,
.row-1-2 > section:last-of-type {
  margin-left: 12px;
  flex: 2;
}
.row-1-3 {
  display: flex !important;
}
.row-1-3 > div,
.row-1-3 > section {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
}
.row-1-3 > div.area-box:not(:last-of-type),
.row-1-3 > section.area-box:not(:last-of-type) {
  margin-bottom: 0;
}
.row-1-3 > div:last-of-type,
.row-1-3 > section:last-of-type {
  margin-left: 20px;
  flex: 2.5;
}
.row-1-3 > div .area-box:not(:first-of-type),
.row-1-3 > section .area-box:not(:first-of-type) {
  margin-top: 20px;
}
.row-2-1 {
  display: flex !important;
}
.row-2-1 > div,
.row-2-1 > section {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
}
.row-2-1 > div.area-box:not(:first-of-type),
.row-2-1 > section.area-box:not(:first-of-type) {
  margin-bottom: 0;
}
.row-2-1 > div:first-of-type,
.row-2-1 > section:first-of-type {
  flex: 1.7;
}
.row-2-1 > div:not(:first-of-type),
.row-2-1 > section:not(:first-of-type) {
  margin-left: 40px;
}
.row-2-1.section > div:not(:first-of-type),
.row-2-1.section > section:not(:first-of-type) {
  margin-left: 12px;
}
.row-3-1 {
  display: flex !important;
}
.row-3-1 > div,
.row-3-1 > section {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
}
.row-3-1 > div.area-box:not(:first-of-type),
.row-3-1 > section.area-box:not(:first-of-type) {
  margin-bottom: 0;
}
.row-3-1 > div:first-of-type,
.row-3-1 > section:first-of-type {
  flex: 2.5;
}
.row-3-1 > div:not(:first-of-type),
.row-3-1 > section:not(:first-of-type) {
  margin-left: 20px;
}
.h-full .row- {
  flex: 1;
  min-height: 405px;
  overflow: hidden;
}

.float_box {
  line-height: 0;
}
.float_box > div {
  display: inline-block;
  width: 100%;
  line-height: initial;
}

.flex_box {
  display: flex;
  gap: 6px;
}
.flex_box:not(:first-child) {
  margin-top: 12px;
}
.flex_box > * {
  flex: 1;
  min-width: 0;
}

html,
body {
  display: block;
  position: relative;
  min-height: 100vh;
}

body {
  padding: 24px;
  background-color: #fff;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Pretendard GOV", "맑은고딕", "돋움", serif;
  font-weight: 500;
  container: cont-body/inline-size;
}

.layout {
  position: relative;
}

main {
  display: block;
  position: relative;
  min-height: 100vh;
  padding: 24px;
  box-sizing: border-box;
  container: cont-main/inline-size;
}
main:has(.submenu) {
  padding-left: 288px;
}
main.control {
  padding: 0;
}
main.gis {
  position: relative;
  height: 100%;
  min-height: calc(100vh - 48px) !important;
  padding: 0 !important;
  box-sizing: border-box;
  z-index: 0;
  overflow: hidden;
  border-radius: 24px;
}

.item-hidden {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}

.area-conts {
  background: #fff;
  padding: 24px;
}

.ly-row {
  display: flex;
  align-items: stretch;
  padding: 0;
}
.ly-row .area-box ~ .area-box {
  margin-left: 12px;
}

.ly-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}
.ly-col .area-box + .area-box {
  margin-top: 12px;
}

.ratio-1 {
  flex: 1;
}

.ratio-2 {
  flex: 2;
}

.ratio-3 {
  flex: 3;
}

.ratio-4 {
  flex: 4;
}

.ratio-5 {
  flex: 5;
}

.ratio-none {
  flex: none !important;
}

.area-box {
  position: relative;
}
.cont_box {
  border: 1px solid #bbb;
  padding: 12px;
}
.cont_box:not(:first-child) {
  margin-top: 12px;
}

.scroll-box {
  overflow-y: auto;
  overflow-x: hidden;
}

.area-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 24px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 110;
  box-sizing: border-box;
  display: flex;
  justify-content: right;
  align-items: center;
}
.area-bottom .right-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.area-bottom .right-box .tit_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.area-bottom .right-box .tit_box i {
  margin: 0 4px 0 0;
}
.area-bottom .right-box p {
  display: flex;
  gap: 6px;
}
.area-bottom .right-box p span {
  white-space: nowrap;
}
.area-bottom .right-box p span:first-of-type {
  width: 88px;
}
.area-bottom .right-box p span:last-of-type {
  width: 97px;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to bottom, #004A90, #004E3E);
  z-index: 1;
}
#header .logo {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: left;
  text-indent: -99999px;
  margin: 20px 10px 30px;
}
#header .logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url("../img/logo.png") no-repeat left center;
  background-size: contain;
  z-index: 1;
}
#header.gnb_open .logo::before {
  left: 10px;
  width: 220px;
  height: 60px;
  background: url("../img/logo_gnb.png") no-repeat left center;
  background-size: contain;
}

#header {
  /* &::before{
    content: '';
    position: absolute;
    width: $default-gnb-w;
    height: 100%;
    background: $bg-main-gradient;
    z-index: -1;
  } */
}

/* 공통 네비 */
.gnb-wrap nav > ul > li {
  /* &:not(:last-of-type){
    margin-bottom: calc($margin-xxsmall * 10);
  } */
}
.gnb-wrap nav > ul > li > a {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 14px;
}
.gnb-wrap nav > ul > li > a i.ico-gnb {
  display: block;
  margin: 0 auto 6px;
}
.gnb-wrap nav > ul > li > a.active, .gnb-wrap nav > ul > li > a:hover, .gnb-wrap nav > ul > li > a.hover {
  color: #fff;
}
.gnb-wrap nav > ul > li > a.active i::before, .gnb-wrap nav > ul > li > a:hover i::before, .gnb-wrap nav > ul > li > a.hover i::before {
  background-position-y: -40px;
}
.gnb-wrap nav > ul > li > a.active:has(+ .gnbB_wrap)::after, .gnb-wrap nav > ul > li > a:hover:has(+ .gnbB_wrap)::after, .gnb-wrap nav > ul > li > a.hover:has(+ .gnbB_wrap)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 93px;
  height: 106px;
  right: 0;
  transform: translateY(-50%);
  background: url("../img/bg-gnb_hover.png") no-repeat right center;
  background-size: contain;
  pointer-events: none;
}
.gnb-wrap .gnbB_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 320px;
  height: 100%;
  background: linear-gradient(to bottom, #004A90, #004E3E);
  box-sizing: border-box;
  padding: 100px 10px 10px 0;
  box-shadow: 4px 0 6px rgba(0, 0, 0, 0.2);
}
.gnb-wrap .gnbB_wrap .gnbB_title {
  position: relative;
  display: block;
  background-color: #F7FCFF;
  border-radius: 4px 4px 0 0;
  padding: 26px 20px 10px;
  border-bottom: 1px solid #0478D6;
  font-size: 24px;
  color: #0478D6;
  line-height: 1;
}
.gnb-wrap .gnbB_wrap .gnbB_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(farthest-side at 50% 0, #0478D6, transparent);
  opacity: 0.3;
}
.gnb-wrap .gnbB_wrap .gnbB {
  background-color: #F7FCFF;
  border-radius: 0 0 4px 4px;
  height: calc(100% - 24px - 26px - 10px - 1px);
  padding: 20px;
  box-sizing: border-box;
}
.gnb-wrap .gnbB_wrap .gnbB a {
  display: block;
  color: #666;
  text-align: left;
}
.gnb-wrap .gnbB_wrap .gnbB > li:not(:last-child) {
  margin-bottom: 6px;
}
.gnb-wrap .gnbB_wrap .gnbB > li > a {
  display: block;
  font-size: 20px;
  padding: 12px 0;
}
.gnb-wrap .gnbB_wrap .gnbB > li > a:hover {
  color: #0478D6;
  font-weight: 700;
}
.gnb-wrap .gnbB_wrap .gnbB > li:has(.gnbC:hover) > a {
  color: #0478D6;
  font-weight: 700;
}
.gnb-wrap .gnbC {
  display: block;
}
.gnb-wrap .gnbC > li:not(:last-child) {
  margin-bottom: 4px;
}
.gnb-wrap .gnbC > li > a {
  padding: 8px 10px;
  font-size: 18px;
}
.gnb-wrap .gnbC > li > a::before {
  content: "-";
  margin-right: 4px;
}
.gnb-wrap .gnbC > li > a:hover {
  background-color: #01429B;
  color: #fff;
}

.gnb-util {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.gnb-util button {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.gnb-util button:not(:first-of-type) {
  margin-top: 20px;
}
.gnb-util button.on::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  background-color: #E73306;
  border-radius: 50%;
}
.gnb-util button.active, .gnb-util button:hover {
  background-color: #0478D6;
}

.submenu {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 240px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 8px 2px rgba(105, 121, 186, 0.2);
  overflow: hidden;
}
.submenu .title {
  background: linear-gradient(to right, #00A1E9, #01429B);
}
.submenu .title h2 {
  text-align: center;
  color: #fff;
  padding: 6px 0 3px;
}
.submenu .title h2 i {
  display: block;
  margin: 0 auto;
}
.submenu .title span {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4px 0 6px;
  text-align: center;
  text-indent: -99999px;
}
.submenu .title span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  width: 50px;
  height: 14px;
  margin-left: -25px;
  background: url("../img/logo-sub.png") no-repeat center center;
  background-size: contain;
}

.snb-wrap {
  position: relative;
  padding: 12px;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #00A1E9, #01429B);
  border-image-slice: 1;
}
.snb-wrap nav .snbA > a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 1.1;
  padding: 12px 30px 12px 0;
  word-break: keep-all;
}
.snb-wrap nav .snbA > a i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.snb-wrap nav .snbA > a.open {
  color: #0478D6;
  font-weight: 700;
}
.snb-wrap nav .snbA > a:hover {
  color: #0478D6;
}
.snb-wrap nav .snbB {
  display: none;
  border-radius: 6px;
  background-color: #035ca4;
  padding: 12px 0;
}
.snb-wrap nav .snbB li:not(:last-of-type) {
  margin-bottom: 6px;
}
.snb-wrap nav .snbB li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 6px 12px 6px 30px;
}
.snb-wrap nav .snbB li a.active, .snb-wrap nav .snbB li a:hover {
  background-color: rgba(1, 55, 130, 0.7);
  color: #fff;
}
.snb-wrap nav .snbB li a::before {
  content: "-";
  position: absolute;
  top: 6px;
  left: 18px;
}

.area-map {
  position: relative;
  height: calc(100vh - 48px);
}

#map {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#map > div > div:nth-child(2) {
  transform: translateY(-42.4px);
}

/* 좌상단 */
.area-left-top {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 380px;
  height: 64px;
  border-bottom-right-radius: 16px;
  z-index: 1;
}
.area-left-top h1 {
  display: flex;
}
.area-left-top img {
  width: 228px;
}

/* 우상단 */
.area-right-top {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  flex-direction: row;
  gap: 60px;
  z-index: 1;
}

/* 좌하단 */
.area-left-bot {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 48px;
  left: 24px;
}
.area-left-bot .area-btn {
  position: relative;
  background: none;
}
.area-left-bot .area-btn .btn-comm {
  min-width: 200px;
  height: 46px;
  border: 1px solid #BFE3FF;
  display: block;
}
.area-left-bot .area-btn .btn-comm .icon {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 5px;
  transform: none;
}
.area-left-bot .area-btn .btn-comm .icon::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.area-left-bot .area-btn .btn-comm.active {
  background-color: #002C4E;
}

/* 지도버튼 */
.area-gis-util {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: absolute;
  top: 88px;
  right: 24px;
  background: transparent;
  z-index: 1;
}

/* 우하단 */
.area-right-bot {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 48px;
  right: 24px;
  background: transparent;
}

.map-compass {
  position: absolute;
  bottom: 60px;
  right: 10px;
}

.area-weatheroption .popup {
  bottom: 48px;
  right: 114px;
}

.area-minimap {
  position: absolute;
  bottom: 90px;
  right: 24px;
  min-width: 20px;
  min-height: 20px;
  z-index: 2;
}
.area-minimap .btn-close {
  position: relative;
  width: 32px;
  height: 32px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 4px 0 4px;
}
.area-minimap .btn-close::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 240px auto;
}
.area-minimap .btn-close::before {
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
}
.area-minimap .btn-close::before {
  background-position: -216px -24px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.area-minimap .btn-close.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.area-minimap .btn-close.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.area-minimap .btn-close.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.area-minimap .btn-close.active::before, .active > .area-minimap .btn-close::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.area-minimap #minimap {
  display: none;
  border: 2px solid #0478D6;
  background-color: #fff;
  border-radius: 4px;
}

.area-imageOption .popup {
  top: 288px;
  right: 66px;
}

.area-legend {
  position: absolute;
  bottom: 96px;
  right: 24px;
  min-width: 20px;
  min-height: 20px;
  z-index: 1;
}
.area-legend .legend_wrap {
  padding: 6px 12px;
  background-color: #fff;
  /* border: 2px solid $co-border-main;
  background-color: $co-bg-white;
  border-radius: $item-radius-xsmall;
  padding: $padding-large; */
}
.area-legend .legend_wrap .tab-menu li {
  flex: 1;
  white-space: nowrap;
  margin: 0;
}
.area-legend .legend_wrap .tab-menu li button {
  position: relative;
  width: 100%;
  min-width: 100px;
  padding: 0 12px;
  box-sizing: border-box;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #fff;
  border-radius: 0;
  color: #333;
}
.area-legend .legend_wrap .tab-menu li button:hover, .area-legend .legend_wrap .tab-menu li button:active {
  background-color: #e6e6e6 !important;
}
.area-legend .legend_wrap .tab-menu li button:hover, .area-legend .legend_wrap .tab-menu li button:active {
  outline: 2px solid rgba(254, 254, 254, 0.5);
  border-color: white;
  z-index: 1;
}
.area-legend .legend_wrap .tab-menu li button.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #0478D6;
}
.area-legend .legend_wrap .tab-conts {
  border: 0;
  min-width: 550px;
  height: 120px;
  padding: 0;
  margin-top: 6px;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.area-legend .legend_wrap .tab-conts.active {
  display: flex;
}
.area-legend .legend_wrap .tab-conts > div {
  width: 100%;
}
.area-legend .legend_wrap .tab-conts .wrap-input {
  flex: none;
  margin: -18px 0 18px;
}
.area-legend .legend_wrap .tab-conts .wrap-input select {
  width: auto;
  padding-right: 60px;
}

@media screen and (max-width: 1200px) {
  .area-left-top {
    width: 280px;
  }
}
@media screen and (max-width: 1500px) {
  .area-left-bot {
    bottom: auto;
    top: 86px;
    left: 524px;
  }
  .area-left-bot .area-btn .btn-comm {
    min-width: 140px;
  }
  .area-left-bot .toggle_wrap {
    bottom: auto;
    top: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .area-right-top {
    left: 16px;
    right: 77px;
    top: 80px;
  }
  .area-gis-util {
    top: 16px;
  }
}
.tit-main,
.tit-sub {
  line-height: 1;
  margin: 0;
}
.tit-main::after,
.tit-sub::after {
  content: "";
  display: block;
  clear: both;
}
.tit-main h1, .tit-main h2, .tit-main h3,
.tit-main h4, .tit-main h5, .tit-main h6,
.tit-sub h1,
.tit-sub h2,
.tit-sub h3,
.tit-sub h4,
.tit-sub h5,
.tit-sub h6 {
  display: inline-block;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #024072;
  letter-spacing: -0.5px;
}
.tit-main h4,
.tit-main h5,
.tit-sub h4,
.tit-sub h5 {
  font-size: 18px;
  color: #333;
}
.tit-main .sub,
.tit-sub .sub {
  float: right;
}
.tit-main .txt-total,
.tit-sub .txt-total {
  margin-top: 3px;
  color: #0478D6;
  font-size: 18px;
  font-weight: 700;
}
.tit-main.type-w h1, .tit-main.type-w h2, .tit-main.type-w h3,
.tit-main.type-w h4, .tit-main.type-w h5, .tit-main.type-w h6,
.tit-sub.type-w h1,
.tit-sub.type-w h2,
.tit-sub.type-w h3,
.tit-sub.type-w h4,
.tit-sub.type-w h5,
.tit-sub.type-w h6 {
  color: #fff;
}
.tit-main + div[class*=tbl-],
.tit-sub + div[class*=tbl-] {
  margin-top: 12px;
}
.tit-main.flex,
.tit-sub.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tit-main.flex::after,
.tit-sub.flex::after {
  content: none;
}

.tit-main:not(:last-child) {
  margin-bottom: 12px;
}
.tit-main:not(:has(i[class*=ico]))::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../img/ico-tit.png") no-repeat center center;
  background-size: contain;
  margin: -3px 6px 0 0;
}
.tit-main h1, .tit-main h2, .tit-main h3,
.tit-main h4, .tit-main h5, .tit-main h6 {
  font-size: 24px;
}

.tit-report {
  position: relative;
  text-align: center;
}
.tit-report h1, .tit-report h2, .tit-report h3,
.tit-report h4, .tit-report h5, .tit-report h6 {
  font-size: 32px;
}
.tit-report strong {
  position: absolute;
  bottom: 2px;
  left: 0;
  border: 1px solid #ddd;
  padding: 6px 18px;
}

/* 필수입력 */
.txt-req {
  position: relative;
  display: block;
  padding-left: 8px;
  color: #0478D6;
  font-size: 12px;
  margin-top: 4px;
}
.txt-req::after {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  color: #0478D6;
}

.txt-point {
  color: #0478D6 !important;
  font-weight: 700;
}
.txt-co-ing {
  color: #E73306 !important;
  font-weight: 700;
}

.co-red {
  color: #E73306 !important;
}
.co-blue {
  color: #0478D6 !important;
}

/* 일반 안내문구 */
.txt-info {
  margin: 0;
  padding: 0;
  color: #666;
  vertical-align: middle;
  font-size: 14px;
}
.txt-info strong {
  color: #0478D6;
  font-weight: 700;
}
.txt-info.warn,
.txt-info .warn {
  color: #b52805;
}
.area-tbl-top .txt-info {
  margin-top: 6px;
}
.txt-info li {
  position: relative;
  padding-left: 12px;
  list-style: none;
}
.txt-info li::before {
  content: "";
  display: block;
  position: absolute;
}
.txt-info li::before {
  top: 10px;
  left: 0;
  width: 4px;
  height: 1px;
  background: #666;
}
.txt-info li.warn::before {
  background: #b52805;
}
.txt-info li + li {
  margin-top: 4px;
}

.txt-bul {
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  color: #000;
}
.txt-bul.stat-lv0 {
  border: 1px solid #0478D6;
  background: #c2e3fe;
}
.txt-bul.stat-lv1 {
  border: 1px solid #13791A;
  background: #defae0;
}
.txt-bul.stat-lv2 {
  border: 1px solid #b5aa05;
  background: #fdf9bc;
}
.txt-bul.stat-lv3 {
  border: 1px solid #E77E06;
  background: #fddfbc;
}
.txt-bul.stat-lv4 {
  border: 1px solid #E73306;
  background: #fdc9bc;
}
.txt-bul.stat-ing {
  border: 1px solid #b52805;
  background-color: #E73306;
  color: #fff;
}
.txt-bul.stat-comp {
  border: 1px solid #0478D6;
  background-color: #fff;
  color: #0478D6;
}

.txt-stat {
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  box-sizing: border-box;
  color: #fff;
}
.txt-stat.stat-lv0 {
  background: #0478D6;
}
.txt-stat.stat-lv1 {
  background: #13791A;
}
.txt-stat.stat-lv2 {
  background: #E7D806;
}
.txt-stat.stat-lv3 {
  background: #E77E06;
}
.txt-stat.stat-lv4 {
  background: #E73306;
}

.txt-elp {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.title_box {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.title_box h1, .title_box h2, .title_box h3,
.title_box h4, .title_box h5, .title_box h6 {
  display: inline-block;
  font-size: 16px;
  margin: 0;
}
.title_box .right {
  float: right;
}
.title_box .state {
  margin-top: -3px;
}

.item-ico {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  vertical-align: middle;
  margin-top: -3px;
  position: relative;
  width: 20px;
  height: 20px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.item-ico::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.item-ico::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.btn-comm .item-ico, .btn-basic .item-ico, span .item-ico {
  margin: -3px 6px 0 0;
  vertical-align: middle;
}
[class^=tit-] .btn-comm .item-ico, [class^=tit-] .btn-basic .item-ico, [class^=tit-] span .item-ico {
  position: relative;
  width: 24px;
  height: 24px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  /* box-shadow: inset 0 0 0 1.5px $co-main;
  border-radius: 50%; */
  text-align: center;
}
[class^=tit-] .btn-comm .item-ico::before, [class^=tit-] .btn-basic .item-ico::before, [class^=tit-] span .item-ico::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
[class^=tit-] .btn-comm .item-ico::before, [class^=tit-] .btn-basic .item-ico::before, [class^=tit-] span .item-ico::before {
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
}
.item-ico::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.item-ico::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.item-ico.ico-logout::before {
  background-position: 0px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-logout.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-logout.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-logout.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-logout.active::before, .active > .item-ico.ico-logout::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-search::before {
  background-position: -20px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-search.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-search.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-search.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-search.active::before, .active > .item-ico.ico-search::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-refresh::before {
  background-position: -40px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-refresh.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-refresh.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-refresh.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-refresh.active::before, .active > .item-ico.ico-refresh::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-del::before {
  background-position: -60px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-del.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-del.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-del.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-del.active::before, .active > .item-ico.ico-del::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-cal::before {
  background-position: -80px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-cal.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-cal.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-cal.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-cal.active::before, .active > .item-ico.ico-cal::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-home::before {
  background-position: -100px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-home.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-home.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-home.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-home.active::before, .active > .item-ico.ico-home::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-setting::before {
  background-position: -120px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-setting.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-setting.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-setting.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-setting.active::before, .active > .item-ico.ico-setting::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-file::before {
  background-position: -140px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-file.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-file.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-file.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-file.active::before, .active > .item-ico.ico-file::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-info::before {
  background-position: -160px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-info.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-info.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-info.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-info.active::before, .active > .item-ico.ico-info::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-exel::before {
  background-position: -180px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-exel.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-exel.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-exel.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-exel.active::before, .active > .item-ico.ico-exel::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-arrow-top::before {
  background-position: 0px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-arrow-top.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-arrow-top.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-arrow-top.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-arrow-top.active::before, .active > .item-ico.ico-arrow-top::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-arrow-bottom::before {
  background-position: -20px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-arrow-bottom.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-arrow-bottom.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-arrow-bottom.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-arrow-bottom.active::before, .active > .item-ico.ico-arrow-bottom::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-arrow-left::before {
  background-position: -40px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-arrow-left.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-arrow-left.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-arrow-left.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-arrow-left.active::before, .active > .item-ico.ico-arrow-left::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-arrow-right::before {
  background-position: -60px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-arrow-right.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-arrow-right.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-arrow-right.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-arrow-right.active::before, .active > .item-ico.ico-arrow-right::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-arrow-first::before {
  background-position: -80px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-arrow-first.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-arrow-first.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-arrow-first.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-arrow-first.active::before, .active > .item-ico.ico-arrow-first::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-arrow-last::before {
  background-position: -100px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-arrow-last.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-arrow-last.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-arrow-last.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-arrow-last.active::before, .active > .item-ico.ico-arrow-last::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-plus::before {
  background-position: -120px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-plus.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-plus.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-plus.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-plus.active::before, .active > .item-ico.ico-plus::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-minus::before {
  background-position: -140px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-minus.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-minus.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-minus.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-minus.active::before, .active > .item-ico.ico-minus::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-check::before {
  background-position: -160px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-check.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-check.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-check.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-check.active::before, .active > .item-ico.ico-check::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-close::before {
  background-position: -180px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-close.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-close.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-close.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-close.active::before, .active > .item-ico.ico-close::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-down::before {
  background-position: 0px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-down.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-down.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-down.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-down.active::before, .active > .item-ico.ico-down::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-menu::before {
  background-position: -20px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-menu.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-menu.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-menu.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-menu.active::before, .active > .item-ico.ico-menu::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-video::before {
  background-position: -40px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-video.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-video.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-video.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-video.active::before, .active > .item-ico.ico-video::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-spot::before {
  background-position: -60px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-spot.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-spot.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-spot.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-spot.active::before, .active > .item-ico.ico-spot::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-map::before {
  background-position: -80px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-map.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-map.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-map.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-map.active::before, .active > .item-ico.ico-map::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-document::before {
  background-position: -100px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-document.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-document.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-document.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-document.active::before, .active > .item-ico.ico-document::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-send::before {
  background-position: -120px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-send.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-send.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-send.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-send.active::before, .active > .item-ico.ico-send::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-earth::before {
  background-position: -160px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-earth.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-earth.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-earth.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-earth.active::before, .active > .item-ico.ico-earth::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-layer::before {
  background-position: -140px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-layer.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-layer.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-layer.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-layer.active::before, .active > .item-ico.ico-layer::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-length::before {
  background-position: -160px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-length.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-length.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-length.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-length.active::before, .active > .item-ico.ico-length::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-area::before {
  background-position: -180px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-area.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-area.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-area.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-area.active::before, .active > .item-ico.ico-area::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-circle::before {
  background-position: -140px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-circle.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-circle.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-circle.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-circle.active::before, .active > .item-ico.ico-circle::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-clear::before {
  background-position: 0px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-clear.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-clear.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-clear.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-clear.active::before, .active > .item-ico.ico-clear::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-print::before {
  background-position: -20px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-print.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-print.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-print.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-print.active::before, .active > .item-ico.ico-print::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-picture::before {
  background-position: -40px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-picture.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-picture.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-picture.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-picture.active::before, .active > .item-ico.ico-picture::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-bright::before {
  background-position: -60px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-bright.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-bright.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-bright.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-bright.active::before, .active > .item-ico.ico-bright::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-map2::before {
  background-position: -80px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-map2.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-map2.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-map2.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-map2.active::before, .active > .item-ico.ico-map2::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-time::before {
  background-position: -100px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-time.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-time.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-time.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-time.active::before, .active > .item-ico.ico-time::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-btnlist::before {
  background-position: -120px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.ico-btnlist.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.ico-btnlist.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.ico-btnlist.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.ico-btnlist.active::before, .active > .item-ico.ico-btnlist::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.item-ico.large::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 300px auto;
}
.item-ico.large::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.item-ico.large.ico-logout::before {
  background-position: 0px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-logout.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-logout.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-logout.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-logout.active::before, .active > .item-ico.large.ico-logout::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-search::before {
  background-position: -30px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-search.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-search.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-search.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-search.active::before, .active > .item-ico.large.ico-search::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-refresh::before {
  background-position: -60px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-refresh.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-refresh.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-refresh.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-refresh.active::before, .active > .item-ico.large.ico-refresh::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-del::before {
  background-position: -90px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-del.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-del.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-del.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-del.active::before, .active > .item-ico.large.ico-del::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-cal::before {
  background-position: -120px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-cal.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-cal.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-cal.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-cal.active::before, .active > .item-ico.large.ico-cal::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-home::before {
  background-position: -150px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-home.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-home.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-home.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-home.active::before, .active > .item-ico.large.ico-home::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-setting::before {
  background-position: -180px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-setting.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-setting.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-setting.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-setting.active::before, .active > .item-ico.large.ico-setting::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-file::before {
  background-position: -210px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-file.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-file.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-file.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-file.active::before, .active > .item-ico.large.ico-file::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-info::before {
  background-position: -240px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-info.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-info.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-info.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-info.active::before, .active > .item-ico.large.ico-info::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-exel::before {
  background-position: -270px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-exel.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-exel.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-exel.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-exel.active::before, .active > .item-ico.large.ico-exel::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-arrow-top::before {
  background-position: 0px -30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-arrow-top.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-arrow-top.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-arrow-top.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-arrow-top.active::before, .active > .item-ico.large.ico-arrow-top::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-arrow-bottom::before {
  background-position: -30px -30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-arrow-bottom.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-arrow-bottom.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-arrow-bottom.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-arrow-bottom.active::before, .active > .item-ico.large.ico-arrow-bottom::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-arrow-left::before {
  background-position: -60px -30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-arrow-left.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-arrow-left.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-arrow-left.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-arrow-left.active::before, .active > .item-ico.large.ico-arrow-left::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-arrow-right::before {
  background-position: -90px -30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-arrow-right.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-arrow-right.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-arrow-right.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-arrow-right.active::before, .active > .item-ico.large.ico-arrow-right::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-arrow-first::before {
  background-position: -120px -30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-arrow-first.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-arrow-first.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-arrow-first.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-arrow-first.active::before, .active > .item-ico.large.ico-arrow-first::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-arrow-last::before {
  background-position: -150px -30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-arrow-last.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-arrow-last.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-arrow-last.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-arrow-last.active::before, .active > .item-ico.large.ico-arrow-last::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-plus::before {
  background-position: -180px -30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-plus.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-plus.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-plus.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-plus.active::before, .active > .item-ico.large.ico-plus::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-minus::before {
  background-position: -210px -30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-minus.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-minus.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-minus.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-minus.active::before, .active > .item-ico.large.ico-minus::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-check::before {
  background-position: -240px -30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-check.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-check.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-check.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-check.active::before, .active > .item-ico.large.ico-check::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-close::before {
  background-position: -270px -30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-close.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-close.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-close.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-close.active::before, .active > .item-ico.large.ico-close::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-down::before {
  background-position: 0px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-down.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-down.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-down.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-down.active::before, .active > .item-ico.large.ico-down::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-menu::before {
  background-position: -30px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-menu.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-menu.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-menu.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-menu.active::before, .active > .item-ico.large.ico-menu::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-video::before {
  background-position: -60px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-video.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-video.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-video.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-video.active::before, .active > .item-ico.large.ico-video::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-spot::before {
  background-position: -90px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-spot.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-spot.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-spot.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-spot.active::before, .active > .item-ico.large.ico-spot::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-map::before {
  background-position: -120px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-map.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-map.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-map.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-map.active::before, .active > .item-ico.large.ico-map::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-document::before {
  background-position: -150px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-document.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-document.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-document.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-document.active::before, .active > .item-ico.large.ico-document::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-send::before {
  background-position: -180px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-send.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-send.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-send.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-send.active::before, .active > .item-ico.large.ico-send::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-earth::before {
  background-position: -240px -90px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-earth.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-earth.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-earth.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-earth.active::before, .active > .item-ico.large.ico-earth::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-layer::before {
  background-position: -210px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-layer.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-layer.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-layer.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-layer.active::before, .active > .item-ico.large.ico-layer::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-length::before {
  background-position: -240px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-length.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-length.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-length.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-length.active::before, .active > .item-ico.large.ico-length::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-area::before {
  background-position: -270px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-area.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-area.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-area.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-area.active::before, .active > .item-ico.large.ico-area::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-circle::before {
  background-position: -210px -90px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-circle.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-circle.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-circle.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-circle.active::before, .active > .item-ico.large.ico-circle::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-clear::before {
  background-position: 0px -90px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-clear.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-clear.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-clear.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-clear.active::before, .active > .item-ico.large.ico-clear::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-print::before {
  background-position: -30px -90px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-print.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-print.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-print.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-print.active::before, .active > .item-ico.large.ico-print::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-picture::before {
  background-position: -60px -90px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-picture.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-picture.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-picture.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-picture.active::before, .active > .item-ico.large.ico-picture::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-bright::before {
  background-position: -90px -90px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-bright.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-bright.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-bright.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-bright.active::before, .active > .item-ico.large.ico-bright::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-map2::before {
  background-position: -120px -90px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-map2.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-map2.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-map2.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-map2.active::before, .active > .item-ico.large.ico-map2::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-time::before {
  background-position: -150px -90px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-time.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-time.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-time.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-time.active::before, .active > .item-ico.large.ico-time::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-btnlist::before {
  background-position: -180px -90px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.large.ico-btnlist.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.large.ico-btnlist.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.large.ico-btnlist.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.large.ico-btnlist.active::before, .active > .item-ico.large.ico-btnlist::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge {
  position: relative;
  width: 60px;
  height: 60px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.item-ico.xlarge::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 600px auto;
}
.item-ico.xlarge::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.item-ico.xlarge.ico-logout::before {
  background-position: 0px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-logout.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-logout.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-logout.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-logout.active::before, .active > .item-ico.xlarge.ico-logout::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-search::before {
  background-position: -60px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-search.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-search.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-search.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-search.active::before, .active > .item-ico.xlarge.ico-search::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-refresh::before {
  background-position: -120px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-refresh.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-refresh.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-refresh.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-refresh.active::before, .active > .item-ico.xlarge.ico-refresh::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-del::before {
  background-position: -180px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-del.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-del.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-del.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-del.active::before, .active > .item-ico.xlarge.ico-del::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-cal::before {
  background-position: -240px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-cal.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-cal.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-cal.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-cal.active::before, .active > .item-ico.xlarge.ico-cal::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-home::before {
  background-position: -300px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-home.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-home.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-home.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-home.active::before, .active > .item-ico.xlarge.ico-home::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-setting::before {
  background-position: -360px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-setting.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-setting.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-setting.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-setting.active::before, .active > .item-ico.xlarge.ico-setting::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-file::before {
  background-position: -420px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-file.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-file.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-file.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-file.active::before, .active > .item-ico.xlarge.ico-file::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-info::before {
  background-position: -480px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-info.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-info.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-info.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-info.active::before, .active > .item-ico.xlarge.ico-info::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-exel::before {
  background-position: -540px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-exel.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-exel.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-exel.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-exel.active::before, .active > .item-ico.xlarge.ico-exel::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-arrow-top::before {
  background-position: 0px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-arrow-top.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-arrow-top.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-arrow-top.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-arrow-top.active::before, .active > .item-ico.xlarge.ico-arrow-top::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-arrow-bottom::before {
  background-position: -60px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-arrow-bottom.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-arrow-bottom.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-arrow-bottom.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-arrow-bottom.active::before, .active > .item-ico.xlarge.ico-arrow-bottom::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-arrow-left::before {
  background-position: -120px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-arrow-left.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-arrow-left.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-arrow-left.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-arrow-left.active::before, .active > .item-ico.xlarge.ico-arrow-left::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-arrow-right::before {
  background-position: -180px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-arrow-right.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-arrow-right.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-arrow-right.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-arrow-right.active::before, .active > .item-ico.xlarge.ico-arrow-right::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-arrow-first::before {
  background-position: -240px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-arrow-first.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-arrow-first.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-arrow-first.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-arrow-first.active::before, .active > .item-ico.xlarge.ico-arrow-first::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-arrow-last::before {
  background-position: -300px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-arrow-last.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-arrow-last.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-arrow-last.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-arrow-last.active::before, .active > .item-ico.xlarge.ico-arrow-last::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-plus::before {
  background-position: -360px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-plus.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-plus.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-plus.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-plus.active::before, .active > .item-ico.xlarge.ico-plus::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-minus::before {
  background-position: -420px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-minus.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-minus.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-minus.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-minus.active::before, .active > .item-ico.xlarge.ico-minus::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-check::before {
  background-position: -480px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-check.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-check.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-check.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-check.active::before, .active > .item-ico.xlarge.ico-check::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-close::before {
  background-position: -540px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-close.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-close.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-close.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-close.active::before, .active > .item-ico.xlarge.ico-close::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-down::before {
  background-position: 0px -120px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-down.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-down.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-down.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-down.active::before, .active > .item-ico.xlarge.ico-down::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-menu::before {
  background-position: -60px -120px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-menu.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-menu.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-menu.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-menu.active::before, .active > .item-ico.xlarge.ico-menu::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-video::before {
  background-position: -120px -120px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-video.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-video.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-video.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-video.active::before, .active > .item-ico.xlarge.ico-video::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-spot::before {
  background-position: -180px -120px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-spot.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-spot.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-spot.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-spot.active::before, .active > .item-ico.xlarge.ico-spot::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-map::before {
  background-position: -240px -120px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-map.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-map.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-map.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-map.active::before, .active > .item-ico.xlarge.ico-map::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-document::before {
  background-position: -300px -120px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-document.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-document.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-document.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-document.active::before, .active > .item-ico.xlarge.ico-document::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-send::before {
  background-position: -360px -120px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-send.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-send.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-send.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-send.active::before, .active > .item-ico.xlarge.ico-send::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-earth::before {
  background-position: -480px -180px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-earth.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-earth.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-earth.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-earth.active::before, .active > .item-ico.xlarge.ico-earth::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-layer::before {
  background-position: -420px -120px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-layer.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-layer.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-layer.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-layer.active::before, .active > .item-ico.xlarge.ico-layer::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-length::before {
  background-position: -480px -120px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-length.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-length.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-length.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-length.active::before, .active > .item-ico.xlarge.ico-length::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-area::before {
  background-position: -540px -120px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-area.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-area.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-area.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-area.active::before, .active > .item-ico.xlarge.ico-area::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-circle::before {
  background-position: -420px -180px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-circle.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-circle.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-circle.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-circle.active::before, .active > .item-ico.xlarge.ico-circle::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-clear::before {
  background-position: 0px -180px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-clear.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-clear.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-clear.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-clear.active::before, .active > .item-ico.xlarge.ico-clear::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-print::before {
  background-position: -60px -180px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-print.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-print.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-print.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-print.active::before, .active > .item-ico.xlarge.ico-print::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-picture::before {
  background-position: -120px -180px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-picture.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-picture.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-picture.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-picture.active::before, .active > .item-ico.xlarge.ico-picture::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-bright::before {
  background-position: -180px -180px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-bright.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-bright.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-bright.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-bright.active::before, .active > .item-ico.xlarge.ico-bright::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-map2::before {
  background-position: -240px -180px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-map2.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-map2.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-map2.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-map2.active::before, .active > .item-ico.xlarge.ico-map2::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-time::before {
  background-position: -300px -180px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-time.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-time.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-time.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-time.active::before, .active > .item-ico.xlarge.ico-time::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-btnlist::before {
  background-position: -360px -180px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.item-ico.xlarge.ico-btnlist.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.item-ico.xlarge.ico-btnlist.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.item-ico.xlarge.ico-btnlist.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.item-ico.xlarge.ico-btnlist.active::before, .active > .item-ico.xlarge.ico-btnlist::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}

.ico-disaster {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  position: relative;
  width: 20px;
  height: 20px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  margin-top: 0;
  width: 40px;
  height: 40px;
}
.ico-disaster::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.ico-disaster::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.ico-disaster::before {
  background-image: url("../img/ico-disaster.svg") !important;
}
.ico-disaster::before {
  width: 40px;
  height: 40px;
  background-size: 120px auto;
}
.ico-disaster.type1::before {
  background-position: 0px 0px;
}
.ico-disaster.type2::before {
  background-position: -40px 0px;
}
.ico-disaster.type3::before {
  background-position: -80px 0px;
}
.ico-disaster.small {
  margin-top: 0;
  width: 26px;
  height: 26px;
}
.ico-disaster.small::before {
  width: 26px;
  height: 26px;
  background-size: 78px auto;
}
.ico-disaster.small.type1::before {
  background-position: 0px 0px;
}
.ico-disaster.small.type2::before {
  background-position: -26px 0px;
}
.ico-disaster.small.type3::before {
  background-position: -52px 0px;
}
.ico-disaster.large {
  margin-top: 0;
  width: 30px;
  height: 30px;
}
.ico-disaster.large::before {
  width: 30px;
  height: 30px;
  background-size: 90px auto;
}
.ico-disaster.large.type1::before {
  background-position: 0px 0px;
}
.ico-disaster.large.type2::before {
  background-position: -30px 0px;
}
.ico-disaster.large.type3::before {
  background-position: -60px 0px;
}
.ico-disaster.xlarge {
  margin-top: 0;
  width: 60px;
  height: 60px;
}
.ico-disaster.xlarge::before {
  width: 60px;
  height: 60px;
  background-size: 180px auto;
}
.ico-disaster.xlarge.type1::before {
  background-position: 0px 0px;
}
.ico-disaster.xlarge.type2::before {
  background-position: -60px 0px;
}
.ico-disaster.xlarge.type3::before {
  background-position: -120px 0px;
}

.ico-weather {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  position: relative;
  width: 20px;
  height: 20px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.ico-weather::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.ico-weather::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.ico-weather::before {
  background-image: url("../img/ico-weather.svg") !important;
}
.ico-weather.ico-1-0::before {
  background-position: 0px 0px;
}
.ico-weather.ico-1-1::before {
  background-position: -20px 0px;
}
.ico-weather.ico-1-2::before {
  background-position: -40px 0px;
}
.ico-weather.ico-1-3::before {
  background-position: -60px 0px;
}
.ico-weather.ico-1-4::before {
  background-position: -80px 0px;
}
.ico-weather.ico-1-5::before {
  background-position: -100px 0px;
}
.ico-weather.ico-1-6::before {
  background-position: -120px 0px;
}
.ico-weather.ico-1-7::before {
  background-position: -140px 0px;
}
.ico-weather.ico-3-0::before {
  background-position: 0px -20px;
}
.ico-weather.ico-3-1::before {
  background-position: -20px -20px;
}
.ico-weather.ico-3-2::before {
  background-position: -40px -20px;
}
.ico-weather.ico-3-3::before {
  background-position: -60px -20px;
}
.ico-weather.ico-3-4::before {
  background-position: -80px -20px;
}
.ico-weather.ico-3-5::before {
  background-position: -100px -20px;
}
.ico-weather.ico-3-6::before {
  background-position: -120px -20px;
}
.ico-weather.ico-3-7::before {
  background-position: -140px -20px;
}
.ico-weather.ico-4-0::before {
  background-position: 0px -40px;
}
.ico-weather.ico-4-1::before {
  background-position: -20px -40px;
}
.ico-weather.ico-4-2::before {
  background-position: -40px -40px;
}
.ico-weather.ico-4-3::before {
  background-position: -60px -40px;
}
.ico-weather.ico-4-4::before {
  background-position: -80px -40px;
}
.ico-weather.ico-4-5::before {
  background-position: -100px -40px;
}
.ico-weather.ico-4-6::before {
  background-position: -120px -40px;
}
.ico-weather.ico-4-7::before {
  background-position: -140px -40px;
}
.ico-weather.ico-wind::before {
  background-position: 0px -60px;
}
.ico-weather.ico-wind2::before {
  background-position: -20px -60px;
}
.ico-weather.large {
  margin-top: 0;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  vertical-align: text-bottom;
}
.ico-weather.large::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 300px auto;
}
.ico-weather.large::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.ico-weather.large.ico-1-0::before {
  background-position: 0px 0px;
}
.ico-weather.large.ico-1-1::before {
  background-position: -30px 0px;
}
.ico-weather.large.ico-1-2::before {
  background-position: -60px 0px;
}
.ico-weather.large.ico-1-3::before {
  background-position: -90px 0px;
}
.ico-weather.large.ico-1-4::before {
  background-position: -120px 0px;
}
.ico-weather.large.ico-1-5::before {
  background-position: -150px 0px;
}
.ico-weather.large.ico-1-6::before {
  background-position: -180px 0px;
}
.ico-weather.large.ico-1-7::before {
  background-position: -210px 0px;
}
.ico-weather.large.ico-3-0::before {
  background-position: 0px -30px;
}
.ico-weather.large.ico-3-1::before {
  background-position: -30px -30px;
}
.ico-weather.large.ico-3-2::before {
  background-position: -60px -30px;
}
.ico-weather.large.ico-3-3::before {
  background-position: -90px -30px;
}
.ico-weather.large.ico-3-4::before {
  background-position: -120px -30px;
}
.ico-weather.large.ico-3-5::before {
  background-position: -150px -30px;
}
.ico-weather.large.ico-3-6::before {
  background-position: -180px -30px;
}
.ico-weather.large.ico-3-7::before {
  background-position: -210px -30px;
}
.ico-weather.large.ico-4-0::before {
  background-position: 0px -60px;
}
.ico-weather.large.ico-4-1::before {
  background-position: -30px -60px;
}
.ico-weather.large.ico-4-2::before {
  background-position: -60px -60px;
}
.ico-weather.large.ico-4-3::before {
  background-position: -90px -60px;
}
.ico-weather.large.ico-4-4::before {
  background-position: -120px -60px;
}
.ico-weather.large.ico-4-5::before {
  background-position: -150px -60px;
}
.ico-weather.large.ico-4-6::before {
  background-position: -180px -60px;
}
.ico-weather.large.ico-4-7::before {
  background-position: -210px -60px;
}
.ico-weather.large.ico-wind::before {
  background-position: 0px -90px;
}
.ico-weather.large.ico-wind2::before {
  background-position: -30px -90px;
}
.ico-weather.xlarge {
  margin-top: 0;
  position: relative;
  width: 60px;
  height: 60px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.ico-weather.xlarge::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 600px auto;
}
.ico-weather.xlarge::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.ico-weather.xlarge.ico-1-0::before {
  background-position: 0px 0px;
}
.ico-weather.xlarge.ico-1-1::before {
  background-position: -60px 0px;
}
.ico-weather.xlarge.ico-1-2::before {
  background-position: -120px 0px;
}
.ico-weather.xlarge.ico-1-3::before {
  background-position: -180px 0px;
}
.ico-weather.xlarge.ico-1-4::before {
  background-position: -240px 0px;
}
.ico-weather.xlarge.ico-1-5::before {
  background-position: -300px 0px;
}
.ico-weather.xlarge.ico-1-6::before {
  background-position: -360px 0px;
}
.ico-weather.xlarge.ico-1-7::before {
  background-position: -420px 0px;
}
.ico-weather.xlarge.ico-3-0::before {
  background-position: 0px -60px;
}
.ico-weather.xlarge.ico-3-1::before {
  background-position: -60px -60px;
}
.ico-weather.xlarge.ico-3-2::before {
  background-position: -120px -60px;
}
.ico-weather.xlarge.ico-3-3::before {
  background-position: -180px -60px;
}
.ico-weather.xlarge.ico-3-4::before {
  background-position: -240px -60px;
}
.ico-weather.xlarge.ico-3-5::before {
  background-position: -300px -60px;
}
.ico-weather.xlarge.ico-3-6::before {
  background-position: -360px -60px;
}
.ico-weather.xlarge.ico-3-7::before {
  background-position: -420px -60px;
}
.ico-weather.xlarge.ico-4-0::before {
  background-position: 0px -120px;
}
.ico-weather.xlarge.ico-4-1::before {
  background-position: -60px -120px;
}
.ico-weather.xlarge.ico-4-2::before {
  background-position: -120px -120px;
}
.ico-weather.xlarge.ico-4-3::before {
  background-position: -180px -120px;
}
.ico-weather.xlarge.ico-4-4::before {
  background-position: -240px -120px;
}
.ico-weather.xlarge.ico-4-5::before {
  background-position: -300px -120px;
}
.ico-weather.xlarge.ico-4-6::before {
  background-position: -360px -120px;
}
.ico-weather.xlarge.ico-4-7::before {
  background-position: -420px -120px;
}
.ico-weather.xlarge.ico-wind::before {
  background-position: 0px -180px;
}
.ico-weather.xlarge.ico-wind2::before {
  background-position: -60px -180px;
}

.ico-type {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  text-align: left;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("../img/ico-type.png");
  background-repeat: no-repeat;
  background-size: 420px auto;
  box-sizing: border-box;
}
.ico-type.size-xxsmall {
  width: 16px;
  height: 16px;
  background-size: 160px auto;
}
.ico-type.size-xxsmall.ico-type1 {
  background-position: 0px 0px;
}
.ico-type.size-xxsmall.ico-type2 {
  background-position: -16px 0px;
}
.ico-type.size-xxsmall.ico-type3 {
  background-position: -32px 0px;
}
.ico-type.size-xxsmall.ico-type4 {
  background-position: -48px 0px;
}
.ico-type.size-xxsmall.ico-type5 {
  background-position: -64px 0px;
}
.ico-type.size-xxsmall.ico-type6 {
  background-position: -80px 0px;
}
.ico-type.size-xxsmall.ico-type7 {
  background-position: -96px 0px;
}
.ico-type.size-xxsmall.ico-type8 {
  background-position: -112px 0px;
}
.ico-type.size-xxsmall.ico-type9 {
  background-position: -128px 0px;
}
.ico-type.size-xxsmall.ico-type10 {
  background-position: -144px 0px;
}
.ico-type.size-xxsmall.ico-type11 {
  background-position: 0px -16px;
}
.ico-type.size-xxsmall.ico-type12 {
  background-position: -16px -16px;
}
.ico-type.size-xxsmall.ico-type13 {
  background-position: -32px -16px;
}
.ico-type.size-xxsmall.ico-type14 {
  background-position: -48px -16px;
}
.ico-type.size-xxsmall.ico-type15 {
  background-position: -64px -16px;
}
.ico-type.size-xxsmall.ico-type16 {
  background-position: -80px -16px;
}
.ico-type.size-xxsmall.ico-type17 {
  background-position: -96px -16px;
}
.ico-type.size-xxsmall.ico-type18 {
  background-position: -112px -16px;
}
.ico-type.size-xxsmall.ico-type19 {
  background-position: -128px -16px;
}
.ico-type.size-xxsmall.ico-type20 {
  background-position: -144px -16px;
}
.ico-type.size-xxsmall.ico-type21 {
  background-position: 0px -32px;
}
.ico-type.size-xxsmall.ico-type22 {
  background-position: -16px -32px;
}
.ico-type.size-xxsmall.ico-type23 {
  background-position: -32px -32px;
}
.ico-type.size-xxsmall.ico-type24 {
  background-position: -48px -32px;
}
.ico-type.size-xxsmall.ico-type25 {
  background-position: -64px -32px;
}
.ico-type.size-xxsmall.ico-type26 {
  background-position: -80px -32px;
}
.ico-type.size-xxsmall.ico-type27 {
  background-position: -96px -32px;
}
.ico-type.size-xxsmall.ico-type28 {
  background-position: -112px -32px;
}
.ico-type.size-xxsmall.ico-type29 {
  background-position: -128px -32px;
}
.ico-type.size-xxsmall.ico-type30 {
  background-position: -144px -32px;
}
.ico-type.size-xxsmall.ico-type31 {
  background-position: 0px -48px;
}
.ico-type.size-xxsmall.ico-type32 {
  background-position: -16px -48px;
}
.ico-type.size-xxsmall.ico-type33 {
  background-position: -32px -48px;
}
.ico-type.size-xxsmall.ico-type34 {
  background-position: -48px -48px;
}
.ico-type.size-xxsmall.ico-type35 {
  background-position: -64px -48px;
}
.ico-type.size-xxsmall.ico-type36 {
  background-position: -80px -48px;
}
.ico-type.size-xxsmall.ico-type37 {
  background-position: -96px -48px;
}
.ico-type.size-xxsmall.ico-type38 {
  background-position: -112px -48px;
}
.ico-type.size-xxsmall.ico-type39 {
  background-position: -128px -48px;
}
.ico-type.size-xxsmall.ico-type40 {
  background-position: -144px -48px;
}
.ico-type.size-xxsmall.ico-type41 {
  background-position: 0px -64px;
}
.ico-type.size-xxsmall.ico-type42 {
  background-position: -16px -64px;
}
.ico-type.size-xxsmall.ico-type43 {
  background-position: -32px -64px;
}
.ico-type.size-xxsmall.ico-type44 {
  background-position: -48px -64px;
}
.ico-type.size-xxsmall.ico-type45 {
  background-position: -64px -64px;
}
.ico-type.size-xxsmall.ico-type46 {
  background-position: -80px -64px;
}
.ico-type.size-xxsmall.ico-type47 {
  background-position: -96px -64px;
}
.ico-type.size-xxsmall.ico-type48 {
  background-position: -112px -64px;
}
.ico-type.size-xxsmall.ico-type49 {
  background-position: -128px -64px;
}
.ico-type.size-xxsmall.ico-type50 {
  background-position: -144px -64px;
}
.ico-type.size-xxsmall.ico-type51 {
  background-position: 0px -80px;
}
.ico-type.size-xxsmall.ico-type52 {
  background-position: -16px -80px;
}
.ico-type.size-xxsmall.ico-type53 {
  background-position: -32px -80px;
}
.ico-type.size-xxsmall.ico-type54 {
  background-position: -48px -80px;
}
.ico-type.size-xxsmall.ico-type55 {
  background-position: -64px -80px;
}
.ico-type.size-xxsmall.ico-type56 {
  background-position: -80px -80px;
}
.ico-type.size-xxsmall.ico-type57 {
  background-position: -96px -80px;
}
.ico-type.size-xxsmall.ico-type58 {
  background-position: -112px -80px;
}
.ico-type.size-xxsmall.ico-type59 {
  background-position: -128px -80px;
}
.ico-type.size-xxsmall.ico-type60 {
  background-position: -144px -80px;
}
.ico-type.size-xxsmall.ico-type61 {
  background-position: 0px -96px;
}
.ico-type.size-xxsmall.ico-type62 {
  background-position: -16px -96px;
}
.ico-type.size-xxsmall.ico-type63 {
  background-position: -32px -96px;
}
.ico-type.size-xxsmall.ico-type64 {
  background-position: -48px -96px;
}
.ico-type.size-xxsmall.ico-type65 {
  background-position: -64px -96px;
}
.ico-type.size-xxsmall.ico-type66 {
  background-position: -80px -96px;
}
.ico-type.size-xxsmall.ico-type67 {
  background-position: -96px -96px;
}
.ico-type.size-xxsmall.ico-type68 {
  background-position: -112px -96px;
}
.ico-type.size-xxsmall.ico-type69 {
  background-position: -128px -96px;
}
.ico-type.size-xxsmall.ico-type70 {
  background-position: -144px -96px;
}
.ico-type.size-xxsmall.ico-type71 {
  background-position: 0px -112px;
}
.ico-type.size-xxsmall.ico-type72 {
  background-position: -16px -112px;
}
.ico-type.size-xxsmall.ico-type73 {
  background-position: -32px -112px;
}
.ico-type.size-xxsmall.ico-type74 {
  background-position: -48px -112px;
}
.ico-type.size-xxsmall.ico-type75 {
  background-position: -64px -112px;
}
.ico-type.size-xxsmall.ico-type76 {
  background-position: -80px -112px;
}
.ico-type.size-xxsmall.ico-type77 {
  background-position: -96px -112px;
}
.ico-type.size-xxsmall.ico-type78 {
  background-position: -112px -112px;
}
.ico-type.size-xxsmall.ico-type79 {
  background-position: -128px -112px;
}
.ico-type.size-xxsmall.ico-type80 {
  background-position: -144px -112px;
}
.ico-type.size-xxsmall.ico-type81 {
  background-position: 0px -128px;
}
.ico-type.size-xxsmall.ico-type82 {
  background-position: -16px -128px;
}
.ico-type.size-xxsmall.ico-type83 {
  background-position: -32px -128px;
}
.ico-type.size-xxsmall.ico-type84 {
  background-position: -48px -128px;
}
.ico-type.size-xxsmall.ico-type85 {
  background-position: -64px -128px;
}
.ico-type.size-xxsmall.ico-type86 {
  background-position: -80px -128px;
}
.ico-type.size-xxsmall.ico-type87 {
  background-position: -96px -128px;
}
.ico-type.size-xxsmall.ico-type88 {
  background-position: -112px -128px;
}
.ico-type.size-xxsmall.ico-type89 {
  background-position: -128px -128px;
}
.ico-type.size-xxsmall.ico-type90 {
  background-position: -144px -128px;
}
.ico-type.size-xxsmall.ico-type91 {
  background-position: 0px -144px;
}
.ico-type.size-xxsmall.ico-type92 {
  background-position: -16px -144px;
}
.ico-type.size-xxsmall.ico-type93 {
  background-position: -32px -144px;
}
.ico-type.size-xxsmall.ico-type94 {
  background-position: -48px -144px;
}
.ico-type.size-xxsmall.ico-type95 {
  background-position: -64px -144px;
}
.ico-type.size-xxsmall.ico-type96 {
  background-position: -80px -144px;
}
.ico-type.size-xxsmall.ico-type97 {
  background-position: -96px -144px;
}
.ico-type.size-xxsmall.ico-type98 {
  background-position: -112px -144px;
}
.ico-type.size-xxsmall.ico-type99 {
  background-position: -128px -144px;
}
.ico-type.size-xxsmall.ico-type100 {
  background-position: -144px -144px;
}
.ico-type.size-xsmall {
  width: 20px;
  height: 20px;
  background-size: 200px auto;
}
.ico-type.size-xsmall.ico-type1 {
  background-position: 0px 0px;
}
.ico-type.size-xsmall.ico-type2 {
  background-position: -20px 0px;
}
.ico-type.size-xsmall.ico-type3 {
  background-position: -40px 0px;
}
.ico-type.size-xsmall.ico-type4 {
  background-position: -60px 0px;
}
.ico-type.size-xsmall.ico-type5 {
  background-position: -80px 0px;
}
.ico-type.size-xsmall.ico-type6 {
  background-position: -100px 0px;
}
.ico-type.size-xsmall.ico-type7 {
  background-position: -120px 0px;
}
.ico-type.size-xsmall.ico-type8 {
  background-position: -140px 0px;
}
.ico-type.size-xsmall.ico-type9 {
  background-position: -160px 0px;
}
.ico-type.size-xsmall.ico-type10 {
  background-position: -180px 0px;
}
.ico-type.size-xsmall.ico-type11 {
  background-position: 0px -20px;
}
.ico-type.size-xsmall.ico-type12 {
  background-position: -20px -20px;
}
.ico-type.size-xsmall.ico-type13 {
  background-position: -40px -20px;
}
.ico-type.size-xsmall.ico-type14 {
  background-position: -60px -20px;
}
.ico-type.size-xsmall.ico-type15 {
  background-position: -80px -20px;
}
.ico-type.size-xsmall.ico-type16 {
  background-position: -100px -20px;
}
.ico-type.size-xsmall.ico-type17 {
  background-position: -120px -20px;
}
.ico-type.size-xsmall.ico-type18 {
  background-position: -140px -20px;
}
.ico-type.size-xsmall.ico-type19 {
  background-position: -160px -20px;
}
.ico-type.size-xsmall.ico-type20 {
  background-position: -180px -20px;
}
.ico-type.size-xsmall.ico-type21 {
  background-position: 0px -40px;
}
.ico-type.size-xsmall.ico-type22 {
  background-position: -20px -40px;
}
.ico-type.size-xsmall.ico-type23 {
  background-position: -40px -40px;
}
.ico-type.size-xsmall.ico-type24 {
  background-position: -60px -40px;
}
.ico-type.size-xsmall.ico-type25 {
  background-position: -80px -40px;
}
.ico-type.size-xsmall.ico-type26 {
  background-position: -100px -40px;
}
.ico-type.size-xsmall.ico-type27 {
  background-position: -120px -40px;
}
.ico-type.size-xsmall.ico-type28 {
  background-position: -140px -40px;
}
.ico-type.size-xsmall.ico-type29 {
  background-position: -160px -40px;
}
.ico-type.size-xsmall.ico-type30 {
  background-position: -180px -40px;
}
.ico-type.size-xsmall.ico-type31 {
  background-position: 0px -60px;
}
.ico-type.size-xsmall.ico-type32 {
  background-position: -20px -60px;
}
.ico-type.size-xsmall.ico-type33 {
  background-position: -40px -60px;
}
.ico-type.size-xsmall.ico-type34 {
  background-position: -60px -60px;
}
.ico-type.size-xsmall.ico-type35 {
  background-position: -80px -60px;
}
.ico-type.size-xsmall.ico-type36 {
  background-position: -100px -60px;
}
.ico-type.size-xsmall.ico-type37 {
  background-position: -120px -60px;
}
.ico-type.size-xsmall.ico-type38 {
  background-position: -140px -60px;
}
.ico-type.size-xsmall.ico-type39 {
  background-position: -160px -60px;
}
.ico-type.size-xsmall.ico-type40 {
  background-position: -180px -60px;
}
.ico-type.size-xsmall.ico-type41 {
  background-position: 0px -80px;
}
.ico-type.size-xsmall.ico-type42 {
  background-position: -20px -80px;
}
.ico-type.size-xsmall.ico-type43 {
  background-position: -40px -80px;
}
.ico-type.size-xsmall.ico-type44 {
  background-position: -60px -80px;
}
.ico-type.size-xsmall.ico-type45 {
  background-position: -80px -80px;
}
.ico-type.size-xsmall.ico-type46 {
  background-position: -100px -80px;
}
.ico-type.size-xsmall.ico-type47 {
  background-position: -120px -80px;
}
.ico-type.size-xsmall.ico-type48 {
  background-position: -140px -80px;
}
.ico-type.size-xsmall.ico-type49 {
  background-position: -160px -80px;
}
.ico-type.size-xsmall.ico-type50 {
  background-position: -180px -80px;
}
.ico-type.size-xsmall.ico-type51 {
  background-position: 0px -100px;
}
.ico-type.size-xsmall.ico-type52 {
  background-position: -20px -100px;
}
.ico-type.size-xsmall.ico-type53 {
  background-position: -40px -100px;
}
.ico-type.size-xsmall.ico-type54 {
  background-position: -60px -100px;
}
.ico-type.size-xsmall.ico-type55 {
  background-position: -80px -100px;
}
.ico-type.size-xsmall.ico-type56 {
  background-position: -100px -100px;
}
.ico-type.size-xsmall.ico-type57 {
  background-position: -120px -100px;
}
.ico-type.size-xsmall.ico-type58 {
  background-position: -140px -100px;
}
.ico-type.size-xsmall.ico-type59 {
  background-position: -160px -100px;
}
.ico-type.size-xsmall.ico-type60 {
  background-position: -180px -100px;
}
.ico-type.size-xsmall.ico-type61 {
  background-position: 0px -120px;
}
.ico-type.size-xsmall.ico-type62 {
  background-position: -20px -120px;
}
.ico-type.size-xsmall.ico-type63 {
  background-position: -40px -120px;
}
.ico-type.size-xsmall.ico-type64 {
  background-position: -60px -120px;
}
.ico-type.size-xsmall.ico-type65 {
  background-position: -80px -120px;
}
.ico-type.size-xsmall.ico-type66 {
  background-position: -100px -120px;
}
.ico-type.size-xsmall.ico-type67 {
  background-position: -120px -120px;
}
.ico-type.size-xsmall.ico-type68 {
  background-position: -140px -120px;
}
.ico-type.size-xsmall.ico-type69 {
  background-position: -160px -120px;
}
.ico-type.size-xsmall.ico-type70 {
  background-position: -180px -120px;
}
.ico-type.size-xsmall.ico-type71 {
  background-position: 0px -140px;
}
.ico-type.size-xsmall.ico-type72 {
  background-position: -20px -140px;
}
.ico-type.size-xsmall.ico-type73 {
  background-position: -40px -140px;
}
.ico-type.size-xsmall.ico-type74 {
  background-position: -60px -140px;
}
.ico-type.size-xsmall.ico-type75 {
  background-position: -80px -140px;
}
.ico-type.size-xsmall.ico-type76 {
  background-position: -100px -140px;
}
.ico-type.size-xsmall.ico-type77 {
  background-position: -120px -140px;
}
.ico-type.size-xsmall.ico-type78 {
  background-position: -140px -140px;
}
.ico-type.size-xsmall.ico-type79 {
  background-position: -160px -140px;
}
.ico-type.size-xsmall.ico-type80 {
  background-position: -180px -140px;
}
.ico-type.size-xsmall.ico-type81 {
  background-position: 0px -160px;
}
.ico-type.size-xsmall.ico-type82 {
  background-position: -20px -160px;
}
.ico-type.size-xsmall.ico-type83 {
  background-position: -40px -160px;
}
.ico-type.size-xsmall.ico-type84 {
  background-position: -60px -160px;
}
.ico-type.size-xsmall.ico-type85 {
  background-position: -80px -160px;
}
.ico-type.size-xsmall.ico-type86 {
  background-position: -100px -160px;
}
.ico-type.size-xsmall.ico-type87 {
  background-position: -120px -160px;
}
.ico-type.size-xsmall.ico-type88 {
  background-position: -140px -160px;
}
.ico-type.size-xsmall.ico-type89 {
  background-position: -160px -160px;
}
.ico-type.size-xsmall.ico-type90 {
  background-position: -180px -160px;
}
.ico-type.size-xsmall.ico-type91 {
  background-position: 0px -180px;
}
.ico-type.size-xsmall.ico-type92 {
  background-position: -20px -180px;
}
.ico-type.size-xsmall.ico-type93 {
  background-position: -40px -180px;
}
.ico-type.size-xsmall.ico-type94 {
  background-position: -60px -180px;
}
.ico-type.size-xsmall.ico-type95 {
  background-position: -80px -180px;
}
.ico-type.size-xsmall.ico-type96 {
  background-position: -100px -180px;
}
.ico-type.size-xsmall.ico-type97 {
  background-position: -120px -180px;
}
.ico-type.size-xsmall.ico-type98 {
  background-position: -140px -180px;
}
.ico-type.size-xsmall.ico-type99 {
  background-position: -160px -180px;
}
.ico-type.size-xsmall.ico-type100 {
  background-position: -180px -180px;
}
.ico-type.size-small {
  width: 24px;
  height: 24px;
  background-size: 240px auto;
}
.ico-type.size-small.ico-type1 {
  background-position: 0px 0px;
}
.ico-type.size-small.ico-type2 {
  background-position: -24px 0px;
}
.ico-type.size-small.ico-type3 {
  background-position: -48px 0px;
}
.ico-type.size-small.ico-type4 {
  background-position: -72px 0px;
}
.ico-type.size-small.ico-type5 {
  background-position: -96px 0px;
}
.ico-type.size-small.ico-type6 {
  background-position: -120px 0px;
}
.ico-type.size-small.ico-type7 {
  background-position: -144px 0px;
}
.ico-type.size-small.ico-type8 {
  background-position: -168px 0px;
}
.ico-type.size-small.ico-type9 {
  background-position: -192px 0px;
}
.ico-type.size-small.ico-type10 {
  background-position: -216px 0px;
}
.ico-type.size-small.ico-type11 {
  background-position: 0px -24px;
}
.ico-type.size-small.ico-type12 {
  background-position: -24px -24px;
}
.ico-type.size-small.ico-type13 {
  background-position: -48px -24px;
}
.ico-type.size-small.ico-type14 {
  background-position: -72px -24px;
}
.ico-type.size-small.ico-type15 {
  background-position: -96px -24px;
}
.ico-type.size-small.ico-type16 {
  background-position: -120px -24px;
}
.ico-type.size-small.ico-type17 {
  background-position: -144px -24px;
}
.ico-type.size-small.ico-type18 {
  background-position: -168px -24px;
}
.ico-type.size-small.ico-type19 {
  background-position: -192px -24px;
}
.ico-type.size-small.ico-type20 {
  background-position: -216px -24px;
}
.ico-type.size-small.ico-type21 {
  background-position: 0px -48px;
}
.ico-type.size-small.ico-type22 {
  background-position: -24px -48px;
}
.ico-type.size-small.ico-type23 {
  background-position: -48px -48px;
}
.ico-type.size-small.ico-type24 {
  background-position: -72px -48px;
}
.ico-type.size-small.ico-type25 {
  background-position: -96px -48px;
}
.ico-type.size-small.ico-type26 {
  background-position: -120px -48px;
}
.ico-type.size-small.ico-type27 {
  background-position: -144px -48px;
}
.ico-type.size-small.ico-type28 {
  background-position: -168px -48px;
}
.ico-type.size-small.ico-type29 {
  background-position: -192px -48px;
}
.ico-type.size-small.ico-type30 {
  background-position: -216px -48px;
}
.ico-type.size-small.ico-type31 {
  background-position: 0px -72px;
}
.ico-type.size-small.ico-type32 {
  background-position: -24px -72px;
}
.ico-type.size-small.ico-type33 {
  background-position: -48px -72px;
}
.ico-type.size-small.ico-type34 {
  background-position: -72px -72px;
}
.ico-type.size-small.ico-type35 {
  background-position: -96px -72px;
}
.ico-type.size-small.ico-type36 {
  background-position: -120px -72px;
}
.ico-type.size-small.ico-type37 {
  background-position: -144px -72px;
}
.ico-type.size-small.ico-type38 {
  background-position: -168px -72px;
}
.ico-type.size-small.ico-type39 {
  background-position: -192px -72px;
}
.ico-type.size-small.ico-type40 {
  background-position: -216px -72px;
}
.ico-type.size-small.ico-type41 {
  background-position: 0px -96px;
}
.ico-type.size-small.ico-type42 {
  background-position: -24px -96px;
}
.ico-type.size-small.ico-type43 {
  background-position: -48px -96px;
}
.ico-type.size-small.ico-type44 {
  background-position: -72px -96px;
}
.ico-type.size-small.ico-type45 {
  background-position: -96px -96px;
}
.ico-type.size-small.ico-type46 {
  background-position: -120px -96px;
}
.ico-type.size-small.ico-type47 {
  background-position: -144px -96px;
}
.ico-type.size-small.ico-type48 {
  background-position: -168px -96px;
}
.ico-type.size-small.ico-type49 {
  background-position: -192px -96px;
}
.ico-type.size-small.ico-type50 {
  background-position: -216px -96px;
}
.ico-type.size-small.ico-type51 {
  background-position: 0px -120px;
}
.ico-type.size-small.ico-type52 {
  background-position: -24px -120px;
}
.ico-type.size-small.ico-type53 {
  background-position: -48px -120px;
}
.ico-type.size-small.ico-type54 {
  background-position: -72px -120px;
}
.ico-type.size-small.ico-type55 {
  background-position: -96px -120px;
}
.ico-type.size-small.ico-type56 {
  background-position: -120px -120px;
}
.ico-type.size-small.ico-type57 {
  background-position: -144px -120px;
}
.ico-type.size-small.ico-type58 {
  background-position: -168px -120px;
}
.ico-type.size-small.ico-type59 {
  background-position: -192px -120px;
}
.ico-type.size-small.ico-type60 {
  background-position: -216px -120px;
}
.ico-type.size-small.ico-type61 {
  background-position: 0px -144px;
}
.ico-type.size-small.ico-type62 {
  background-position: -24px -144px;
}
.ico-type.size-small.ico-type63 {
  background-position: -48px -144px;
}
.ico-type.size-small.ico-type64 {
  background-position: -72px -144px;
}
.ico-type.size-small.ico-type65 {
  background-position: -96px -144px;
}
.ico-type.size-small.ico-type66 {
  background-position: -120px -144px;
}
.ico-type.size-small.ico-type67 {
  background-position: -144px -144px;
}
.ico-type.size-small.ico-type68 {
  background-position: -168px -144px;
}
.ico-type.size-small.ico-type69 {
  background-position: -192px -144px;
}
.ico-type.size-small.ico-type70 {
  background-position: -216px -144px;
}
.ico-type.size-small.ico-type71 {
  background-position: 0px -168px;
}
.ico-type.size-small.ico-type72 {
  background-position: -24px -168px;
}
.ico-type.size-small.ico-type73 {
  background-position: -48px -168px;
}
.ico-type.size-small.ico-type74 {
  background-position: -72px -168px;
}
.ico-type.size-small.ico-type75 {
  background-position: -96px -168px;
}
.ico-type.size-small.ico-type76 {
  background-position: -120px -168px;
}
.ico-type.size-small.ico-type77 {
  background-position: -144px -168px;
}
.ico-type.size-small.ico-type78 {
  background-position: -168px -168px;
}
.ico-type.size-small.ico-type79 {
  background-position: -192px -168px;
}
.ico-type.size-small.ico-type80 {
  background-position: -216px -168px;
}
.ico-type.size-small.ico-type81 {
  background-position: 0px -192px;
}
.ico-type.size-small.ico-type82 {
  background-position: -24px -192px;
}
.ico-type.size-small.ico-type83 {
  background-position: -48px -192px;
}
.ico-type.size-small.ico-type84 {
  background-position: -72px -192px;
}
.ico-type.size-small.ico-type85 {
  background-position: -96px -192px;
}
.ico-type.size-small.ico-type86 {
  background-position: -120px -192px;
}
.ico-type.size-small.ico-type87 {
  background-position: -144px -192px;
}
.ico-type.size-small.ico-type88 {
  background-position: -168px -192px;
}
.ico-type.size-small.ico-type89 {
  background-position: -192px -192px;
}
.ico-type.size-small.ico-type90 {
  background-position: -216px -192px;
}
.ico-type.size-small.ico-type91 {
  background-position: 0px -216px;
}
.ico-type.size-small.ico-type92 {
  background-position: -24px -216px;
}
.ico-type.size-small.ico-type93 {
  background-position: -48px -216px;
}
.ico-type.size-small.ico-type94 {
  background-position: -72px -216px;
}
.ico-type.size-small.ico-type95 {
  background-position: -96px -216px;
}
.ico-type.size-small.ico-type96 {
  background-position: -120px -216px;
}
.ico-type.size-small.ico-type97 {
  background-position: -144px -216px;
}
.ico-type.size-small.ico-type98 {
  background-position: -168px -216px;
}
.ico-type.size-small.ico-type99 {
  background-position: -192px -216px;
}
.ico-type.size-small.ico-type100 {
  background-position: -216px -216px;
}
.ico-type.size-large {
  width: 32px;
  height: 32px;
  background-size: 320px auto;
}
.ico-type.size-large.ico-type1 {
  background-position: 0px 0px;
}
.ico-type.size-large.ico-type2 {
  background-position: -32px 0px;
}
.ico-type.size-large.ico-type3 {
  background-position: -64px 0px;
}
.ico-type.size-large.ico-type4 {
  background-position: -96px 0px;
}
.ico-type.size-large.ico-type5 {
  background-position: -128px 0px;
}
.ico-type.size-large.ico-type6 {
  background-position: -160px 0px;
}
.ico-type.size-large.ico-type7 {
  background-position: -192px 0px;
}
.ico-type.size-large.ico-type8 {
  background-position: -224px 0px;
}
.ico-type.size-large.ico-type9 {
  background-position: -256px 0px;
}
.ico-type.size-large.ico-type10 {
  background-position: -288px 0px;
}
.ico-type.size-large.ico-type11 {
  background-position: 0px -32px;
}
.ico-type.size-large.ico-type12 {
  background-position: -32px -32px;
}
.ico-type.size-large.ico-type13 {
  background-position: -64px -32px;
}
.ico-type.size-large.ico-type14 {
  background-position: -96px -32px;
}
.ico-type.size-large.ico-type15 {
  background-position: -128px -32px;
}
.ico-type.size-large.ico-type16 {
  background-position: -160px -32px;
}
.ico-type.size-large.ico-type17 {
  background-position: -192px -32px;
}
.ico-type.size-large.ico-type18 {
  background-position: -224px -32px;
}
.ico-type.size-large.ico-type19 {
  background-position: -256px -32px;
}
.ico-type.size-large.ico-type20 {
  background-position: -288px -32px;
}
.ico-type.size-large.ico-type21 {
  background-position: 0px -64px;
}
.ico-type.size-large.ico-type22 {
  background-position: -32px -64px;
}
.ico-type.size-large.ico-type23 {
  background-position: -64px -64px;
}
.ico-type.size-large.ico-type24 {
  background-position: -96px -64px;
}
.ico-type.size-large.ico-type25 {
  background-position: -128px -64px;
}
.ico-type.size-large.ico-type26 {
  background-position: -160px -64px;
}
.ico-type.size-large.ico-type27 {
  background-position: -192px -64px;
}
.ico-type.size-large.ico-type28 {
  background-position: -224px -64px;
}
.ico-type.size-large.ico-type29 {
  background-position: -256px -64px;
}
.ico-type.size-large.ico-type30 {
  background-position: -288px -64px;
}
.ico-type.size-large.ico-type31 {
  background-position: 0px -96px;
}
.ico-type.size-large.ico-type32 {
  background-position: -32px -96px;
}
.ico-type.size-large.ico-type33 {
  background-position: -64px -96px;
}
.ico-type.size-large.ico-type34 {
  background-position: -96px -96px;
}
.ico-type.size-large.ico-type35 {
  background-position: -128px -96px;
}
.ico-type.size-large.ico-type36 {
  background-position: -160px -96px;
}
.ico-type.size-large.ico-type37 {
  background-position: -192px -96px;
}
.ico-type.size-large.ico-type38 {
  background-position: -224px -96px;
}
.ico-type.size-large.ico-type39 {
  background-position: -256px -96px;
}
.ico-type.size-large.ico-type40 {
  background-position: -288px -96px;
}
.ico-type.size-large.ico-type41 {
  background-position: 0px -128px;
}
.ico-type.size-large.ico-type42 {
  background-position: -32px -128px;
}
.ico-type.size-large.ico-type43 {
  background-position: -64px -128px;
}
.ico-type.size-large.ico-type44 {
  background-position: -96px -128px;
}
.ico-type.size-large.ico-type45 {
  background-position: -128px -128px;
}
.ico-type.size-large.ico-type46 {
  background-position: -160px -128px;
}
.ico-type.size-large.ico-type47 {
  background-position: -192px -128px;
}
.ico-type.size-large.ico-type48 {
  background-position: -224px -128px;
}
.ico-type.size-large.ico-type49 {
  background-position: -256px -128px;
}
.ico-type.size-large.ico-type50 {
  background-position: -288px -128px;
}
.ico-type.size-large.ico-type51 {
  background-position: 0px -160px;
}
.ico-type.size-large.ico-type52 {
  background-position: -32px -160px;
}
.ico-type.size-large.ico-type53 {
  background-position: -64px -160px;
}
.ico-type.size-large.ico-type54 {
  background-position: -96px -160px;
}
.ico-type.size-large.ico-type55 {
  background-position: -128px -160px;
}
.ico-type.size-large.ico-type56 {
  background-position: -160px -160px;
}
.ico-type.size-large.ico-type57 {
  background-position: -192px -160px;
}
.ico-type.size-large.ico-type58 {
  background-position: -224px -160px;
}
.ico-type.size-large.ico-type59 {
  background-position: -256px -160px;
}
.ico-type.size-large.ico-type60 {
  background-position: -288px -160px;
}
.ico-type.size-large.ico-type61 {
  background-position: 0px -192px;
}
.ico-type.size-large.ico-type62 {
  background-position: -32px -192px;
}
.ico-type.size-large.ico-type63 {
  background-position: -64px -192px;
}
.ico-type.size-large.ico-type64 {
  background-position: -96px -192px;
}
.ico-type.size-large.ico-type65 {
  background-position: -128px -192px;
}
.ico-type.size-large.ico-type66 {
  background-position: -160px -192px;
}
.ico-type.size-large.ico-type67 {
  background-position: -192px -192px;
}
.ico-type.size-large.ico-type68 {
  background-position: -224px -192px;
}
.ico-type.size-large.ico-type69 {
  background-position: -256px -192px;
}
.ico-type.size-large.ico-type70 {
  background-position: -288px -192px;
}
.ico-type.size-large.ico-type71 {
  background-position: 0px -224px;
}
.ico-type.size-large.ico-type72 {
  background-position: -32px -224px;
}
.ico-type.size-large.ico-type73 {
  background-position: -64px -224px;
}
.ico-type.size-large.ico-type74 {
  background-position: -96px -224px;
}
.ico-type.size-large.ico-type75 {
  background-position: -128px -224px;
}
.ico-type.size-large.ico-type76 {
  background-position: -160px -224px;
}
.ico-type.size-large.ico-type77 {
  background-position: -192px -224px;
}
.ico-type.size-large.ico-type78 {
  background-position: -224px -224px;
}
.ico-type.size-large.ico-type79 {
  background-position: -256px -224px;
}
.ico-type.size-large.ico-type80 {
  background-position: -288px -224px;
}
.ico-type.size-large.ico-type81 {
  background-position: 0px -256px;
}
.ico-type.size-large.ico-type82 {
  background-position: -32px -256px;
}
.ico-type.size-large.ico-type83 {
  background-position: -64px -256px;
}
.ico-type.size-large.ico-type84 {
  background-position: -96px -256px;
}
.ico-type.size-large.ico-type85 {
  background-position: -128px -256px;
}
.ico-type.size-large.ico-type86 {
  background-position: -160px -256px;
}
.ico-type.size-large.ico-type87 {
  background-position: -192px -256px;
}
.ico-type.size-large.ico-type88 {
  background-position: -224px -256px;
}
.ico-type.size-large.ico-type89 {
  background-position: -256px -256px;
}
.ico-type.size-large.ico-type90 {
  background-position: -288px -256px;
}
.ico-type.size-large.ico-type91 {
  background-position: 0px -288px;
}
.ico-type.size-large.ico-type92 {
  background-position: -32px -288px;
}
.ico-type.size-large.ico-type93 {
  background-position: -64px -288px;
}
.ico-type.size-large.ico-type94 {
  background-position: -96px -288px;
}
.ico-type.size-large.ico-type95 {
  background-position: -128px -288px;
}
.ico-type.size-large.ico-type96 {
  background-position: -160px -288px;
}
.ico-type.size-large.ico-type97 {
  background-position: -192px -288px;
}
.ico-type.size-large.ico-type98 {
  background-position: -224px -288px;
}
.ico-type.size-large.ico-type99 {
  background-position: -256px -288px;
}
.ico-type.size-large.ico-type100 {
  background-position: -288px -288px;
}
.ico-type.size-xlarge {
  width: 42px;
  height: 42px;
  background-size: 420px auto;
}
.ico-type.size-xlarge.ico-type1 {
  background-position: 0px 0px;
}
.ico-type.size-xlarge.ico-type2 {
  background-position: -42px 0px;
}
.ico-type.size-xlarge.ico-type3 {
  background-position: -84px 0px;
}
.ico-type.size-xlarge.ico-type4 {
  background-position: -126px 0px;
}
.ico-type.size-xlarge.ico-type5 {
  background-position: -168px 0px;
}
.ico-type.size-xlarge.ico-type6 {
  background-position: -210px 0px;
}
.ico-type.size-xlarge.ico-type7 {
  background-position: -252px 0px;
}
.ico-type.size-xlarge.ico-type8 {
  background-position: -294px 0px;
}
.ico-type.size-xlarge.ico-type9 {
  background-position: -336px 0px;
}
.ico-type.size-xlarge.ico-type10 {
  background-position: -378px 0px;
}
.ico-type.size-xlarge.ico-type11 {
  background-position: 0px -42px;
}
.ico-type.size-xlarge.ico-type12 {
  background-position: -42px -42px;
}
.ico-type.size-xlarge.ico-type13 {
  background-position: -84px -42px;
}
.ico-type.size-xlarge.ico-type14 {
  background-position: -126px -42px;
}
.ico-type.size-xlarge.ico-type15 {
  background-position: -168px -42px;
}
.ico-type.size-xlarge.ico-type16 {
  background-position: -210px -42px;
}
.ico-type.size-xlarge.ico-type17 {
  background-position: -252px -42px;
}
.ico-type.size-xlarge.ico-type18 {
  background-position: -294px -42px;
}
.ico-type.size-xlarge.ico-type19 {
  background-position: -336px -42px;
}
.ico-type.size-xlarge.ico-type20 {
  background-position: -378px -42px;
}
.ico-type.size-xlarge.ico-type21 {
  background-position: 0px -84px;
}
.ico-type.size-xlarge.ico-type22 {
  background-position: -42px -84px;
}
.ico-type.size-xlarge.ico-type23 {
  background-position: -84px -84px;
}
.ico-type.size-xlarge.ico-type24 {
  background-position: -126px -84px;
}
.ico-type.size-xlarge.ico-type25 {
  background-position: -168px -84px;
}
.ico-type.size-xlarge.ico-type26 {
  background-position: -210px -84px;
}
.ico-type.size-xlarge.ico-type27 {
  background-position: -252px -84px;
}
.ico-type.size-xlarge.ico-type28 {
  background-position: -294px -84px;
}
.ico-type.size-xlarge.ico-type29 {
  background-position: -336px -84px;
}
.ico-type.size-xlarge.ico-type30 {
  background-position: -378px -84px;
}
.ico-type.size-xlarge.ico-type31 {
  background-position: 0px -126px;
}
.ico-type.size-xlarge.ico-type32 {
  background-position: -42px -126px;
}
.ico-type.size-xlarge.ico-type33 {
  background-position: -84px -126px;
}
.ico-type.size-xlarge.ico-type34 {
  background-position: -126px -126px;
}
.ico-type.size-xlarge.ico-type35 {
  background-position: -168px -126px;
}
.ico-type.size-xlarge.ico-type36 {
  background-position: -210px -126px;
}
.ico-type.size-xlarge.ico-type37 {
  background-position: -252px -126px;
}
.ico-type.size-xlarge.ico-type38 {
  background-position: -294px -126px;
}
.ico-type.size-xlarge.ico-type39 {
  background-position: -336px -126px;
}
.ico-type.size-xlarge.ico-type40 {
  background-position: -378px -126px;
}
.ico-type.size-xlarge.ico-type41 {
  background-position: 0px -168px;
}
.ico-type.size-xlarge.ico-type42 {
  background-position: -42px -168px;
}
.ico-type.size-xlarge.ico-type43 {
  background-position: -84px -168px;
}
.ico-type.size-xlarge.ico-type44 {
  background-position: -126px -168px;
}
.ico-type.size-xlarge.ico-type45 {
  background-position: -168px -168px;
}
.ico-type.size-xlarge.ico-type46 {
  background-position: -210px -168px;
}
.ico-type.size-xlarge.ico-type47 {
  background-position: -252px -168px;
}
.ico-type.size-xlarge.ico-type48 {
  background-position: -294px -168px;
}
.ico-type.size-xlarge.ico-type49 {
  background-position: -336px -168px;
}
.ico-type.size-xlarge.ico-type50 {
  background-position: -378px -168px;
}
.ico-type.size-xlarge.ico-type51 {
  background-position: 0px -210px;
}
.ico-type.size-xlarge.ico-type52 {
  background-position: -42px -210px;
}
.ico-type.size-xlarge.ico-type53 {
  background-position: -84px -210px;
}
.ico-type.size-xlarge.ico-type54 {
  background-position: -126px -210px;
}
.ico-type.size-xlarge.ico-type55 {
  background-position: -168px -210px;
}
.ico-type.size-xlarge.ico-type56 {
  background-position: -210px -210px;
}
.ico-type.size-xlarge.ico-type57 {
  background-position: -252px -210px;
}
.ico-type.size-xlarge.ico-type58 {
  background-position: -294px -210px;
}
.ico-type.size-xlarge.ico-type59 {
  background-position: -336px -210px;
}
.ico-type.size-xlarge.ico-type60 {
  background-position: -378px -210px;
}
.ico-type.size-xlarge.ico-type61 {
  background-position: 0px -252px;
}
.ico-type.size-xlarge.ico-type62 {
  background-position: -42px -252px;
}
.ico-type.size-xlarge.ico-type63 {
  background-position: -84px -252px;
}
.ico-type.size-xlarge.ico-type64 {
  background-position: -126px -252px;
}
.ico-type.size-xlarge.ico-type65 {
  background-position: -168px -252px;
}
.ico-type.size-xlarge.ico-type66 {
  background-position: -210px -252px;
}
.ico-type.size-xlarge.ico-type67 {
  background-position: -252px -252px;
}
.ico-type.size-xlarge.ico-type68 {
  background-position: -294px -252px;
}
.ico-type.size-xlarge.ico-type69 {
  background-position: -336px -252px;
}
.ico-type.size-xlarge.ico-type70 {
  background-position: -378px -252px;
}
.ico-type.size-xlarge.ico-type71 {
  background-position: 0px -294px;
}
.ico-type.size-xlarge.ico-type72 {
  background-position: -42px -294px;
}
.ico-type.size-xlarge.ico-type73 {
  background-position: -84px -294px;
}
.ico-type.size-xlarge.ico-type74 {
  background-position: -126px -294px;
}
.ico-type.size-xlarge.ico-type75 {
  background-position: -168px -294px;
}
.ico-type.size-xlarge.ico-type76 {
  background-position: -210px -294px;
}
.ico-type.size-xlarge.ico-type77 {
  background-position: -252px -294px;
}
.ico-type.size-xlarge.ico-type78 {
  background-position: -294px -294px;
}
.ico-type.size-xlarge.ico-type79 {
  background-position: -336px -294px;
}
.ico-type.size-xlarge.ico-type80 {
  background-position: -378px -294px;
}
.ico-type.size-xlarge.ico-type81 {
  background-position: 0px -336px;
}
.ico-type.size-xlarge.ico-type82 {
  background-position: -42px -336px;
}
.ico-type.size-xlarge.ico-type83 {
  background-position: -84px -336px;
}
.ico-type.size-xlarge.ico-type84 {
  background-position: -126px -336px;
}
.ico-type.size-xlarge.ico-type85 {
  background-position: -168px -336px;
}
.ico-type.size-xlarge.ico-type86 {
  background-position: -210px -336px;
}
.ico-type.size-xlarge.ico-type87 {
  background-position: -252px -336px;
}
.ico-type.size-xlarge.ico-type88 {
  background-position: -294px -336px;
}
.ico-type.size-xlarge.ico-type89 {
  background-position: -336px -336px;
}
.ico-type.size-xlarge.ico-type90 {
  background-position: -378px -336px;
}
.ico-type.size-xlarge.ico-type91 {
  background-position: 0px -378px;
}
.ico-type.size-xlarge.ico-type92 {
  background-position: -42px -378px;
}
.ico-type.size-xlarge.ico-type93 {
  background-position: -84px -378px;
}
.ico-type.size-xlarge.ico-type94 {
  background-position: -126px -378px;
}
.ico-type.size-xlarge.ico-type95 {
  background-position: -168px -378px;
}
.ico-type.size-xlarge.ico-type96 {
  background-position: -210px -378px;
}
.ico-type.size-xlarge.ico-type97 {
  background-position: -252px -378px;
}
.ico-type.size-xlarge.ico-type98 {
  background-position: -294px -378px;
}
.ico-type.size-xlarge.ico-type99 {
  background-position: -336px -378px;
}
.ico-type.size-xlarge.ico-type100 {
  background-position: -378px -378px;
}
.list-order .ico-type {
  margin-right: 6px;
}
.pop-gis header .ico-type {
  margin-right: 4px;
}
.list-thematic .ico-type {
  margin-right: 3px;
  margin-bottom: 3px;
}
.list-thematic-check .ico-type {
  margin-right: 6px;
}

.wrap-input {
  font-size: 0;
  box-sizing: border-box;
}
.wrap-input > input:only-child,
.wrap-input > select:only-child,
.wrap-input > textarea:only-child {
  width: 100%;
  min-width: 0;
}
.wrap-input > input:not(:only-child),
.wrap-input > select:not(:only-child),
.wrap-input > textarea:not(:only-child) {
  width: calc(50% - 2px);
  min-width: 0;
}
.wrap-input > input.w-33p,
.wrap-input > select.w-33p,
.wrap-input > textarea.w-33p {
  width: calc(33.3% - 2px) !important;
}
.wrap-input label.title {
  font-size: 18px;
  margin-right: 4px;
}
.wrap-input .unit,
.wrap-input .hyphen {
  display: inline-block;
  padding: 0 4px 0 4px;
  font-size: 14px;
}
.wrap-input .txt {
  margin: 0 4px;
  font-size: 14px;
}
.wrap-input.address input:first-child {
  max-width: 100px;
}
.wrap-input.address input:not(:first-child) {
  width: calc(100% - 180px - 4px);
}
.wrap-input.tel select,
.wrap-input.tel input {
  width: 70px;
  margin-left: 0;
}
.tbl-list .wrap-input {
  margin: -4px 0;
}
.area-search .wrap-input {
  display: flex;
  width: 100%;
}
.area-search .wrap-input:first-of-type {
  padding: 4px;
}
.area-search .wrap-input:not(:first-of-type) {
  padding: 0 4px 4px;
}
.area-search .wrap-input input:not([class*=w-]),
.area-search .wrap-input select:not([class*=w-]),
.area-search .wrap-input textarea:not([class*=w-]) {
  flex: 1;
  min-width: 0;
}
.pop-conts .wrap-input {
  display: flex;
  align-items: center;
}
.pop-conts .wrap-input > input[type=text] {
  flex: 1;
  min-width: 0;
}
.wrap-input.row_3 > input,
.wrap-input.row_3 > select,
.wrap-input.row_3 > textarea {
  width: calc(33% - 2px);
  min-width: 0;
}
.wrap-input:not(:first-of-type) {
  margin-top: 4px;
}
.wrap-input .title {
  position: relative;
  display: block;
}
.wrap-input .title + input {
  width: 100%;
  margin-left: 0;
}

.flex-input {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.flex-input > div {
  flex: 1;
}
.flex-input > button, .flex-input > a, .flex-input > .text {
  flex: none;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #0478D6;
}
.search-box > input[type=text] {
  flex: 1;
  min-width: 0;
}
.search-box > button, .search-box > a {
  flex: none;
}

.edit_cont {
  border: 1px solid #bbb;
  margin-top: 12px;
}

input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=url],
input[type=date] {
  appearance: none;
  height: 32px;
  padding: 0 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #ddd;
}
input[type=text]:hover, input[type=text]:active,
input[type=password]:hover,
input[type=password]:active,
input[type=number]:hover,
input[type=number]:active,
input[type=tel]:hover,
input[type=tel]:active,
input[type=email]:hover,
input[type=email]:active,
input[type=search]:hover,
input[type=search]:active,
input[type=url]:hover,
input[type=url]:active,
input[type=date]:hover,
input[type=date]:active {
  outline: 2px solid rgba(220, 220, 220, 0.5);
  border-color: #ddd;
  z-index: 1;
}
input[type=text]:read-only,
input[type=password]:read-only,
input[type=number]:read-only,
input[type=tel]:read-only,
input[type=email]:read-only,
input[type=search]:read-only,
input[type=url]:read-only,
input[type=date]:read-only {
  background: #eee;
  outline: none;
  border-color: #999;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=search]:disabled,
input[type=url]:disabled,
input[type=date]:disabled {
  background: #eee;
  color: #999;
  pointer-events: none;
}
input[type=text]:required,
input[type=password]:required,
input[type=number]:required,
input[type=tel]:required,
input[type=email]:required,
input[type=search]:required,
input[type=url]:required,
input[type=date]:required {
  border-color: #0478D6;
  background-color: #c2e3fe;
}
.area-search table input[type=text],
.area-search table input[type=password],
.area-search table input[type=number],
.area-search table input[type=tel],
.area-search table input[type=email],
.area-search table input[type=search],
.area-search table input[type=url],
.area-search table input[type=date] {
  width: 200px;
}
.wrap-input input[type=text]:first-child, .search-box input[type=text]:first-child,
.wrap-input input[type=password]:first-child,
.search-box input[type=password]:first-child,
.wrap-input input[type=number]:first-child,
.search-box input[type=number]:first-child,
.wrap-input input[type=tel]:first-child,
.search-box input[type=tel]:first-child,
.wrap-input input[type=email]:first-child,
.search-box input[type=email]:first-child,
.wrap-input input[type=search]:first-child,
.search-box input[type=search]:first-child,
.wrap-input input[type=url]:first-child,
.search-box input[type=url]:first-child,
.wrap-input input[type=date]:first-child,
.search-box input[type=date]:first-child {
  margin-left: 0 !important;
}
.wrap-input input[type=text]:not(:first-child), .search-box input[type=text]:not(:first-child),
.wrap-input input[type=password]:not(:first-child),
.search-box input[type=password]:not(:first-child),
.wrap-input input[type=number]:not(:first-child),
.search-box input[type=number]:not(:first-child),
.wrap-input input[type=tel]:not(:first-child),
.search-box input[type=tel]:not(:first-child),
.wrap-input input[type=email]:not(:first-child),
.search-box input[type=email]:not(:first-child),
.wrap-input input[type=search]:not(:first-child),
.search-box input[type=search]:not(:first-child),
.wrap-input input[type=url]:not(:first-child),
.search-box input[type=url]:not(:first-child),
.wrap-input input[type=date]:not(:first-child),
.search-box input[type=date]:not(:first-child) {
  margin-left: 3px;
}

textarea {
  appearance: none;
  height: 120px;
  padding: 6px 12px;
  border: 1px solid #999;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #0478D6;
}
textarea:hover, textarea:active {
  outline: 2px solid rgba(4, 119, 213, 0.5);
  border-color: #0478D6;
  z-index: 1;
}
table textarea {
  display: block;
  width: 100%;
  height: 100px;
  resize: none;
}

/* ********** */
/* check & radio */
/* ********** */
.label-check {
  display: inline-block;
  position: relative;
}
.label-check label {
  position: relative;
  cursor: pointer;
  margin-right: 24px;
  /* +label {
    margin-left: $margin-xlarge;
  } */
}
.label-check label:hover span::before,
.label-check label:hover + span::before,
.label-check label input:focus span::before,
.label-check label input:focus + span::before {
  outline: 2px solid rgba(4, 119, 213, 0.5);
}
.label-check span {
  position: relative;
  padding: 0 0 0 26px;
  font-size: 14px;
  line-height: 1;
}
.label-check span::before, .label-check span::after {
  content: "";
  display: block;
  position: absolute;
}
.label-check span::before {
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  background: #fff;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.label-check input {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
  /* checkbox */
  /* radio */
}
.label-check input[type=checkbox] {
  /* checkbox checked */
}
.label-check input[type=checkbox] + span::before {
  border-radius: 4px;
}
.label-check input[type=checkbox]:checked + span::before {
  border-color: #0478D6;
}
.label-check input[type=checkbox]:checked + span::after {
  top: 50%;
  left: 4px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #0478D6;
  border-left: 2px solid #0478D6;
  transform: translateY(calc(-50% - 2px)) rotate(-45deg);
}
.label-check input[type=radio] {
  /* radio checked */
}
.label-check input[type=radio] + span::before {
  border-radius: 50%;
}
.label-check input[type=radio]:checked + span::before {
  border-color: #0478D6;
}
.label-check input[type=radio]:checked + span::after {
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0478D6;
  transform: translateY(-50%);
}
.label-check input:disabled + span::before {
  background: #eee;
  pointer-events: none;
}
.label-check.type-button {
  display: flex;
}
.label-check.type-button label {
  flex: 1;
  text-align: center;
  margin: 0;
}
.label-check.type-button span {
  display: block;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.label-check.type-button span::after {
  display: none;
}
.area-search .label-check.type-button {
  padding: 4px;
}
.area-search .label-check.type-button label {
  display: block;
}
.area-search .label-check.type-button label:first-of-type span {
  border-radius: 6px 0 0 6px;
}
.area-search .label-check.type-button label:last-of-type span {
  border-radius: 0 6px 6px 0;
}
.area-search .label-check.type-button input,
.area-search .label-check.type-button span {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: rgb(3, 0, 158);
  color: #819BB0;
}
.area-search .label-check.type-button input:hover, .area-search .label-check.type-button input:active,
.area-search .label-check.type-button span:hover,
.area-search .label-check.type-button span:active {
  background-color: #02006b !important;
}
.area-search .label-check.type-button input:hover, .area-search .label-check.type-button input:active,
.area-search .label-check.type-button span:hover,
.area-search .label-check.type-button span:active {
  outline: 2px solid rgba(3, 0, 156, 0.5);
  border-color: #03009d;
  z-index: 1;
}
.area-search .label-check.type-button input:hover + span, .area-search .label-check.type-button input:active + span,
.area-search .label-check.type-button span:hover + span,
.area-search .label-check.type-button span:active + span {
  background-color: #02006b !important;
}
.area-search .label-check.type-button input:hover + span:hover + span, .area-search .label-check.type-button input:hover + span:active + span, .area-search .label-check.type-button input:active + span:hover + span, .area-search .label-check.type-button input:active + span:active + span,
.area-search .label-check.type-button span:hover + span:hover + span,
.area-search .label-check.type-button span:hover + span:active + span,
.area-search .label-check.type-button span:active + span:hover + span,
.area-search .label-check.type-button span:active + span:active + span {
  outline: 2px solid rgba(3, 0, 157, 0.5);
  border-color: rgb(3, 0, 158);
  z-index: 1;
}
.area-search .label-check.type-button span {
  position: relative;
  height: 32px;
  line-height: 32px;
}
.area-search .label-check.type-button span::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.area-search .label-check.type-button span::before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.area-search .label-check.type-button span::before {
  top: unset;
  left: unset;
  border: none !important;
  outline: none !important;
  margin-right: 4px;
  background-color: transparent;
  vertical-align: text-top;
  opacity: 0.3;
  transform: none;
  background-position: -40px -160px;
}
.area-search .label-check.type-button input:checked + span {
  border: 1px solid #035ca4;
  background: #0478D6 !important;
  color: #fff;
}
.area-search .label-check.type-button input:checked + span::before {
  opacity: 1;
}
.wrap-input .label-check:first-child {
  margin-left: 0 !important;
}
.wrap-input .label-check:not(:first-child) {
  margin-left: 18px;
}
.label-check[class*=col-] {
  margin-bottom: -6px;
}
.label-check[class*=col-] > label {
  float: left;
}
.label-check[class*=col-].col-3 > label {
  width: calc(33.3333% - 12px);
  margin: 0 12px 6px 0;
}
.label-check.nobox span::before {
  content: none;
}
.label-check.nocheck span {
  padding: 0 0 0 6px;
}
.label-check.nocheck span::before {
  content: none;
}
.label-check.nocheck input[type=checkbox]:checked + span::after {
  content: none;
}
.label-check.single {
  line-height: normal;
}
.label-check.single label {
  margin-right: 0;
}
.label-check.single span {
  display: inline-block;
  padding: 0 0 0 20px;
  text-indent: -9999px;
}

label.label-check {
  cursor: pointer;
}
label.label-check:hover span::before,
label.label-check:hover + span::before,
label.label-check input:focus span::before,
label.label-check input:focus + span::before {
  outline: 2px solid rgba(4, 119, 213, 0.5);
}

select {
  appearance: none;
  height: 32px;
  padding: 0 30px 0 6px;
  border: 1px solid #999;
  border-radius: 4px;
  background: #fff url("../img/ico_select.svg") no-repeat calc(100% - 12px) center;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 500;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #0478D6;
}
select:hover, select:active {
  outline: 2px solid rgba(4, 119, 213, 0.5);
  border-color: #0478D6;
  z-index: 1;
}
select:disabled {
  background-color: #eee;
  color: #999;
  pointer-events: none;
}
select:required {
  border-color: #0478D6;
  background-color: #c2e3fe;
}
select.type01, select.type02 {
  padding: 0 40px 0 12px;
  font-size: 16px;
}
select.type01 option, select.type02 option {
  color: #333 !important;
  text-align: left;
  background: #fff;
}
select.type01 {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #BFE3FF;
  background-color: #fff;
}
select.type01:hover, select.type01:active {
  background-color: #e6e6e6 !important;
}
select.type01:hover, select.type01:active {
  outline: 2px solid rgba(190, 227, 255, 0.5);
  border-color: #BFE3FF;
  z-index: 1;
}
select.type02 {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #BFE3FF;
  background-color: #015A9E;
  color: #fff;
  background-color: #015A9E;
  background-image: url("../img/ico_select_white.svg");
}
select.type02:hover, select.type02:active {
  background-color: #013d6b !important;
}
select.type02:hover, select.type02:active {
  outline: 2px solid rgba(190, 227, 255, 0.5);
  border-color: #BFE3FF;
  z-index: 1;
}
.area-search table select {
  width: 200px;
}
.wrap-input select:first-child {
  margin-left: 0 !important;
}
.wrap-input select:not(:first-child) {
  margin-left: 3px;
}

.custom_select {
  position: relative;
  font-size: 16px;
  background: #fff;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #ddd;
}
.custom_select:hover, .custom_select:active {
  outline: 2px solid rgba(220, 220, 220, 0.5);
  border-color: #ddd;
  z-index: 1;
}
.custom_select .btn_select {
  display: flex;
  gap: 10px;
  padding-left: 12px;
  height: 100%;
  align-items: center;
}
.custom_select .btn_select .title {
  align-self: center;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  max-width: calc(100% - 100px);
}
.custom_select .btn_select .icon {
  position: relative;
  width: 20px;
  height: 20px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.custom_select .btn_select .icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.custom_select .btn_select .icon::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.custom_select .btn_select .icon::before {
  background-position: -20px -20px;
}
.custom_select .btn_select .icon.top::before {
  background-position: 0px -20px;
}
.custom_select .btn_select.active .icon::before {
  background-position: 0px -20px;
}
.custom_select .btn_select.active .icon.top::before {
  background-position: -20px -20px;
}

.form-file {
  position: relative;
  height: 32px;
  width: 320px;
}
.form-file input[type=file] {
  appearance: none;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.form-file span.filename {
  display: block;
  position: relative;
  width: 220px;
  height: 32px;
  border: 1px solid #999;
  box-sizing: border-box;
}
.form-file .btn-comm {
  position: absolute;
  top: 0;
  left: 224px;
  box-sizing: border-box;
}

.file_add {
  position: relative;
  float: right;
  z-index: 0;
}
.file_add label {
  display: block;
  text-align: right;
}
.file_add label input {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.file_add label span {
  display: inline-block;
  height: 32px;
  padding: 9px 12px;
  color: #fff;
  line-height: 1;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #666;
  box-sizing: border-box;
  border-radius: 6px;
  vertical-align: top;
  font-size: 14px;
  cursor: pointer;
}
.file_add label span:hover, .file_add label span:active {
  background-color: #4d4d4d !important;
}
.file_add label span:hover, .file_add label span:active {
  outline: 2px solid rgba(101, 101, 101, 0.5);
  border-color: #666666;
  z-index: 1;
}
.file_add .area-btn {
  text-align: left;
}
.file_add .area-btn .btn-comm {
  font-size: 14px;
  height: 32px;
}
.file_add + .list-file {
  position: relative;
  margin-right: 130px;
}
.file_add + .list-file::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.file_add + .list-file li {
  position: relative;
  padding-right: 32px;
  border: 1px solid #ddd;
  height: 32px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.file_add + .list-file li a {
  padding: 0 6px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px 0 0 4px;
}
.file_add + .list-file li a:hover {
  background-color: #E5F2FA;
  text-decoration: none;
}
.file_add + .list-file li a::before {
  content: none;
}
.file_add + .list-file li .del {
  position: absolute;
  top: 50%;
  right: 0;
  background: none;
  transform: translateY(-50%);
  padding: 0;
  width: 32px;
  height: 32px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
.file_add + .list-file li .del:hover {
  background-color: #E5F2FA;
}
.file_add + .list-file li .del:hover i {
  transition: 0.3s;
  transform: rotate(180deg);
}

a,
button {
  appearance: none;
  display: inline-block;
  border: none;
  border-radius: 4px;
  line-height: 1;
  font-size: 16px;
  text-decoration: none;
  vertical-align: top;
  box-sizing: border-box;
  cursor: pointer;
}
.wrap-input a:first-child, .search-box a:first-child,
.wrap-input button:first-child,
.search-box button:first-child {
  margin-left: 0 !important;
}
.wrap-input a:not(:first-child), .search-box a:not(:first-child),
.wrap-input button:not(:first-child),
.search-box button:not(:first-child) {
  margin-left: 3px;
}

button:disabled {
  background-color: #999 !important;
  outline: none !important;
  cursor: default !important;
}
button:disabled:hover, button:disabled:focus, button:disabled:active {
  background-color: #999 !important;
  outline: none !important;
}

/* 기본 버튼 */
.btn-comm {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #015A9E;
  min-width: 80px;
  height: 32px;
  padding: 6px 12px;
  color: #fff;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
}
.btn-comm:hover, .btn-comm:active {
  background-color: #013d6b !important;
}
.btn-comm:hover, .btn-comm:active {
  outline: 2px solid rgba(1, 89, 156, 0.5);
  border-color: #015a9d;
  z-index: 1;
}
.btn-comm.type-submit {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #0478D6;
}
.btn-comm.type-submit:hover, .btn-comm.type-submit:active {
  background-color: #035ca4 !important;
}
.btn-comm.type-submit:hover, .btn-comm.type-submit:active {
  outline: 2px solid rgba(4, 119, 212, 0.5);
  border-color: #0478d5;
  z-index: 1;
}
.btn-comm.type-sub {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #01429B;
}
.btn-comm.type-sub:hover, .btn-comm.type-sub:active {
  background-color: #012c68 !important;
}
.btn-comm.type-sub:hover, .btn-comm.type-sub:active {
  outline: 2px solid rgba(1, 65, 153, 0.5);
  border-color: #01429a;
  z-index: 1;
}
.btn-comm.type-sub1 {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #012c68;
}
.btn-comm.type-sub1:hover, .btn-comm.type-sub1:active {
  background-color: #001736 !important;
}
.btn-comm.type-sub1:hover, .btn-comm.type-sub1:active {
  outline: 2px solid rgba(1, 44, 103, 0.5);
  border-color: #012c68;
  z-index: 1;
}
.btn-comm.type-line {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #0478D6;
  background-color: #fff;
  border: 1px solid #0478D6;
  color: #0478D6;
}
.btn-comm.type-line:hover, .btn-comm.type-line:active {
  background-color: #e6e6e6 !important;
}
.btn-comm.type-line:hover, .btn-comm.type-line:active {
  outline: 2px solid rgba(4, 119, 213, 0.5);
  border-color: #0478D6;
  z-index: 1;
}
.btn-comm.type-line:disabled {
  background-color: #ddd !important;
  border-color: #ddd;
  color: #666;
}
.btn-comm.type-line-warn {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #b52805;
  background-color: #fff;
  border: 1px solid #b52805;
  color: #b52805;
}
.btn-comm.type-line-warn:hover, .btn-comm.type-line-warn:active {
  background-color: #e6e6e6 !important;
}
.btn-comm.type-line-warn:hover, .btn-comm.type-line-warn:active {
  outline: 2px solid rgba(180, 40, 5, 0.5);
  border-color: #b52805;
  z-index: 1;
}
.btn-comm.type-line-warn:disabled {
  background-color: #ddd !important;
  border-color: #ddd;
  color: #666;
}
.btn-comm.type-cancel, .btn-comm.type-gray {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #666;
  color: #fff;
}
.btn-comm.type-cancel:hover, .btn-comm.type-cancel:active, .btn-comm.type-gray:hover, .btn-comm.type-gray:active {
  background-color: #4d4d4d !important;
}
.btn-comm.type-cancel:hover, .btn-comm.type-cancel:active, .btn-comm.type-gray:hover, .btn-comm.type-gray:active {
  outline: 2px solid rgba(101, 101, 101, 0.5);
  border-color: #666666;
  z-index: 1;
}
.btn-comm.type-warn, .btn-comm.type-del {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #b52805;
  color: #fff;
}
.btn-comm.type-warn:hover, .btn-comm.type-warn:active, .btn-comm.type-del:hover, .btn-comm.type-del:active {
  background-color: #841d03 !important;
}
.btn-comm.type-warn:hover, .btn-comm.type-warn:active, .btn-comm.type-del:hover, .btn-comm.type-del:active {
  outline: 2px solid rgba(180, 40, 5, 0.5);
  border-color: #b52805;
  z-index: 1;
}

.btn-ico {
  width: 36px;
  height: 36px;
  padding: 0;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.btn-ico.type-submit {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #0478D6;
}
.btn-ico.type-submit:hover, .btn-ico.type-submit:active {
  background-color: #035ca4 !important;
}
.btn-ico.type-submit:hover, .btn-ico.type-submit:active {
  outline: 2px solid rgba(4, 119, 212, 0.5);
  border-color: #0478d5;
  z-index: 1;
}
.btn-ico.type-sub {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #01429B;
}
.btn-ico.type-sub:hover, .btn-ico.type-sub:active {
  background-color: #012c68 !important;
}
.btn-ico.type-sub:hover, .btn-ico.type-sub:active {
  outline: 2px solid rgba(1, 65, 153, 0.5);
  border-color: #01429a;
  z-index: 1;
}
.btn-ico.type-sub1 {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #012c68;
}
.btn-ico.type-sub1:hover, .btn-ico.type-sub1:active {
  background-color: #001736 !important;
}
.btn-ico.type-sub1:hover, .btn-ico.type-sub1:active {
  outline: 2px solid rgba(1, 44, 103, 0.5);
  border-color: #012c68;
  z-index: 1;
}
.btn-ico.type-line {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #0478D6;
  background-color: #fff;
  border: 1px solid #0478D6;
  color: #0478D6;
}
.btn-ico.type-line:hover, .btn-ico.type-line:active {
  background-color: #e6e6e6 !important;
}
.btn-ico.type-line:hover, .btn-ico.type-line:active {
  outline: 2px solid rgba(4, 119, 213, 0.5);
  border-color: #0478D6;
  z-index: 1;
}
.btn-ico.type-line:disabled {
  background-color: #ddd !important;
  border-color: #ddd;
  color: #666;
}
.btn-ico.type-line-warn {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #b52805;
  background-color: #fff;
  border: 1px solid #b52805;
  color: #b52805;
}
.btn-ico.type-line-warn:hover, .btn-ico.type-line-warn:active {
  background-color: #e6e6e6 !important;
}
.btn-ico.type-line-warn:hover, .btn-ico.type-line-warn:active {
  outline: 2px solid rgba(180, 40, 5, 0.5);
  border-color: #b52805;
  z-index: 1;
}
.btn-ico.type-line-warn:disabled {
  background-color: #ddd !important;
  border-color: #ddd;
  color: #666;
}
.btn-ico.type-cancel, .btn-ico.type-gray {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #666;
  color: #fff;
}
.btn-ico.type-cancel:hover, .btn-ico.type-cancel:active, .btn-ico.type-gray:hover, .btn-ico.type-gray:active {
  background-color: #4d4d4d !important;
}
.btn-ico.type-cancel:hover, .btn-ico.type-cancel:active, .btn-ico.type-gray:hover, .btn-ico.type-gray:active {
  outline: 2px solid rgba(101, 101, 101, 0.5);
  border-color: #666666;
  z-index: 1;
}
.btn-ico.type-warn, .btn-ico.type-del {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #b52805;
  color: #fff;
}
.btn-ico.type-warn:hover, .btn-ico.type-warn:active, .btn-ico.type-del:hover, .btn-ico.type-del:active {
  background-color: #841d03 !important;
}
.btn-ico.type-warn:hover, .btn-ico.type-warn:active, .btn-ico.type-del:hover, .btn-ico.type-del:active {
  outline: 2px solid rgba(180, 40, 5, 0.5);
  border-color: #b52805;
  z-index: 1;
}
.btn-ico .item-ico {
  margin-top: 0;
}
.btn-ico.ico-search::before {
  background-position: -20px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.btn-ico.ico-search.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.btn-ico.ico-search.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.btn-ico.ico-search.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.btn-ico.ico-search.active::before, .active > .btn-ico.ico-search::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.area-gis-util .btn-ico, .area-right-bot .btn-ico {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #fff;
}
.area-gis-util .btn-ico:hover, .area-gis-util .btn-ico:active, .area-right-bot .btn-ico:hover, .area-right-bot .btn-ico:active {
  background-color: #e6e6e6 !important;
}
.area-gis-util .btn-ico:hover, .area-gis-util .btn-ico:active, .area-right-bot .btn-ico:hover, .area-right-bot .btn-ico:active {
  outline: 2px solid rgba(254, 254, 254, 0.5);
  border-color: white;
  z-index: 1;
}
.area-gis-util .btn-ico:not(:only-child), .area-right-bot .btn-ico:not(:only-child) {
  border-radius: 0;
}
.area-gis-util .btn-ico.active, .area-right-bot .btn-ico.active {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #CCDEF2;
  background-color: #0478D6;
  border-width: 1px;
  border-style: solid;
}
.area-gis-util .btn-ico.active:hover, .area-gis-util .btn-ico.active:active, .area-right-bot .btn-ico.active:hover, .area-right-bot .btn-ico.active:active {
  background-color: #035ca4 !important;
}
.area-gis-util .btn-ico.active:hover, .area-gis-util .btn-ico.active:active, .area-right-bot .btn-ico.active:hover, .area-right-bot .btn-ico.active:active {
  outline: 2px solid rgba(203, 221, 242, 0.5);
  border-color: #CCDEF2;
  z-index: 1;
}
.area-gis-util .btn-ico + button, .area-right-bot .btn-ico + button {
  border-top: 1px solid #bbb !important;
}

.list-thematic .btn-ico-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  text-align: center;
  width: 42px;
  height: 100%;
  font-size: 10px;
  color: #333;
  word-break: keep-all;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
}
.list-thematic .btn-ico-text::before {
  content: none;
}
.list-thematic .btn-ico-text.more i::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("../img/ico-thematic-more.png") no-repeat center center;
  background-size: 16px;
}
.list-thematic .btn-ico-text input {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.list-thematic .btn-ico-text .ico-type {
  border-radius: 4px;
  filter: grayscale(100%);
}
.list-thematic .btn-ico-text .ico-type::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #bbb;
  border-radius: 4px;
  box-sizing: border-box;
}
.list-thematic .btn-ico-text:has(input:checked) {
  font-weight: 700;
}
.list-thematic .btn-ico-text:has(input:checked) .ico-type {
  border-radius: 4px;
  filter: grayscale(0);
}
.list-thematic .btn-ico-text:has(input:checked) .ico-type::before {
  border-color: #0478D6;
  background: transparent;
}

/* ********** */
/* 특수버튼 */
/* ********** */
/* 검색 */
.btn-search {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #0478D6;
  position: relative;
  height: 32px;
  color: #fff;
}
.btn-search:hover, .btn-search:active {
  background-color: #035ca4 !important;
}
.btn-search:hover, .btn-search:active {
  outline: 2px solid rgba(4, 119, 212, 0.5);
  border-color: #0478d5;
  z-index: 1;
}
.btn-search::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.btn-search::before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-search::before {
  background-position: -20px 0px;
}
.tbl-list .btn-search, .tbl-data .btn-search {
  position: relative;
  width: 32px;
  height: 32px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  padding: 0;
}
.tbl-list .btn-search::before, .tbl-data .btn-search::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.tbl-list .btn-search::before, .tbl-data .btn-search::before {
  position: absolute;
  display: block;
  top: 6px;
  left: 6px;
}
.wrap-input.address .btn-search {
  position: relative;
  width: 32px;
  height: 32px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  padding: 0;
}
.wrap-input.address .btn-search::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.wrap-input.address .btn-search::before {
  position: absolute;
  display: block;
  top: 6px;
  left: 6px;
}
.area-search .btn-search {
  min-width: 80px;
  position: absolute;
  right: 20px;
  top: 11px;
}

/* 엑셀 */
.btn-exel {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #127F44;
  position: relative;
  height: 32px;
  padding-right: 12px;
  padding-left: 36.8px;
  color: #fff;
}
.btn-exel:hover, .btn-exel:active {
  background-color: #0c522c !important;
}
.btn-exel:hover, .btn-exel:active {
  outline: 2px solid rgba(18, 126, 67, 0.5);
  border-color: #127f44;
  z-index: 1;
}
.btn-exel::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.btn-exel::before {
  position: absolute;
  display: block;
  top: 6px;
  left: 12px;
}
.btn-exel::before {
  background-position: -180px 0px;
}

/* 닫기 */
.btn-close {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #0478D6;
  position: relative;
  width: 20px;
  height: 20px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  color: #fff;
  border-radius: 6px;
}
.btn-close:hover, .btn-close:active {
  background-color: #035ca4 !important;
}
.btn-close:hover, .btn-close:active {
  outline: 2px solid rgba(4, 119, 212, 0.5);
  border-color: #0478d5;
  z-index: 1;
}
.btn-close::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.btn-close::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.btn-close::before {
  background-position: -180px -80px;
}

/* 리셋 */
.btn-reset {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #0478D6;
  background-color: #fff;
  position: relative;
  height: 32px;
  padding-right: 12px;
  padding-left: 36.8px;
  border: 1px solid #0478D6;
  color: #0478D6;
}
.btn-reset:hover, .btn-reset:active {
  background-color: #e6e6e6 !important;
}
.btn-reset:hover, .btn-reset:active {
  outline: 2px solid rgba(4, 119, 213, 0.5);
  border-color: #0478D6;
  z-index: 1;
}
.btn-reset::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.btn-reset::before {
  position: absolute;
  display: block;
  top: 6px;
  left: 12px;
}
.btn-reset::before {
  background-position: -40px -20px;
}

/* 페이징 버튼 */
.btn-paging {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  padding: 3px 6px;
  border-radius: 18px;
  background: transparent;
  color: #333;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.4;
  overflow: hidden;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #0478D6;
}
.btn-paging:hover, .btn-paging:active {
  outline: 2px solid rgba(4, 119, 213, 0.5);
  border-color: #0478D6;
  z-index: 1;
}
.btn-paging:disabled {
  pointer-events: none;
  background: none !important;
}
.btn-paging.active {
  border: 1px solid #0478D6;
  background: #fff;
  color: #0478D6;
  font-weight: 700;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #0478D6;
  background-color: #0478D6;
  color: #fff;
}
.btn-paging.active:hover, .btn-paging.active:active {
  background-color: #035ca4 !important;
}
.btn-paging.active:hover, .btn-paging.active:active {
  outline: 2px solid rgba(4, 119, 213, 0.5);
  border-color: #0478D6;
  z-index: 1;
}
.btn-paging.first, .btn-paging.prev, .btn-paging.next, .btn-paging.last {
  width: 28px;
  text-align: left;
  text-indent: -999px;
  position: relative;
  width: 28px;
  height: 28px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.btn-paging.first::before, .btn-paging.prev::before, .btn-paging.next::before, .btn-paging.last::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.btn-paging.first::before, .btn-paging.prev::before, .btn-paging.next::before, .btn-paging.last::before {
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
}
.btn-paging.first::before {
  background-position: -80px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.btn-paging.first.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.btn-paging.first.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.btn-paging.first.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.btn-paging.first.active::before, .active > .btn-paging.first::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.btn-paging.first::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.btn-paging.prev::before {
  background-position: -40px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.btn-paging.prev.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.btn-paging.prev.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.btn-paging.prev.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.btn-paging.prev.active::before, .active > .btn-paging.prev::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.btn-paging.prev::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.btn-paging.next::before {
  background-position: -60px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.btn-paging.next.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.btn-paging.next.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.btn-paging.next.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.btn-paging.next.active::before, .active > .btn-paging.next::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.btn-paging.next::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.btn-paging.last::before {
  background-position: -100px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.btn-paging.last.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.btn-paging.last.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.btn-paging.last.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.btn-paging.last.active::before, .active > .btn-paging.last::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.btn-paging.last::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.btn-paging:disabled::before {
  opacity: 0.2;
}

/* 버튼 영역 */
.area-btn {
  display: block;
  text-align: right;
  font-size: 0;
}
.area-btn > * {
  font-size: 16px;
  text-align: center;
}
.area-btn .sub {
  float: left;
}
.area-btn button:not(:first-child),
.area-btn a:not(:first-child) {
  margin: 0 0 0 6px;
}
.area-btn.paging {
  margin-top: 12px;
  text-align: center;
}
.popup .area-btn.paging {
  margin-top: 6px;
  text-align: right;
}
.area-btn.paging .area-btn {
  margin-top: 0;
}
.area-btn.tbl-top {
  padding: 6px;
}
.area-btn.full {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.area-btn.btn-list {
  display: flex !important;
  flex-direction: row !important;
  gap: 6px;
}
.area-btn.btn-list > * {
  flex: 1;
  margin: 0 !important;
  white-space: nowrap;
}
.area-gis-util .area-btn, .area-right-bot .area-btn {
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #bbb;
  box-shadow: 0 2px 8px 2px rgba(105, 121, 186, 0.2);
}
.area-gis-util .area-btn.active, .area-right-bot .area-btn.active {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #0478D6;
}
.area-gis-util .area-btn.active:hover, .area-gis-util .area-btn.active:active, .area-right-bot .area-btn.active:hover, .area-right-bot .area-btn.active:active {
  background-color: #035ca4 !important;
}
.area-gis-util .area-btn.active:hover, .area-gis-util .area-btn.active:active, .area-right-bot .area-btn.active:hover, .area-right-bot .area-btn.active:active {
  outline: 2px solid rgba(4, 119, 212, 0.5);
  border-color: #0478d5;
  z-index: 1;
}
.area-gis-util .area-btn.active::before, .area-right-bot .area-btn.active::before {
  background-position-y: 0;
}
.area-gis-util .area-btn button, .area-right-bot .area-btn button {
  margin: 0;
}
.area-gis-util .area-btn button:first-child, .area-right-bot .area-btn button:first-child {
  border-radius: 2px 2px 0 0;
}
.area-gis-util .area-btn button:last-child, .area-right-bot .area-btn button:last-child {
  border-radius: 0 0 2px 2px;
}
.area-gis-util .area-btn button:only-child, .area-right-bot .area-btn button:only-child {
  border-radius: 2px;
}
.area-gis-util .area-btn + .area-btn, .area-right-bot .area-btn + .area-btn {
  margin-top: 12px;
}
.area-left-bot .area-btn + .area-btn, .area-right-bot .area-btn + .area-btn {
  margin-left: 12px;
  margin-top: 0;
}
.area-info-tit .area-btn {
  position: absolute;
  top: 6px;
  right: 12px;
}
.area-tbl-top .area-btn {
  display: inline-block;
  vertical-align: top;
}
.tbl-data .area-btn {
  margin-top: 12px;
}
.tbl-list .area-btn {
  margin-top: 12px;
}
.ly-row > .area-btn {
  align-self: center;
  margin-left: 12px;
}
.ly-row > .area-btn button,
.ly-row > .area-btn a {
  display: block;
}
.ly-row > .area-btn button + button:not(:first-child),
.ly-row > .area-btn button + a:not(:first-child),
.ly-row > .area-btn a + button:not(:first-child),
.ly-row > .area-btn a + a:not(:first-child) {
  margin: 6px 0 0 0;
}
.pop-wrap .pop-header .area-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.pop-wrap .pop-header .area-btn button:not(:first-child) {
  margin: 0;
}
.area-btn.fl-l + .area-btn {
  margin-top: 12px;
}
.area-btn.right {
  position: absolute;
  right: 20px;
}
.list-basic + .area-btn {
  margin-top: 12px;
}

.btn-basic {
  background: none;
  padding: 0;
  font-size: inherit;
  color: inherit;
}

@media screen and (min-width: 1600px) {
  .tree-wrap {
    position: relative;
    display: flex !important;
    align-items: stretch;
  }
  .tree-wrap .item:first-child {
    margin-left: 0;
  }
  .tree-wrap .item .tit-sub {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .tree-wrap .item .tit-sub h3 {
    font-size: 22px;
    font-weight: 700;
  }
  .tree-wrap .item .search_box {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  .tree-wrap .item .search_box > select,
  .tree-wrap .item .search_box > input {
    width: auto;
    min-width: 150px;
    max-width: 150px;
  }
  .tree-wrap .item .contwrapper {
    position: relative;
  }
  .tree-wrap .item .contwrapper .btn_box {
    position: absolute;
  }
  .tree-wrap .item .contwrapper .btn_box:first-of-type {
    position: relative;
    margin: 16px 0 10px 0;
    text-align: right;
  }
  .tree-wrap .item .contwrapper .btn_box:first-of-type > button {
    height: 24px;
    line-height: 22px;
    padding: 0;
    min-width: 45px;
    min-height: auto;
  }
  .tree-wrap .item .contwrapper .btn_box:last-of-type {
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    margin: 0 0 0 -13px;
  }
  .tree-wrap .item .contwrapper .btn_box:last-of-type > button {
    margin-top: 3px;
    padding: 0;
    min-width: 25px;
    border: 0;
    border-radius: 5px 0 0 5px;
    height: 80px;
    line-height: 1.5em;
    white-space: normal;
  }
  .tree-wrap .item .contwrapper .btn_box:last-of-type > button:first-child {
    margin-top: 0;
    color: #fff;
    background-color: #ddd;
  }
  .tree-wrap .item .contwrapper > div:first-child {
    margin-top: 0;
  }
  .tree-wrap .item .contwrapper + .tbl-list,
  .tree-wrap .item .contwrapper + .tbl-edit {
    margin-top: 20px;
  }
  .tree-wrap .item .tree-box {
    border: 1px solid #d7d7d7;
    background-color: #fff;
    overflow: auto;
  }
  .tree-wrap .item .tree-box .jstree-icon::before {
    display: none;
  }
  .tree-wrap .item.tree-list .tree-box {
    min-height: 300px;
  }
  .tree-wrap .item.tree-composition .tree-box {
    min-height: 500px;
  }
  .tree-wrap .item .tbl-data .wrap-input select[multiple] {
    background: none;
  }
  .tree-wrap .area-btn:not(:first-child) {
    margin-top: 6px;
  }
  .tree-wrap .area-btn.paging {
    display: flex;
    justify-content: center;
  }
  .tree-wrap .area-btn.paging > #divPagingInfo {
    display: none;
  }
}
@media screen and (max-width: 1599px) {
  .tree-wrap {
    position: relative;
    display: flex !important;
    align-items: stretch;
  }
  .tree-wrap .item:first-child {
    margin-left: 0;
  }
  .tree-wrap .item .tit-sub {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .tree-wrap .item .tit-sub h3 {
    font-size: 22px;
    font-weight: 700;
  }
  .tree-wrap .item .search_box {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  .tree-wrap .item .search_box > select,
  .tree-wrap .item .search_box > input {
    width: auto;
    min-width: 150px;
    max-width: 150px;
  }
  .tree-wrap .item .contwrapper {
    position: relative;
  }
  .tree-wrap .item .contwrapper .btn_box {
    position: absolute;
  }
  .tree-wrap .item .contwrapper .btn_box:first-of-type {
    position: relative;
    margin: 16px 0 10px 0;
    text-align: right;
  }
  .tree-wrap .item .contwrapper .btn_box:first-of-type > button {
    height: 24px;
    line-height: 22px;
    padding: 0;
    min-width: 45px;
    min-height: auto;
  }
  .tree-wrap .item .contwrapper .btn_box:last-of-type {
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    margin: 0 0 0 -13px;
  }
  .tree-wrap .item .contwrapper .btn_box:last-of-type > button {
    margin-top: 3px;
    padding: 0;
    min-width: 25px;
    border: 0;
    border-radius: 5px 0 0 5px;
    height: 80px;
    line-height: 1.5em;
    white-space: normal;
  }
  .tree-wrap .item .contwrapper .btn_box:last-of-type > button:first-child {
    margin-top: 0;
    color: #fff;
    background-color: #ddd;
  }
  .tree-wrap .item .contwrapper > div:first-child {
    margin-top: 0;
  }
  .tree-wrap .item .contwrapper + .tbl-list,
  .tree-wrap .item .contwrapper + .tbl-edit {
    margin-top: 20px;
  }
  .tree-wrap .item .tree-box {
    border: 1px solid #d7d7d7;
    background-color: #fff;
    overflow: auto;
  }
  .tree-wrap .item .tree-box .jstree-icon::before {
    display: none;
  }
  .tree-wrap .item.tree-list .tree-box {
    min-height: 300px;
  }
  .tree-wrap .item.tree-composition .tree-box {
    min-height: 500px;
  }
  .tree-wrap .item .tbl-data .wrap-input select[multiple] {
    background: none;
  }
  .tree-wrap .area-btn:not(:first-child) {
    margin-top: 6px;
  }
  .tree-wrap .area-btn.paging {
    display: flex;
    justify-content: center;
  }
  .tree-wrap .area-btn.paging > #divPagingInfo {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .tree-wrap {
    flex-direction: column;
  }
  .tree-wrap.arr .arrow_wrap {
    height: 36px;
    align-self: center;
    flex-direction: row;
    margin: 20px 0;
  }
  .tree-wrap.arr .arrow_wrap .arrow {
    width: auto;
    min-width: 120px;
    height: 36px;
    border-radius: 6px;
  }
  .tree-wrap.arr .arrow_wrap .arrow span.de-no-m_1200 {
    display: block;
  }
  .tree-wrap.arr .arrow_wrap .arrow span.de-bl-m_1200 {
    display: none;
  }
}
.path-location {
  display: inline-flex;
  align-items: baseline;
  vertical-align: middle;
  margin: 0 0 3px 12px;
}
.path-location li:not(:first-of-type) {
  position: relative;
  padding-left: 12px;
  margin-left: 6px;
  font-size: 14px;
  color: #333;
}
.path-location li:not(:first-of-type)::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - 2px));
}

.list-file {
  text-align: left;
}
.list-file li {
  position: relative;
}
.list-file li:not(:last-of-type) {
  margin-bottom: 4px;
}
.list-file a {
  display: block;
  color: #0019FF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.list-file a:hover {
  text-decoration: underline;
}
.list-file a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.png");
  background-repeat: no-repeat;
  background-size: auto 200px;
  background-position: 0px -160px;
  vertical-align: middle;
  margin: -3px 6px 0 0;
}
.list-file a:empty, .list-file a:has(ul:empty) {
  display: none;
}
.list-detail {
  flex: 1;
  container: cont-list-detail/size;
}
.list-detail .scroll_box {
  height: 100cqh;
  overflow-y: auto;
  overflow-x: hidden;
}
.list-detail .item {
  display: flex;
  align-items: start;
  padding: 6px 12px;
  gap: 6px;
  border-bottom: 1px solid #CCDEF2;
  /* &:not(:last-child){
    border-bottom: 1px solid $co-sub1;
  } */
}
.list-detail .item p {
  flex: 1;
}
.list-detail .item .date {
  font-size: 14px;
  color: #999;
}
.list-basic {
  position: relative;
  display: block;
}
.list-basic li {
  position: relative;
  display: block;
}
.list-basic li a {
  position: relative;
  display: block;
  padding: 12px 16px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.list-basic li a::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: block;
  height: 1px;
  background: #ddd;
}
.list-basic li a:hover {
  background: #E5F2FA;
}
.list-cont {
  position: relative;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  height: 100%;
}
.list-cont li {
  position: relative;
  display: block;
  padding: 8px 4px;
  border-bottom: 1px solid #ddd;
  /* &:first-of-type{
    padding-top: calc(($padding-small + 2px) / 2);
  } */
}
.list-cont li:first-of-type {
  padding-top: 0;
}
.list-cont li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.list-thematic {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.list-thematic header {
  overflow: hidden;
}
.list-thematic header .txt-point:has(.small) {
  line-height: 1;
}
.list-thematic header .small {
  display: block;
  font-size: 10px;
  margin-bottom: -3px;
}
.list-thematic section {
  margin-top: 6px;
}
.list-thematic ul {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.list-thematic ul:has(li.title) {
  flex-direction: column;
  width: 100%;
}
.list-thematic ul li {
  list-style: none;
}
.list-thematic ul + ul {
  padding-top: 12px;
  border-top: 1px solid #ddd;
}
.list-thematic-check label {
  white-space: nowrap;
}
.list-thematic-cctv {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 100%;
  max-height: 100%;
  padding: 4px;
}
.list-thematic-cctv .list-basic li {
  padding: 0 24px 0 4px;
  border-bottom: 1px solid #ddd;
}
.list-thematic-cctv .list-basic li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.list-thematic-cctv .list-basic li button {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
.list-thematic-cctv .list-basic li button:hover, .list-thematic-cctv .list-basic li button:active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.list-thematic-cctv .list-basic li button:hover, .list-thematic-cctv .list-basic li button:active {
  outline: 2px solid rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
.list-thematic-cctv .label-check {
  position: relative;
  padding: 6px 0px;
  /* &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: $co-border-default;
  } */
}
.list-thematic-cctv .label-check label {
  margin-right: 12px;
}
.list-thematic-cctv .label-check span {
  display: inline-block;
  padding: 0 0 0 26px;
}
.list-thematic-cctv .label-check span::before {
  width: 16px;
  height: 16px;
}
.list-thematic-cctv .label-check span .txt_sub {
  color: #666;
  margin-top: 3px;
}
.list-thematic-cctv .label-check input[type=checkbox]:checked + span::after {
  left: 3px;
  width: 8px;
  height: 4px;
}
.list-thematic-cctv .label-check .ico-spot {
  position: relative;
  width: 20px;
  height: 20px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  display: inline-block;
}
.list-thematic-cctv .label-check .ico-spot::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.list-thematic-cctv .label-check .ico-spot::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.list-thematic-cctv .label-check .ico-spot.ico-logout::before {
  background-position: 0px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-logout.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-logout.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-logout.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-logout.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-logout::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-search::before {
  background-position: -20px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-search.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-search.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-search.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-search.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-search::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-refresh::before {
  background-position: -40px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-refresh.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-refresh.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-refresh.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-refresh.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-refresh::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-del::before {
  background-position: -60px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-del.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-del.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-del.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-del.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-del::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-cal::before {
  background-position: -80px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-cal.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-cal.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-cal.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-cal.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-cal::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-home::before {
  background-position: -100px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-home.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-home.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-home.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-home.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-home::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-setting::before {
  background-position: -120px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-setting.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-setting.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-setting.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-setting.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-setting::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-file::before {
  background-position: -140px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-file.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-file.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-file.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-file.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-file::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-info::before {
  background-position: -160px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-info.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-info.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-info.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-info.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-info::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-exel::before {
  background-position: -180px 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-exel.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-exel.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-exel.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-exel.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-exel::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-top::before {
  background-position: 0px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-top.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-top.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-top.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-top.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-arrow-top::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-bottom::before {
  background-position: -20px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-bottom.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-bottom.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-bottom.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-bottom.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-arrow-bottom::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-left::before {
  background-position: -40px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-left.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-left.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-left.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-left.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-arrow-left::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-right::before {
  background-position: -60px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-right.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-right.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-right.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-right.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-arrow-right::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-first::before {
  background-position: -80px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-first.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-first.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-first.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-first.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-arrow-first::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-last::before {
  background-position: -100px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-last.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-last.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-last.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-arrow-last.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-arrow-last::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-plus::before {
  background-position: -120px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-plus.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-plus.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-plus.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-plus.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-plus::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-minus::before {
  background-position: -140px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-minus.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-minus.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-minus.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-minus.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-minus::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-check::before {
  background-position: -160px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-check.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-check.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-check.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-check.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-check::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-close::before {
  background-position: -180px -20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-close.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-close.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-close.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-close.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-close::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-down::before {
  background-position: 0px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-down.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-down.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-down.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-down.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-down::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-menu::before {
  background-position: -20px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-menu.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-menu.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-menu.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-menu.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-menu::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-video::before {
  background-position: -40px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-video.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-video.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-video.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-video.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-video::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-spot::before {
  background-position: -60px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-spot.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-spot.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-spot.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-spot.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-spot::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-map::before {
  background-position: -80px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-map.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-map.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-map.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-map.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-map::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-document::before {
  background-position: -100px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-document.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-document.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-document.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-document.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-document::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-send::before {
  background-position: -120px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-send.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-send.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-send.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-send.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-send::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-earth::before {
  background-position: -160px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-earth.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-earth.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-earth.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-earth.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-earth::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-layer::before {
  background-position: -140px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-layer.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-layer.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-layer.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-layer.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-layer::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-length::before {
  background-position: -160px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-length.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-length.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-length.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-length.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-length::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-area::before {
  background-position: -180px -40px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-area.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-area.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-area.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-area.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-area::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-circle::before {
  background-position: -140px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-circle.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-circle.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-circle.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-circle.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-circle::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-clear::before {
  background-position: 0px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-clear.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-clear.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-clear.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-clear.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-clear::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-print::before {
  background-position: -20px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-print.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-print.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-print.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-print.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-print::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-picture::before {
  background-position: -40px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-picture.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-picture.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-picture.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-picture.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-picture::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-bright::before {
  background-position: -60px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-bright.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-bright.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-bright.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-bright.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-bright::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-map2::before {
  background-position: -80px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-map2.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-map2.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-map2.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-map2.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-map2::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-time::before {
  background-position: -100px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-time.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-time.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-time.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-time.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-time::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-btnlist::before {
  background-position: -120px -60px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic-cctv .label-check .ico-spot.ico-btnlist.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.list-thematic-cctv .label-check .ico-spot.ico-btnlist.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.list-thematic-cctv .label-check .ico-spot.ico-btnlist.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.list-thematic-cctv .label-check .ico-spot.ico-btnlist.active::before, .active > .list-thematic-cctv .label-check .ico-spot.ico-btnlist::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.list-thematic.scroll-box {
  padding-top: 12px;
  border-top: 1px solid #0478D6;
}
.list-t_indent > *:not(.title) {
  text-indent: 6px;
}
.list-t_indent > *:not(.title) .label-check {
  width: calc(100% - 6px);
}
.list-t_indent > *:not(.title) .label-check label {
  margin-right: 0;
}
.list-t_indent > *:not(.title) .label-check label span {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
}
.list-t_indent > *:not(.title) .label-check label span i {
  flex: none;
  margin-bottom: 0;
}
.list-t_indent > *:not(.title) .label-check label:hover span {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: transparent;
}
.list-t_indent > *:not(.title) .label-check label:hover span:hover, .list-t_indent > *:not(.title) .label-check label:hover span:active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.list-t_indent > *:not(.title) .label-check label:hover span:hover, .list-t_indent > *:not(.title) .label-check label:hover span:active {
  outline: 2px solid rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
.list-tabbtn {
  display: flex;
}
.list-tabbtn li {
  flex: 1;
}
.list-tabbtn li a,
.list-tabbtn li button {
  height: 36px;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #BFE3FF;
  background-color: #fff;
  border: 1px solid #BFE3FF;
  min-width: 100px;
  color: #666;
  border-radius: 0;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #fff;
}
.list-tabbtn li a:hover, .list-tabbtn li a:active,
.list-tabbtn li button:hover,
.list-tabbtn li button:active {
  background-color: #e6e6e6 !important;
}
.list-tabbtn li a:hover, .list-tabbtn li a:active,
.list-tabbtn li button:hover,
.list-tabbtn li button:active {
  outline: 2px solid rgba(190, 227, 255, 0.5);
  border-color: #BFE3FF;
  z-index: 1;
}
.list-tabbtn li a:hover, .list-tabbtn li a:active,
.list-tabbtn li button:hover,
.list-tabbtn li button:active {
  background-color: #e6e6e6 !important;
}
.list-tabbtn li a:hover, .list-tabbtn li a:active,
.list-tabbtn li button:hover,
.list-tabbtn li button:active {
  outline: 2px solid rgba(254, 254, 254, 0.5);
  border-color: white;
  z-index: 1;
}
.list-tabbtn li a.active,
.list-tabbtn li button.active {
  color: #fff;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #0478D6;
}
.list-tabbtn li a.active:hover, .list-tabbtn li a.active:active,
.list-tabbtn li button.active:hover,
.list-tabbtn li button.active:active {
  background-color: #035ca4 !important;
}
.list-tabbtn li a.active:hover, .list-tabbtn li a.active:active,
.list-tabbtn li button.active:hover,
.list-tabbtn li button.active:active {
  outline: 2px solid rgba(4, 119, 212, 0.5);
  border-color: #0478d5;
  z-index: 1;
}
.list-tabbtn li:first-child a,
.list-tabbtn li:first-child button {
  border-radius: 4px 0 0 4px;
}
.list-tabbtn li:last-child a,
.list-tabbtn li:last-child button {
  border-radius: 0 4px 4px 0;
}
.list-scroll {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.list-scroll .scroll-box {
  max-height: 260px;
}
.list-scroll li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
}
.list-scroll.toggle_content {
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.list-video {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #fff;
  height: 280px;
  color: #fff;
}
.list-video.video-row-2-4 {
  height: 560px;
}
.list-video:last-child {
  margin-bottom: 0;
}
.list-video li {
  position: relative;
  display: block;
  height: 0;
  margin: 0;
  background: #A7A7A7;
  overflow: hidden;
  border-radius: 4px;
}
.list-video li:has(.item) {
  background: #A7A7A7;
}
.list-video li .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.list-video li .item .video-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list-video li .item .info-spot {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 6px;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
.list-video li .item .info-spot p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.list-video li .item .info-spot p > i {
  margin-right: 4px;
}
.list-video li .item .info-spot button {
  position: relative;
  width: 20px;
  height: 20px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  background: none;
}
.list-video li .item .info-spot button::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.list-video li .item .info-spot button::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.list-video li .item .close {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 6px;
  right: 6px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-video li .item .close:hover, .list-video li .item .close:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.list-video li .item .close:hover, .list-video li .item .close:active {
  outline: 2px solid rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.list-video li .item .close i {
  margin: 0;
}
.list-video.video-row-1 li {
  flex-basis: calc(100% - 0px);
  height: calc(100% - 0px);
}
.list-video.video-row-2 li {
  flex-basis: calc(50% - 1.5px);
  height: calc(50% - 1.5px);
}
.list-video.video-row-3 li {
  flex-basis: calc(33.3333333333% - 2px);
  height: calc(33.3333333333% - 2px);
}
.list-video.video-row-4 li {
  flex-basis: calc(25% - 2.25px);
  height: calc(25% - 2.25px);
}
.list-video.video-row-2-4 li {
  flex-basis: calc(50% - 1.5px);
  height: calc(25% - 2.25px);
}
.area-cctv .list-video {
  height: 100%;
  margin: 0;
  gap: 1px;
  border: 1px solid #bbb;
  box-sizing: border-box;
}
.area-cctv .list-video.video-row-2 li {
  flex-basis: calc(50% - 0.5px);
  height: calc(50% - 0.5px);
}
.area-cctv .list-video.video-row-3 li {
  flex-basis: calc(33.3333333333% - 0.6666666667px);
  height: calc(33.3333333333% - 0.6666666667px);
}
.area-cctv .list-video.video-row-4 li {
  flex-basis: calc(25% - 0.75px);
  height: calc(25% - 0.75px);
}
.list-disaster ul {
  display: flex;
  gap: 10px;
}
.list-disaster li {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 48px;
}
.list-disaster li strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  border-radius: 8px 0 0 8px;
}
.list-disaster li p {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  border: solid #ddd;
  border-width: 1px 1px 1px 0;
  font-size: 30px;
  font-weight: 600;
  border-radius: 0 8px 8px 0;
}
.list-disaster li.type1 strong {
  background-color: #FF0000;
  color: #fff;
}
.list-disaster li.type1 p {
  color: #FF0000;
}
.list-disaster li.type2 strong {
  background-color: #EA6C00;
  color: #fff;
}
.list-disaster li.type2 p {
  color: #EA6C00;
}
.list-disaster li.type3 strong {
  background-color: #0F7F47;
  color: #fff;
}
.list-disaster li.type3 p {
  color: #0F7F47;
}
.list-disaster li strong {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-info li {
  display: flex;
}
.list-info li:not(:last-of-type) {
  margin-bottom: 12px;
}
.list-info li strong {
  position: relative;
  flex: none;
  font-size: 18px;
  color: #333;
  padding-right: 17px;
  margin-right: 16px;
  font-weight: 600;
}
.list-info li strong::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.list-info li p {
  color: #666;
  font-size: 16px;
}

.list-weather > ul {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
}
.list-weather > ul::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.list-weather > ul::-webkit-scrollbar-thumb {
  background: rgba(128, 128, 128, 0.5);
  background-clip: padding-box;
  border-top: 8px solid transparent;
}
.list-weather > ul::-webkit-scrollbar-thumb:hover {
  background-color: rgb(128, 128, 128);
}
.list-weather > ul > li {
  position: relative;
  flex: 1;
  width: 110px;
}
.list-weather > ul > li:not(:first-child) {
  padding-left: 8px;
}
.list-weather > ul > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  transform: translateY(-50%);
}
.list-weather > ul > li > p.date {
  display: flex;
  gap: 0 4px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.list-weather > ul > li > p.date > span {
  display: block;
  text-align: center;
}
.list-weather > ul > li > p.info {
  display: flex;
  justify-content: center;
}
.list-weather > ul > li > p.info i {
  flex: none;
}
.list-weather .info {
  margin: 6px 0 8px !important;
}
.list-weather .etc ul {
  display: block;
}
.list-weather .etc ul li {
  float: none !important;
  margin: 0 !important;
}
.list-weather .etc ul li span:first-of-type {
  margin-right: 6px;
  color: #000;
}
.list-weather .etc ul li span:nth-of-type(2) {
  margin-right: 4px;
}

@media screen and (max-width: 1200px) {
  .list-disaster li p {
    width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .list-disaster {
    width: 100%;
  }
  .list-disaster ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .list-disaster li {
    flex: 1;
  }
  .list-disaster li strong {
    flex: none;
  }
  .list-disaster li p {
    flex: 1;
    width: auto;
    min-width: 100px;
  }
}
/* 테이블 기본속성 */
table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
table caption {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
table th {
  font-size: 18px;
}
table td {
  font-size: 16px;
}
table tbody th {
  text-align: left;
}
table.no-hover tbody tr:hover td {
  color: #333;
  background: none !important;
}

/* 목록 테이블 */
.tbl-list {
  margin: 24px 0;
}
.tbl-list:last-child {
  margin: 24px 0 0;
}
.tbl-list:first-child, .tbl-list:first-child:last-child {
  margin: 0;
}
.tbl-list table {
  border-top: 2px solid #0478D6;
}
.tbl-list th,
.tbl-list td {
  padding: 10px;
  border-bottom: 1px solid #bbb;
  color: #333;
  /* &:not(:first-child){
    border-left: 1px solid $gray-500;
  } */
}
.tbl-list th > *,
.tbl-list td > * {
  vertical-align: middle;
}
.tbl-list th {
  background: #E5F2FA;
  color: #01429B;
  font-weight: 700;
  text-align: center;
}
.tbl-list tbody tr td {
  background: #fff;
  text-align: center;
}
.tbl-list tbody tr td .date {
  color: #999;
  font-size: 14px;
}
.tbl-list tbody tr.selected td {
  background: #CCDEF2;
}
.tbl-list tbody tr:last-of-type th, .tbl-list tbody tr:last-of-type td {
  border-bottom-color: #0478D6;
}
.tbl-list tbody tr:not([onclick]):hover td {
  background: #E5F2FA;
}
.tbl-list:not(:has(thead)) tbody td {
  text-align: left;
}
.weather-time .tbl-list th, .weather-time .tbl-list td {
  border-right: 1px solid #ddd;
  padding: 6px 12px;
  color: #333;
  text-align: center;
}
.weather-time .tbl-list th:first-child, .weather-time .tbl-list td:first-child {
  border-left: 1px solid #ddd;
}
.weather-time .tbl-list th {
  background: none;
}

.tbl-info {
  font-size: 14px;
}
.tbl-info table {
  border-top: 1px solid #0478D6;
  line-height: 1.2;
}
.tbl-info table th {
  border-left: 1px solid #ddd;
  background: #E5F2FA;
  text-align: center;
  font-weight: normal;
}
.tbl-info table th,
.tbl-info table td {
  padding: 4px 6px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tbl-info table th:first-child,
.tbl-info table td:first-child {
  border-left: 0;
}
.tbl-info table th:last-child,
.tbl-info table td:last-child {
  border-right: 0;
}

/* 데이터 테이블 */
.tbl-data {
  margin: 24px 0;
}
.tbl-data:last-child {
  margin: 24px 0 0;
}
.tbl-data:first-child, .tbl-data:first-child:last-child {
  margin: 0;
}
.tbl-data th,
.tbl-data td {
  padding: 4px;
  border: 1px solid #bbb;
  color: #333;
  text-align: left;
}
.tbl-data th {
  background: #eee;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.tbl-data td {
  background: #fff;
}
.tbl-data td input:only-child,
.tbl-data td select:only-child,
.tbl-data td textarea:only-child {
  width: 100%;
}
.tbl-data td textarea {
  resize: none;
}
.tbl-data:has(thead) tbody tr:first-child th,
.tbl-data:has(thead) tbody tr:first-child td {
  border-top: 0;
}

.tbl-edit {
  margin: 24px 0;
}
.tbl-edit:last-child {
  margin: 24px 0 0;
}
.tbl-edit:first-child, .tbl-edit:first-child:last-child {
  margin: 0;
}
.tbl-edit th,
.tbl-edit td {
  border: solid #bbb;
  border-width: 1px 0;
  color: #333;
  text-align: left;
}
.tbl-edit th {
  color: #0478D6;
  font-weight: 700;
  padding: 0 12px;
}
.tbl-edit td {
  background: #fff;
  padding: 4px;
}
.tbl-edit td input:only-child,
.tbl-edit td select:only-child,
.tbl-edit td textarea:only-child {
  width: 100%;
}
.tbl-edit td textarea {
  resize: none;
}
.tbl-edit:has(thead) tbody tr:first-child th,
.tbl-edit:has(thead) tbody tr:first-child td {
  border-top: 0;
}

/* 테이블 상단 */
.area-tbl-top {
  min-height: 32px;
  margin-bottom: 6px;
  text-align: right;
}
.area-tbl-top .sub {
  height: 100%;
  float: left;
}
.area-tbl-top > div:not(.sub):not(:last-child),
.area-tbl-top > fieldset:not(.sub):not(:last-child) {
  position: relative;
  padding-right: 24px;
}
.area-tbl-top > div:not(.sub):not(:last-child)::before,
.area-tbl-top > fieldset:not(.sub):not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
}
.area-tbl-top > div:not(.sub):not(:last-child)::before,
.area-tbl-top > fieldset:not(.sub):not(:last-child)::before {
  top: 4px;
  right: 11px;
  width: 1px;
  height: 24px;
  background: #ddd;
}
.area-tbl-top .area-btn {
  margin: 0;
}

.tb-scroll_wrap {
  position: relative;
}
.split-box .tb-scroll_wrap {
  min-height: 392px;
}

.tb-scroll_box {
  max-height: 392px;
  overflow-y: auto;
  border: solid #bbb;
  border-width: 1px 0;
  margin-bottom: -1px;
}
.tb-scroll_box table {
  border-width: 0 1px 1px;
}
.tbl-list .tb-scroll_box table {
  border-width: 0 1px 1px;
}
.tb-scroll_box table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.tb-scroll_box table thead tr th {
  position: relative;
  border-bottom: 0 !important;
}
.tb-scroll_box table thead tr th::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #ddd;
}
.tb-scroll_box table tbody tr:last-of-type th, .tb-scroll_box table tbody tr:last-of-type td {
  border-bottom: 0;
}
.tb-scroll_box table:has(thead) thead tr:first-child th {
  border-top: 0;
}
.tb-scroll_box table:not(:has(thead)) tbody tr:first-child th,
.tb-scroll_box table:not(:has(thead)) tbody tr:first-child td {
  border-top: 0;
}
.tb-scroll_box + .area-btn, .tbl-search + .tb-scroll_box {
  margin-top: 12px;
}

.flicking_tip {
  position: relative;
  margin: 4px 0;
  padding-left: 20px;
  color: #666;
  font-weight: 700;
  display: none;
}
.flicking_tip::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/ico_flicking.png") no-repeat 50%;
  background-size: contain;
}

.area-search {
  position: relative;
  margin: 0;
  padding: 6px 126px 6px 6px;
  border: 1px solid #5eb5fc;
  background: #E5F2FA;
}
.area-search legend {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  text-indent: -999px;
  overflow: hidden;
}
.area-search table {
  width: 100%;
  table-layout: fixed;
}
.area-search table th,
.area-search table td {
  padding: 6px 0;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
}
.area-search table th input:only-child,
.area-search table th select:only-child,
.area-search table td input:only-child,
.area-search table td select:only-child {
  width: 100%;
}
.area-search table th button,
.area-search table td button {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #666;
  height: 32px;
  padding: 8px 12px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.area-search table th button:hover, .area-search table th button:active,
.area-search table td button:hover,
.area-search table td button:active {
  background-color: #4d4d4d !important;
}
.area-search table th button:hover, .area-search table th button:active,
.area-search table td button:hover,
.area-search table td button:active {
  outline: 2px solid rgba(101, 101, 101, 0.5);
  border-color: #666666;
  z-index: 1;
}
.area-search table .search-label {
  width: 160px !important;
}
.area-search table th {
  padding-left: 30px;
}
.area-search table th label {
  color: #0478D6;
}
.area-tbl-top .area-search {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
}
.area-search + [class*=tbl-] {
  margin-top: 12px;
}
.area-map > .area-left-top > .area-search {
  position: relative;
  display: block;
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 4px;
}
.area-map > .area-left-top > .area-search > * {
  height: 100%;
  float: left;
  border: 1px solid #ddd;
  border-radius: 0;
}
.area-map > .area-left-top > .area-search > *:last-child {
  border-radius: 0 4px 4px 0;
}
.area-map > .area-left-top > .area-search select {
  min-width: 160px;
  border-radius: 4px 0 0 4px;
}
.area-map > .area-left-top > .area-search select:has(~ .search_toggle.active) {
  border-bottom-left-radius: 0;
}
.area-map > .area-left-top > .area-search input {
  padding: 0 12px;
  width: 230px;
}
.area-map > .area-left-top > .area-search .search_toggle {
  display: none;
  position: absolute;
  height: auto;
  width: 100%;
  top: 100%;
  left: 0;
  padding-bottom: 12px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.area-map > .area-left-top > .area-search .search_toggle.active {
  display: block;
}
.area-map > .area-left-top > .area-search .btn-ico.ico-search {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #0478D6;
  border-radius: 0 4px 4px 0;
}
.area-map > .area-left-top > .area-search .btn-ico.ico-search::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.area-map > .area-left-top > .area-search .btn-ico.ico-search::before {
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
}
.area-map > .area-left-top > .area-search .btn-ico.ico-search:hover, .area-map > .area-left-top > .area-search .btn-ico.ico-search:active {
  background-color: #035ca4 !important;
}
.area-map > .area-left-top > .area-search .btn-ico.ico-search:hover, .area-map > .area-left-top > .area-search .btn-ico.ico-search:active {
  outline: 2px solid rgba(4, 119, 212, 0.5);
  border-color: #0478d5;
  z-index: 1;
}
.area-map > .area-left-top > .area-search .btn-ico.ico-search:has(~ .search_toggle.active) {
  border-bottom-right-radius: 0;
}
.area-search .custom_select {
  width: 500px;
  appearance: none;
  min-height: 50px;
}

.search_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #5eb5fc;
  background: #E5F2FA;
  box-sizing: border-box;
  border-radius: 4px;
  /* 서치 테이블 */
}
.search_wrap:not(:first-child) {
  margin-top: 12px;
}
.search_wrap .tbl-search {
  display: inline-block;
  width: 100%;
}
.search_wrap .tbl-search .row {
  display: flex;
  flex-direction: row;
}
.search_wrap .tbl-search .row .box {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.search_wrap .tbl-search .row .box .title {
  position: relative;
  display: inline-block;
  width: 110px;
  color: #0478D6;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}
.search_wrap .tbl-search .row .box .title .required {
  position: relative;
  color: rgb(3, 0, 158);
}
.search_wrap .tbl-search .row .box .title .required::before {
  content: "*";
  position: absolute;
  left: -10px;
  top: -5px;
  display: inline-block;
  line-height: 1;
}
.search_wrap .tbl-search .row .box .td {
  display: inline-block;
  width: calc(100% - 4px - 110px - 2px);
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}
.search_wrap .tbl-search .row .box .td input:only-child,
.search_wrap .tbl-search .row .box .td select:only-child {
  width: 100%;
  min-width: auto;
}
.search_wrap .tbl-search .row .box .td .wrap-input {
  padding: 12px 4px;
}
.search_wrap .tbl-search .row .box .td .wrap-input > input:not(:only-child),
.search_wrap .tbl-search .row .box .td .wrap-input > select:not(:only-child) {
  width: 100%;
  min-width: 0;
}
.search_wrap .tbl-search .row .box .td .wrap-input.dis_f {
  display: flex;
}
.search_wrap .tbl-search .row .box .td span {
  display: inline-block;
  color: #666;
  font-size: 14px;
}
.search_wrap .tbl-search .row .box .td span.hyphen {
  margin: 0 6px;
  line-height: 34px;
  vertical-align: top;
  white-space: nowrap;
}
.search_wrap .tbl-search .row .box .td:first-child {
  padding: 0 12px;
  width: 100%;
}
.search_wrap .tbl-search .row .box.col_2_box {
  width: calc(50% - 20px) !important;
}
.search_wrap .tbl-search .row.col_1 .box {
  width: 100%;
}
.search_wrap .tbl-search .row.col_1 .box .wrap-input > input:not(:only-child),
.search_wrap .tbl-search .row.col_1 .box .wrap-input > select:not(:only-child) {
  width: calc(50% - 2px);
  min-width: 0;
}
.search_wrap .tbl-search .row.col_2 .box {
  width: 50%;
}
.search_wrap .tbl-search .row.col_2 .box .wrap-input > input:not(:only-child),
.search_wrap .tbl-search .row.col_2 .box .wrap-input > select:not(:only-child) {
  width: calc(50% - 2px);
  min-width: 0;
}
.search_wrap .tbl-search .row.col_3 .box {
  width: 33.3333333333%;
}
.search_wrap .tbl-search .row.col_3 .box .wrap-input > input:not(:only-child),
.search_wrap .tbl-search .row.col_3 .box .wrap-input > select:not(:only-child) {
  width: calc(50% - 2px);
  min-width: 0;
}
.search_wrap .tbl-search .row.col_4 .box {
  width: 25%;
}
.search_wrap .tbl-search .row.col_4 .box .wrap-input > input:not(:only-child),
.search_wrap .tbl-search .row.col_4 .box .wrap-input > select:not(:only-child) {
  width: calc(50% - 2px);
  min-width: 0;
}
.search_wrap .area-btn {
  display: flex;
  align-items: end;
  padding: 12px;
  text-align: center;
  margin: 0 !important;
}
.search_wrap .area-btn button:only-child {
  min-width: 110px;
}
.search_wrap .area-btn button.btn-comm i[class*=ico-] {
  margin: -3px 6px 0 0;
}
.search_wrap + div, .search_wrap + .tbl-list {
  margin-top: 12px;
}

.tabmenu {
  position: relative;
  overflow: hidden;
}

.tab-menu {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.tab-menu li {
  display: inline-block;
}
.tab-menu li + li {
  margin-left: 4px;
}
.tab-menu li a,
.tab-menu li button {
  min-width: 100px;
  height: 32px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #666;
}
.tab-menu li a:hover, .tab-menu li a:active,
.tab-menu li button:hover,
.tab-menu li button:active {
  background-color: #4d4d4d !important;
}
.tab-menu li a:hover, .tab-menu li a:active,
.tab-menu li button:hover,
.tab-menu li button:active {
  outline: 2px solid rgba(101, 101, 101, 0.5);
  border-color: #666666;
  z-index: 1;
}
.tab-menu li a.active,
.tab-menu li button.active {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #0478D6;
  color: #fff;
}
.tab-menu li a.active:hover, .tab-menu li a.active:active,
.tab-menu li button.active:hover,
.tab-menu li button.active:active {
  background-color: #035ca4 !important;
}
.tab-menu li a.active:hover, .tab-menu li a.active:active,
.tab-menu li button.active:hover,
.tab-menu li button.active:active {
  outline: 2px solid rgba(4, 119, 212, 0.5);
  border-color: #0478d5;
  z-index: 1;
}
.popup .tab-menu {
  display: flex;
  gap: 0px;
}
.popup .tab-menu li {
  flex: 1;
}
.popup .tab-menu li + li {
  margin-left: 0;
}
.popup .tab-menu li a,
.popup .tab-menu li button {
  min-width: 100%;
  color: #666;
  border-radius: 0;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #ddd;
}
.popup .tab-menu li a:hover, .popup .tab-menu li a:active,
.popup .tab-menu li button:hover,
.popup .tab-menu li button:active {
  background-color: #c4c4c4 !important;
}
.popup .tab-menu li a:hover, .popup .tab-menu li a:active,
.popup .tab-menu li button:hover,
.popup .tab-menu li button:active {
  outline: 2px solid rgba(220, 220, 220, 0.5);
  border-color: #dddddd;
  z-index: 1;
}
.popup .tab-menu li a.active,
.popup .tab-menu li button.active {
  color: #fff;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #0478D6;
}
.popup .tab-menu li a.active:hover, .popup .tab-menu li a.active:active,
.popup .tab-menu li button.active:hover,
.popup .tab-menu li button.active:active {
  background-color: #035ca4 !important;
}
.popup .tab-menu li a.active:hover, .popup .tab-menu li a.active:active,
.popup .tab-menu li button.active:hover,
.popup .tab-menu li button.active:active {
  outline: 2px solid rgba(4, 119, 212, 0.5);
  border-color: #0478d5;
  z-index: 1;
}
.popup .tab-menu li:first-child a,
.popup .tab-menu li:first-child button {
  border-radius: 4px 0 0 4px;
}
.popup .tab-menu li:last-child a,
.popup .tab-menu li:last-child button {
  border-radius: 0 4px 4px 0;
}
.popup-tab .tab-menu li a,
.popup-tab .tab-menu li button {
  height: 36px;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #BFE3FF;
  background-color: #fff;
  border: 1px solid #BFE3FF;
}
.popup-tab .tab-menu li a:hover, .popup-tab .tab-menu li a:active,
.popup-tab .tab-menu li button:hover,
.popup-tab .tab-menu li button:active {
  background-color: #e6e6e6 !important;
}
.popup-tab .tab-menu li a:hover, .popup-tab .tab-menu li a:active,
.popup-tab .tab-menu li button:hover,
.popup-tab .tab-menu li button:active {
  outline: 2px solid rgba(190, 227, 255, 0.5);
  border-color: #BFE3FF;
  z-index: 1;
}
.cctv-wrap .tab-menu {
  display: flex;
  background-color: #ddd;
  border-radius: 4px;
}
.cctv-wrap .tab-menu li {
  flex: 1;
  padding: 2px;
  margin: 0;
}
.cctv-wrap .tab-menu li:first-of-type {
  padding-right: 1px;
}
.cctv-wrap .tab-menu li:last-of-type {
  padding-left: 1px;
}
.cctv-wrap .tab-menu li button {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #ddd;
  border-radius: 2px;
  width: 100%;
  height: 24px;
  background: none;
  color: #666;
}
.cctv-wrap .tab-menu li button:hover, .cctv-wrap .tab-menu li button:active {
  background-color: #c4c4c4 !important;
}
.cctv-wrap .tab-menu li button:hover, .cctv-wrap .tab-menu li button:active {
  outline: 2px solid rgba(220, 220, 220, 0.5);
  border-color: #dddddd;
  z-index: 1;
}
.cctv-wrap .tab-menu li button.active {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #0478D6;
  color: #fff;
}
.cctv-wrap .tab-menu li button.active:hover, .cctv-wrap .tab-menu li button.active:active {
  background-color: #035ca4 !important;
}
.cctv-wrap .tab-menu li button.active:hover, .cctv-wrap .tab-menu li button.active:active {
  outline: 2px solid rgba(4, 119, 212, 0.5);
  border-color: #0478d5;
  z-index: 1;
}

.tab-conts {
  display: none;
}
.tab-conts.active {
  display: block;
  padding: 12px;
  border: 2px solid #666;
}
.popup .tab-conts {
  margin-top: 12px;
  padding: 0;
  border: none;
}

.toggle_wrap {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding: 4px;
  border: 1px solid #BFE3FF;
  background: #015A9E;
  border-radius: 4px 4px 0 0;
}
.toggle_wrap .scroll-box {
  background: #fff;
  border-radius: 2px 2px 0 0;
  max-height: 122px;
}
.toggle_wrap ul li:not(:last-child) {
  margin-bottom: 6px;
}
.toggle_wrap ul li button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  color: #666;
  padding: 3px 6px;
  box-sizing: border-box;
  border-radius: 0;
}
.toggle_wrap ul li button:hover {
  background-color: #CCDEF2;
  color: #000;
}
.toggle_wrap ul li button.active {
  background-color: #00A1E9;
  color: #fff;
}
.toggle_wrap.active {
  display: block;
}

.pop-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.pop-wrap.active {
  display: block;
}
.pop-wrap .popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 200;
}
.pop-wrap .popup .pop_inner {
  position: relative;
  background-color: #fff;
  min-width: 500px;
  max-width: calc(100vw - 50px);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.pop-wrap .popup .pop_inner.size_small {
  width: 30vw;
}
.pop-wrap .popup .pop_inner.size_normal {
  width: 60vw;
}
.pop-wrap .popup .pop_inner.size_big {
  width: 90vw;
}
.pop-wrap .popup .pop-header {
  position: relative;
  padding: 6px 36px 6px 12px;
  background: #0478D6;
}
.pop-wrap .popup .pop-header h1,
.pop-wrap .popup .pop-header h2,
.pop-wrap .popup .pop-header h3,
.pop-wrap .popup .pop-header h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.pop-wrap .popup .pop-header button {
  position: relative;
  width: 24px;
  height: 24px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 2px;
}
.pop-wrap .popup .pop-header button::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 240px auto;
}
.pop-wrap .popup .pop-header button::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.pop-wrap .popup .pop-header button::before {
  background-position: -216px -24px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.pop-wrap .popup .pop-header button.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.pop-wrap .popup .pop-header button.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.pop-wrap .popup .pop-header button.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.pop-wrap .popup .pop-header button.active::before, .active > .pop-wrap .popup .pop-header button::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.pop-wrap .popup .pop-conts {
  position: relative;
  max-height: 70vh;
  padding: 16px;
  background: #fff;
}
.pop-wrap .popup .pop-foot {
  position: relative;
  padding: 12px 16px;
  background: #fff;
}

.pop-gis {
  position: absolute;
  border: 1px solid #0478D6;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.pop-gis div:not([class]):not([style]):not([id]) {
  height: 100%;
}
.pop-gis .header {
  position: relative;
  padding: 6px;
  background: #0478D6;
  cursor: move;
}
.pop-gis .header::after {
  content: "";
  display: block;
  clear: both;
}
.pop-gis .header h2 {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-right: 64px;
  line-height: 24px;
}
.pop-gis .header h2 i {
  margin-right: 4px;
}
.pop-gis .header h2 span.txt-bul {
  margin-right: 4px;
  letter-spacing: -0.5px;
  font-size: 13px;
  vertical-align: middle;
}
.pop-gis .header button:has(.ico-close) {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.pop-gis .header button:has(.ico-close):hover, .pop-gis .header button:has(.ico-close):active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.pop-gis .header button:has(.ico-close):hover, .pop-gis .header button:has(.ico-close):active {
  outline: 2px solid rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
.pop-gis .pop-conts {
  position: relative;
  padding: 8px;
  background: #fff;
  height: calc(100% - 22.4px - 12px);
  box-sizing: border-box;
}
.pop-gis .pop-conts:has(video), .pop-gis .pop-conts:has(.video_loading), .pop-gis .pop-conts:has(.video_disconnect), .pop-gis .pop-conts:has(.video_failed), .pop-gis .pop-conts:has(.video_none) {
  padding: 0;
}
.pop-gis .tbl-scroll, .pop-gis .tbl-info, .pop-gis table {
  height: 100%;
}

.ol-overlay-container .popup {
  position: absolute;
  padding: 12px;
  border: 1px solid #5eb5fc;
  border-radius: 4px;
  background: #fff;
  min-width: 282px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.ol-overlay-container .popup .title {
  overflow: hidden;
  padding-bottom: 6px;
}
.ol-overlay-container .popup .title .info {
  float: left;
}
.ol-overlay-container .popup .popup-panel {
  bottom: -2px;
  right: calc(100% + 2px);
}
.ol-overlay-container .popup-default {
  position: absolute;
  padding: 16px;
  border: 4px solid red;
  border-radius: 8px;
  background-color: #fff;
  min-width: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 0;
  max-width: 100%;
}
.ol-overlay-container .popup-default::before, .ol-overlay-container .popup-default::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
}
.ol-overlay-container .popup-default::before {
  border-width: 42px 12px 0 12px;
  border-color: red transparent;
}
.ol-overlay-container .popup-default::after {
  border-width: 30px 8px 0 8px;
  border-color: #fff transparent;
}
.ol-overlay-container .popup-default .pop-conts {
  margin-top: 8px;
}
.ol-overlay-container .popup-default .item::before {
  content: "";
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  pointer-events: none;
  border-radius: 4px;
  background-color: #fff;
}
.ol-overlay-container .popup-default .ico-close {
  position: relative;
  width: 24px;
  height: 24px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.ol-overlay-container .popup-default .ico-close::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 240px auto;
}
.ol-overlay-container .popup-default .ico-close::before {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.ol-overlay-container .popup-default .ico-close:hover, .ol-overlay-container .popup-default .ico-close:active {
  background-color: #e6e6e6 !important;
}
.ol-overlay-container .popup-default .ico-close:hover, .ol-overlay-container .popup-default .ico-close:active {
  outline: 2px solid rgba(254, 254, 254, 0.5);
  border-color: white;
  z-index: 1;
}
.ol-overlay-container .popup-default .ico-close::before {
  background-position: -216px -24px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.ol-overlay-container .popup-default .ico-close.co-main::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(2202%) hue-rotate(190deg) brightness(99%) contrast(97%);
}
.ol-overlay-container .popup-default .ico-close.co-gray::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(92%) contrast(88%);
}
.ol-overlay-container .popup-default .ico-close.co-dark::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.ol-overlay-container .popup-default .ico-close.active::before, .active > .ol-overlay-container .popup-default .ico-close::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(621%) hue-rotate(29deg) brightness(118%) contrast(108%);
}
.ol-overlay-container .popup-default .ico-close::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(0%) hue-rotate(233deg) brightness(97%) contrast(84%);
}
.ol-overlay-container .popup-default .info-box {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 6px;
  color: #fff;
}
.ol-overlay-container .popup-default .conts {
  min-height: 50px;
}
.ol-overlay-container .popup-default[data-disaster=type1] {
  border-color: #FF0000;
}
.ol-overlay-container .popup-default[data-disaster=type1]::before {
  border-color: #FF0000 transparent;
}
.ol-overlay-container .popup-default[data-disaster=type2] {
  border-color: #EA6C00;
}
.ol-overlay-container .popup-default[data-disaster=type2]::before {
  border-color: #EA6C00 transparent;
}
.ol-overlay-container .popup-default[data-disaster=type3] {
  border-color: #0F7F47;
}
.ol-overlay-container .popup-default[data-disaster=type3]::before {
  border-color: #0F7F47 transparent;
}
.ol-overlay-container .popup-weather {
  min-width: auto;
  text-align: center;
  border-radius: 10px;
}
.ol-overlay-container .popup-tab {
  position: absolute;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  min-width: auto;
}
.ol-overlay-container .popup-layer {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  padding: 6px 8px;
}
.ol-overlay-container .popup-layer::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  border-style: solid;
  border-width: 5px 14px 5px 0;
  border-color: transparent #ddd;
  margin-top: -5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.ol-overlay-container .popup-layer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  border-style: solid;
  border-width: 4px 12px 4px 0;
  border-color: transparent #fff;
  margin-top: -4px;
}
.ol-overlay-container .popup-layer i {
  margin: -3px 6px 0 0;
}

.pop-header {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  /* & + .pop-conts {
    margin-top: $margin-small;
  } */
}

.item {
  position: relative;
  display: block;
}
.item + .item {
  margin-top: 24px;
}

.toastWrap {
  position: fixed;
  right: 2%;
  bottom: 6%;
  opacity: 1;
  z-index: 1000;
  display: none;
}
.toastWrap .toast_loader {
  display: block;
  position: absolute;
  top: -1px;
  height: 4px;
  width: 0;
  left: 0;
  border-radius: 12px;
  background: #E73306;
  transition: width linear;
}
.toastWrap .toast_loader.hide {
  display: none;
}
.toastWrap .toast {
  width: 400px;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  background: #fff;
  border: 2px solid #0478D6;
  border-radius: 12px;
  box-shadow: 0 2px 8px 2px rgba(105, 121, 186, 0.2);
}
.toastWrap .toast .toast-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.toastWrap .toast .toast-head .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}
.toastWrap .toast .btn-close {
  padding: 0;
  margin: 0;
  opacity: 1;
  background: #fff;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #fff;
}
.toastWrap .toast .btn-close:hover, .toastWrap .toast .btn-close:active {
  background-color: #e6e6e6 !important;
}
.toastWrap .toast .btn-close:hover, .toastWrap .toast .btn-close:active {
  outline: 2px solid rgba(254, 254, 254, 0.5);
  border-color: white;
  z-index: 1;
}
.toastWrap .toast .btn-close::before {
  top: 0px;
  left: 0px;
  background-position: -180px -80px;
}
.toastWrap .toast .toast-conts {
  position: relative;
  align-self: center;
  padding: 0;
  color: #666;
  font-size: 16px;
  background: #fff;
}
.toastWrap .toast .toast-foot {
  display: flex;
  gap: 4px;
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid #999;
}
.toastWrap .toast .toast-foot.flex {
  justify-content: space-between;
}
.toastWrap .toast_loaded {
  width: 100%;
}
.toastWrap:nth-of-type(0) {
  margin-bottom: -5%;
}
.toastWrap:nth-of-type(1) {
  margin-bottom: 0%;
}
.toastWrap:nth-of-type(2) {
  margin-bottom: 5%;
}
.toastWrap:nth-of-type(3) {
  margin-bottom: 10%;
}
.toastWrap:nth-of-type(4) {
  margin-bottom: 15%;
}
.toastWrap:nth-of-type(5) {
  margin-bottom: 20%;
}
.toastWrap:nth-of-type(6) {
  margin-bottom: 25%;
}
.toastWrap:nth-of-type(7) {
  margin-bottom: 30%;
}
.toastWrap:nth-of-type(8) {
  margin-bottom: 35%;
}
.toastWrap:nth-of-type(9) {
  margin-bottom: 40%;
}
.toastWrap:nth-of-type(10) {
  margin-bottom: 45%;
}
.toastWrap:nth-of-type(11) {
  margin-bottom: 50%;
}
.toastWrap:nth-of-type(12) {
  margin-bottom: 55%;
}

.toast.bootstrap .toast-header .btn-close {
  padding: 0;
  margin-right: 0;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: transparent;
}
.toast.bootstrap .toast-header .btn-close:hover, .toast.bootstrap .toast-header .btn-close:active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.toast.bootstrap .toast-header .btn-close:hover, .toast.bootstrap .toast-header .btn-close:active {
  outline: 2px solid rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
.toast.bootstrap .toast-header .btn-close::before {
  display: none;
}

.arrow-box {
  display: flex;
  align-items: stretch;
}
.arrow-box > div:not(.arrow_wrap) {
  margin: 0;
}
.arrow-box .arrow_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin: 0 20px;
}
.arrow-box .arrow_wrap .arrow {
  min-width: auto;
  width: 40px;
  height: 100px;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
  border-radius: 4px;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #666;
}
.arrow-box .arrow_wrap .arrow:hover, .arrow-box .arrow_wrap .arrow:active {
  background-color: #4d4d4d !important;
}
.arrow-box .arrow_wrap .arrow:hover, .arrow-box .arrow_wrap .arrow:active {
  outline: 2px solid rgba(101, 101, 101, 0.5);
  border-color: #666666;
  z-index: 1;
}
.arrow-box .arrow_wrap .arrow i {
  margin-right: 0;
}
.arrow-box .right-box {
  border: 1px solid #CDDEF2;
  padding: 10px;
}

.main-title {
  position: relative;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  border-bottom: 1px solid #CDDEF2;
  background-color: #CDDEF2;
}
.main-title::after {
  content: "";
  display: block;
  clear: both;
}
.main-title h1, .main-title h2, .main-title h3,
.main-title h4, .main-title h5, .main-title h6 {
  margin: 0;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
}
.main-title .btn-more {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #0478D6;
  transform: translateY(-50%);
}
.main-title .btn-more .item-ico {
  margin-right: 6px;
  filter: invert(33%) sepia(71%) saturate(5184%) hue-rotate(192deg) brightness(97%) contrast(97%);
}

.main-gis {
  flex: 1;
  background-color: #fff;
}

.main-item {
  position: relative;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(105, 121, 186, 0.16);
}

main.control .hd-control {
  position: relative;
  height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #CCDEF2;
  padding: 0 24px;
}
main.control .hd-control .hd-content {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0;
}
main.control .hd-control .hd-content * {
  font-size: 16px;
}
main.control .hd-control .hd-content span {
  font-size: 18px;
  margin-right: 6px;
  padding: 2px 0;
  width: 70px;
  text-align: center;
}
main.control .hd-control .hd-content strong {
  font-size: 24px;
  margin-left: 18px;
}
main.control .hd-control .util {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
main.control .hd-control .util button {
  background-color: #0478D6;
  color: #fff;
  padding: 0 18px;
  border-radius: 0 0 6px 6px;
  height: 48px;
}
main.control .ly-control {
  display: flex;
  gap: 12px;
  height: calc(100cqh - 60px);
  box-sizing: border-box;
}
main.control .ly-control > .box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
main.control .ly-control > .box:first-of-type {
  padding: 18px;
}
main.control .ly-control > .box > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
main.control .ly-control > .box > div:not(.area-btn) {
  background-color: #fff;
}
main.control .ly-control > .box .main-title {
  flex: none;
  border-radius: 12px 12px 0 0;
  background-color: #0478D6;
  color: #fff;
}
main.control .ly-control > .box .main-title + div {
  flex: 1;
}
main.control .ly-control > .box .tb-scroll_box {
  border-top: 0;
}
main.control .ly-control > .box th {
  padding: 0 12px;
}
main.control .ly-control > .box td {
  padding: 4px;
}
main.control .ly-control > .box .item-info .cont {
  container: cont-info_box/size;
}
main.control .ly-control > .box .item-info .cont .tb-scroll_box {
  max-height: 100cqh;
}
main.control .ly-control > .box.current-wrap {
  gap: 0;
}
main.control .ly-control > .box.current-wrap .current-box {
  flex: none;
  background-color: #035ca4;
  padding: 12px;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
}
main.control .ly-control > .box.current-wrap .current-box > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
main.control .ly-control > .box.current-wrap .current-box .title {
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
main.control .ly-control > .box.current-wrap .current-box .title h3 {
  font-weight: 700;
}
main.control .ly-control > .box.current-wrap .current-box .title button {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  min-width: 70px;
}
main.control .ly-control > .box.current-wrap .current-box .title button:hover, main.control .ly-control > .box.current-wrap .current-box .title button:active {
  background-color: rgba(0, 0, 0, 0) !important;
}
main.control .ly-control > .box.current-wrap .current-box .title button:hover, main.control .ly-control > .box.current-wrap .current-box .title button:active {
  outline: 2px solid rgba(254, 254, 254, 0.5);
  border-color: #fff;
  z-index: 1;
}
main.control .ly-control > .box.current-wrap .current-box .cont {
  flex: 1;
}
main.control .ly-control > .box.current-wrap .current-box .count-box {
  display: flex;
  border-radius: 6px;
  background-color: #fff;
  padding: 8px 10px 10px;
  gap: 6px;
}
main.control .ly-control > .box.current-wrap .current-box .count-box > div {
  flex: 1;
  white-space: nowrap;
  text-align: center;
}
main.control .ly-control > .box.current-wrap .current-box .count-box > div > div {
  border: 1px solid #bbb;
  border-radius: 2px;
  font-size: 32px;
  font-weight: 700;
}
main.control .ly-control > .box.current-wrap .current-box .damage-box {
  background-color: #0478D6;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 6px;
}
main.control .ly-control > .box.current-wrap .current-box .damage-box > div {
  display: flex;
  padding: 3px;
  gap: 16px;
  align-items: center;
}
main.control .ly-control > .box.current-wrap .current-box .damage-box > div:last-child {
  border-top: 2px solid #035ca4;
}
main.control .ly-control > .box.current-wrap .current-box .damage-box > div strong {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-left: 12px;
}
main.control .ly-control > .box.current-wrap .current-box .damage-box > div p {
  flex: 1;
  background-color: #fff;
  border: 1px solid #bbb;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  padding: 0 10px;
  text-align: right;
  font-size: 14px;
}
main.control .ly-control > .box.current-wrap .current-box .cheer_box {
  display: flex;
  align-items: stretch;
  height: 100%;
}
main.control .ly-control > .box.current-wrap .current-box .cheer_box > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 2px solid #0478D6;
}
main.control .ly-control > .box.current-wrap .current-box .cheer_box > div:first-child {
  border-radius: 6px 0 0 6px;
}
main.control .ly-control > .box.current-wrap .current-box .cheer_box > div:last-child {
  border-radius: 0 6px 6px 0;
}
main.control .ly-control > .box.current-wrap .current-box .cheer_box > div > div {
  flex: 1;
  background-color: #0478D6;
  border-top: 2px solid #0478D6;
  container: cont-cheer_box/size;
}
main.control .ly-control > .box.current-wrap .current-box .cheer_box > div > div p {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  height: 100cqh;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 10px;
}
main.control .ly-control > .box.current-wrap .current-box .cheer_box strong {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
}
main.control .ly-control > .box.current-wrap .detail-box {
  padding: 12px;
  background: none;
}
main.control .ly-control > .box.current-wrap .detail-box .inner {
  position: relative;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #CCDEF2;
  border-radius: 6px;
}
main.control .ly-control > .box.current-wrap .detail-box .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCDEF2;
  padding: 4px 4px 4px 12px;
}
main.control .ly-control > .box.current-wrap .detail-box .title-box select {
  border-color: #CCDEF2;
  width: 120px;
}
main.control .ly-control > .box.current-wrap .detail-box .detail_send_input_box {
  background-color: #CCDEF2;
  padding: 6px;
}
main.control .ly-control > .box.current-wrap .detail-box .detail_send_input_box select, main.control .ly-control > .box.current-wrap .detail-box .detail_send_input_box textarea {
  border: 0;
}
main.control .ly-control > .box.current-wrap .detail-box .detail_send_input_box select, main.control .ly-control > .box.current-wrap .detail-box .detail_send_input_box button {
  width: 100%;
  height: 36px;
}
main.control .ly-control > .box.current-wrap .detail-box .detail_send_input_box select {
  padding: 0 10px;
}
main.control .ly-control > .box.current-wrap .detail-box .detail_send_input_box textarea {
  resize: none;
  height: 72px;
  padding: 10px;
}
main.control .ly-control > .box.current-wrap .detail-box .detail_send_input_box .area-btn {
  margin-top: 6px;
}
main.control .ly-control .main-gis {
  height: 100%;
}
main.control .ly-control .main-gis #map {
  height: 100%;
}
main.control .ly-control .basic-info {
  container: cont-basic-info/size;
}
main.control .ly-control .basic-info .area-btn {
  flex-wrap: wrap;
}
main.control .ly-control .basic-info .area-btn button {
  height: 48px;
  font-size: 18px;
}
@container cont-basic-info (max-width: 650px) {
  main.control .ly-control .basic-info .area-btn button {
    flex: none;
    flex-basis: calc(50% - 3px);
  }
}

.weather_box {
  padding: 12px;
}
.weather_box .flex_box > div:not(:last-child) {
  border-right: 1px solid #CCDEF2;
}
.weather_box .flex_box > div > div:not(:first-child) {
  margin-top: 12px;
}
.weather_box .tit, .weather_box .mid {
  text-align: center;
}
.weather_box .tit {
  color: #01429B;
}
.weather_box .mid i {
  margin-right: 2%;
}
.weather_box .mid span {
  font-weight: 700;
  font-size: 20px;
}
.weather_box .mid span:first-of-type {
  margin-right: 5%;
}
.weather_box .mid span em {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}
.weather_box .bottom {
  padding: 0 12px;
  width: 130px;
  margin: 0 auto;
}
.weather_box .bottom dt {
  float: left;
}
.weather_box .bottom dd {
  color: #666;
}

.chat_content {
  position: relative;
  padding-bottom: 53px;
  height: 100%;
  box-sizing: border-box;
  background-color: #F7FCFF;
}
.chat_content .scroll_box {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /* &::-webkit-scrollbar{
    @include WH(16px);

    &-thumb{
      height: 30%; //스크롤바의 길이
      background: #808080; //스크롤바의 색상    
      border-radius: 10px;
      background-clip: padding-box;
      border: 3px solid transparent;
    }
  } */
}
.chat_list {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 20px;
  gap: 8px;
}
.chat_list_wrap {
  display: flex;
  align-items: end;
  min-height: 100%;
}
.chat_list .chat {
  position: relative;
  padding: 10px;
  border-radius: 4px;
  line-height: 1.2;
}
.chat_list .chat a {
  text-decoration: underline;
  color: #000;
  background-color: #fff;
  font-weight: 700;
}
.chat_list .util {
  margin-top: 2px;
  overflow: hidden;
}
.chat_list .util .date {
  font-size: 12px;
  color: #999;
}
.chat_list > div {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
}
.chat_list > div.partner {
  justify-content: left;
  align-items: start;
  text-align: left;
}
.chat_list > div.partner .title {
  margin-bottom: 4px;
}
.chat_list > div.partner .title span {
  font-size: 12px;
  color: #999;
  margin-left: 2px;
}
.chat_list > div.partner .chat {
  background-color: #fff;
  color: #333;
  background-color: #F7FCFF;
  border: 1px solid #CCDEF2;
}
.chat_list > div.partner .chat::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -12px;
  border-style: solid;
  border-width: 10px 0 0 14px;
  border-color: #CCDEF2 transparent;
  z-index: -1;
}
.chat_list > div.partner .chat::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  border-style: solid;
  border-width: 10px 0 0 14px;
  border-color: #F7FCFF transparent;
  z-index: 0;
}
.chat_list > div.partner .chat p {
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.chat_list > div.partner .chat .loading .item {
  display: inline-block;
}
.chat_list > div.partner .chat .loading .item .dot {
  position: relative;
  display: block;
}
.chat_list > div.partner .chat .loading .item .dot > div {
  position: relative;
  display: block;
  float: left;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.16rem;
  background: #0478D6;
  border-radius: 50%;
  animation: 0.45s bounce infinite alternate;
  top: -0.3rem;
}
.chat_list > div.partner .chat .loading .item .dot > div:nth-child(2) {
  animation-delay: 0.1s;
}
.chat_list > div.partner .chat .loading .item .dot > div:nth-child(3) {
  animation-delay: 0.2s;
}
@keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, 0.3rem, 0);
  }
}
.chat_list > div.user {
  justify-content: right;
  text-align: right;
  align-items: end;
}
.chat_list > div.user .chat {
  max-width: calc(100% - 42px);
  background-color: #035ca4;
  color: #fff;
}
.chat_list > div.user .chat::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-style: solid;
  border-width: 10px 14px 0 0;
  border-color: #035ca4 transparent;
  z-index: -1;
}
.chat_form .send_input_box {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #0478D6;
  padding: 6px 53px 6px 6px;
}
.chat_form .send_input_box input {
  width: 100%;
  height: 41px;
  border: 0;
  outline: none;
  /* &:hover, &:focus{
    box-shadow: inset 0 0 3px 1px rgba($co-sub02, 0.5);
  } */
}
.chat_form .send_input_box input::placeholder {
  color: #bbb;
}
.chat_form .send_input_box .btn_send {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 53px;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  /* &:hover{
    &::before{
      transform: translate(4px, -4px);
    }
  } */
}
.chat_form .send_input_box .btn_send i {
  animation: btn_send cubic-bezier(0.52, -0.62, 0.43, 1.15) 0.6s;
  transition: ease-in-out 0.3s;
}
.chat_form .send_input_box.stanby::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.chat_form .send_input_box.stanby .btn_send::before {
  animation: btn_send_stanby cubic-bezier(0.52, -0.62, 0.43, 1.15) 0.6s;
  transform: translate(-50px, 50px);
}
@keyframes btn_send {
  from {
    transform: translateX(-50px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes btn_send_stanby {
  0% {
    transform: translate(0, 0);
  }
  90% {
    transform: translate(50px, -50px);
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    transform: translate(-50px, 50px);
    opacity: 1;
  }
}

.weather-info-box {
  color: #333;
}
.weather-info-box .bottom_box [data-ui=pub-ui-tabmenu] .tab-conts:last-child .list-weather > ul > li {
  flex: none;
}
.weather-info-box .info {
  display: inline-flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 20px;
}
.weather-info-box .info > span {
  margin-left: 6px;
}
.weather-info-box .info > span:first-of-type {
  margin-left: 6px;
}
.weather-info-box .etc {
  font-size: 0;
}
.weather-info-box .etc ul {
  display: inline-block;
  font-size: 16px;
}
.weather-info-box .etc ul li {
  float: left;
  text-align: left;
  color: #666;
}
.weather-info-box .etc ul li:not(:first-child) {
  margin-left: 12px;
}
.weather-info-box .etc ul li span {
  color: #666;
}
.weather-info .tit {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.weather-total {
  margin-top: 18px;
}
.weather-total .top_box {
  text-align: center;
}
.weather-total .top_box > span {
  display: block;
  color: #666;
  margin-top: 6px;
}
.weather-total .top_box > span i {
  margin-right: 3px;
}
.weather-total .top_box > span em {
  font-style: normal;
}
.weather-total .bottom_box {
  margin-top: 24px;
}
.weather-total .bottom_box .tab-menu li {
  margin: 0;
}
.weather-total .bottom_box .tab-menu li a, .weather-total .bottom_box .tab-menu li button {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #ddd;
  color: #666;
  padding: 0 18px;
  min-width: 130px;
  border-radius: 0;
}
.weather-total .bottom_box .tab-menu li a:hover, .weather-total .bottom_box .tab-menu li a:active, .weather-total .bottom_box .tab-menu li button:hover, .weather-total .bottom_box .tab-menu li button:active {
  background-color: #c4c4c4 !important;
}
.weather-total .bottom_box .tab-menu li a:hover, .weather-total .bottom_box .tab-menu li a:active, .weather-total .bottom_box .tab-menu li button:hover, .weather-total .bottom_box .tab-menu li button:active {
  outline: 2px solid rgba(220, 220, 220, 0.5);
  border-color: #dddddd;
  z-index: 1;
}
.weather-total .bottom_box .tab-menu li a.active, .weather-total .bottom_box .tab-menu li button.active {
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  background-color: #0478D6;
  color: #fff;
}
.weather-total .bottom_box .tab-menu li a.active:hover, .weather-total .bottom_box .tab-menu li a.active:active, .weather-total .bottom_box .tab-menu li button.active:hover, .weather-total .bottom_box .tab-menu li button.active:active {
  background-color: #035ca4 !important;
}
.weather-total .bottom_box .tab-menu li a.active:hover, .weather-total .bottom_box .tab-menu li a.active:active, .weather-total .bottom_box .tab-menu li button.active:hover, .weather-total .bottom_box .tab-menu li button.active:active {
  outline: 2px solid rgba(4, 119, 212, 0.5);
  border-color: #0478d5;
  z-index: 1;
}
.weather-total .bottom_box .tab-menu li:first-of-type a, .weather-total .bottom_box .tab-menu li:first-of-type button {
  border-top-left-radius: 4px;
}
.weather-total .bottom_box .tab-menu li:last-of-type a, .weather-total .bottom_box .tab-menu li:last-of-type button {
  border-top-right-radius: 4px;
}
.weather-total .bottom_box .tab-conts.active {
  border: 1px solid #ddd;
  border-radius: 0 4px 4px 4px;
}

.toggle_content {
  display: none;
}
.toggle_content.active {
  display: block;
}

.cctv-wrap {
  position: relative;
  padding: 12px;
}
.cctv-wrap .inner {
  position: relative;
  padding-left: 262px;
}
.cctv-wrap .area-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  padding-bottom: 38px;
  box-sizing: border-box;
}
.cctv-wrap .cctv-grid {
  flex: none;
  margin-top: 12px;
}

.video_loading, .video_disconnect, .video_failed, .video_none {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  background: #A7A7A7;
}
.video_loading p, .video_disconnect p, .video_failed p, .video_none p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.video_loading {
  overflow: hidden;
}
.video_loading .ico {
  display: flex;
  min-width: 33px;
  min-height: 33px;
  justify-content: center;
  align-items: center;
  background: url("../img/bg-video-loading.svg") no-repeat center center;
  background-size: contain;
}

.legend_type1 ul li:nth-child(1) {
  background-color: #FFFF7F;
}
.legend_type1 ul li:nth-child(2) {
  background-color: #DFFF7F;
}
.legend_type1 ul li:nth-child(3) {
  background-color: #7FFFBF;
}
.legend_type1 ul li:nth-child(4) {
  background-color: #7FC8C8;
}
.legend_type1 ul li:nth-child(5) {
  background-color: #7FC8FF;
}
.legend_type1 ul li:nth-child(6) {
  background-color: #7F7FFF;
}
.legend_type1 ul li span {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  font-size: 12px;
  line-height: 1.5;
}
.legend_type1 em {
  position: absolute;
  bottom: calc(100% + 3px);
  right: 0;
  font-size: 12px;
  line-height: 1.5;
  font-style: normal;
}
.legend_type2 ul li:nth-child(1) {
  background-color: #FF0000;
}
.legend_type2 ul li:nth-child(2) {
  background-color: #800080;
}
.legend_type2 ul li:nth-child(3) {
  background-color: #0000FF;
}
.legend_type2 ul li:nth-child(4) {
  background-color: #00FFFF;
}
.legend_type2 ul li:nth-child(5) {
  background-color: #008000;
}
.legend_type2 ul li:nth-child(6) {
  background-color: #FFFF00;
}
.legend_type2 ul li span {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  font-size: 12px;
  line-height: 1.5;
}
.legend_type2 em {
  position: absolute;
  bottom: calc(100% + 3px);
  right: 0;
  font-size: 12px;
  line-height: 1.5;
  font-style: normal;
}
.legend_type3 ul li:nth-child(1) {
  background-color: #FFFFFF;
}
.legend_type3 ul li:nth-child(2) {
  background-color: #FFEA6E;
}
.legend_type3 ul li:nth-child(3) {
  background-color: #FFDC1F;
}
.legend_type3 ul li:nth-child(4) {
  background-color: #F9CD00;
}
.legend_type3 ul li:nth-child(5) {
  background-color: #E0B900;
}
.legend_type3 ul li:nth-child(6) {
  background-color: #CBAB01;
}
.legend_type3 ul li:nth-child(7) {
  background-color: #69FC69;
}
.legend_type3 ul li:nth-child(8) {
  background-color: #1FF31E;
}
.legend_type3 ul li:nth-child(9) {
  background-color: #00D500;
}
.legend_type3 ul li:nth-child(10) {
  background-color: #00A300;
}
.legend_type3 ul li:nth-child(11) {
  background-color: #008000;
}
.legend_type3 ul li:nth-child(12) {
  background-color: #87D9FF;
}
.legend_type3 ul li:nth-child(13) {
  background-color: #40C2FF;
}
.legend_type3 ul li:nth-child(14) {
  background-color: #05AAFF;
}
.legend_type3 ul li:nth-child(15) {
  background-color: #008DDF;
}
.legend_type3 ul li:nth-child(16) {
  background-color: #0077B2;
}
.legend_type3 ul li:nth-child(17) {
  background-color: #B2B3DE;
}
.legend_type3 ul li:nth-child(18) {
  background-color: #8081C7;
}
.legend_type3 ul li:nth-child(19) {
  background-color: #4C4EB0;
}
.legend_type3 ul li:nth-child(20) {
  background-color: #1F219D;
}
.legend_type3 ul li:nth-child(21) {
  background-color: #000390;
}
.legend_type3 ul li:nth-child(22) {
  background-color: #DA87FF;
}
.legend_type3 ul li:nth-child(23) {
  background-color: #C23EFF;
}
.legend_type3 ul li:nth-child(24) {
  background-color: #AC07FF;
}
.legend_type3 ul li:nth-child(25) {
  background-color: #9200E4;
}
.legend_type3 ul li:nth-child(26) {
  background-color: #7F00BF;
}
.legend_type3 ul li:nth-child(27) {
  background-color: #FA8585;
}
.legend_type3 ul li:nth-child(28) {
  background-color: #F63E3E;
}
.legend_type3 ul li:nth-child(29) {
  background-color: #EE0909;
}
.legend_type3 ul li:nth-child(30) {
  background-color: #D50000;
}
.legend_type3 ul li:nth-child(31) {
  background-color: #BF0000;
}
.legend_type3 ul li:nth-child(32) {
  background-color: #323333;
}
.legend_type3 ul li span {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  font-size: 12px;
  line-height: 1.5;
}
.legend_type3 em {
  position: absolute;
  bottom: calc(100% + 3px);
  right: 0;
  font-size: 12px;
  line-height: 1.5;
  font-style: normal;
}
.legend_type4 ul li:nth-child(1) {
  background-color: #00C8FF;
}
.legend_type4 ul li:nth-child(2) {
  background-color: #009BF5;
}
.legend_type4 ul li:nth-child(3) {
  background-color: #0033F5;
}
.legend_type4 ul li:nth-child(4) {
  background-color: #00FF00;
}
.legend_type4 ul li:nth-child(5) {
  background-color: #00BE00;
}
.legend_type4 ul li:nth-child(6) {
  background-color: #008C00;
}
.legend_type4 ul li:nth-child(7) {
  background-color: #005A00;
}
.legend_type4 ul li:nth-child(8) {
  background-color: #FFE100;
}
.legend_type4 ul li:nth-child(9) {
  background-color: #FFDC1F;
}
.legend_type4 ul li:nth-child(10) {
  background-color: #F9CD00;
}
.legend_type4 ul li:nth-child(11) {
  background-color: #E0B900;
}
.legend_type4 ul li:nth-child(12) {
  background-color: #CCAA00;
}
.legend_type4 ul li:nth-child(13) {
  background-color: #FF6600;
}
.legend_type4 ul li:nth-child(14) {
  background-color: #FF3200;
}
.legend_type4 ul li:nth-child(15) {
  background-color: #D20000;
}
.legend_type4 ul li:nth-child(16) {
  background-color: #B30000;
}
.legend_type4 ul li:nth-child(17) {
  background-color: #E0A9FF;
}
.legend_type4 ul li:nth-child(18) {
  background-color: #C969FF;
}
.legend_type4 ul li:nth-child(19) {
  background-color: #B229FF;
}
.legend_type4 ul li:nth-child(20) {
  background-color: #9300E4;
}
.legend_type4 ul li:nth-child(21) {
  background-color: #B2B3DE;
}
.legend_type4 ul li:nth-child(22) {
  background-color: #4C4EB0;
}
.legend_type4 ul li:nth-child(23) {
  background-color: #000390;
}
.legend_type4 ul li:nth-child(24) {
  background-color: #333333;
}
.legend_type4 ul li span {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  font-size: 12px;
  line-height: 1.5;
}
.legend_type4 em {
  position: absolute;
  bottom: calc(100% + 3px);
  right: 0;
  font-size: 12px;
  line-height: 1.5;
  font-style: normal;
}
.legend_type1 ul {
  overflow: hidden;
}
.legend_type1 ul li {
  float: left;
  font-size: 14px;
  text-align: center;
  padding: 10px 6px;
  width: 33.3333%;
  box-sizing: border-box;
}
.legend_type1 ul li p {
  font-size: 12px;
}
.legend_type1 ul li:nth-child(3n-2) {
  clear: both;
  width: 33.3334%;
}
.legend_type2 {
  position: relative;
}
.legend_type2 ul {
  display: flex;
  padding-bottom: 18px;
}
.legend_type2 ul li {
  position: relative;
  flex: 1;
  height: 10px;
}
.legend_type3 {
  position: relative;
}
.legend_type3 ul {
  display: flex;
  padding-bottom: 18px;
}
.legend_type3 ul li {
  position: relative;
  flex: 1;
  width: 14px;
  height: 10px;
}
.legend_type4 {
  position: relative;
}
.legend_type4 ul {
  display: flex;
  padding-bottom: 18px;
}
.legend_type4 ul li {
  position: relative;
  flex: 1;
  width: 14px;
  height: 10px;
}
.legend_type5 {
  position: relative;
}
.legend_type5 ul {
  overflow: hidden;
  margin-bottom: -4px;
}
.legend_type5 ul li {
  float: left;
  width: 33.3333%;
  margin-bottom: 4px;
  font-size: 15px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.legend_type5 ul li:nth-of-type(3n-2) {
  clear: both;
}

.info_step {
  background-color: #FFF1F2;
  padding: 10px 16px;
  border-radius: 8px;
  overflow: hidden;
}
.info_step + .info_cont {
  margin-top: 16px;
}
.info_step ul {
  display: flex;
}
.info_step ul li {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info_step ul li:first-of-type, .info_step ul li:last-of-type {
  flex: none;
}
.info_step ul li:first-of-type .step_ico::before {
  content: none;
}
.info_step ul li:last-of-type .step_ico::after {
  content: none;
}
.info_step ul li strong {
  font-weight: 600;
}
.info_step ul li .step_ico {
  position: relative;
  width: 100%;
}
.info_step ul li .step_ico::before, .info_step ul li .step_ico::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50%;
  border-top: 2px dashed #666;
}
.info_step ul li .step_ico::before {
  left: -4px;
}
.info_step ul li .step_ico::after {
  left: 50%;
}
.info_step ul li .step_ico i {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid #666;
  background-color: #f5f5f5;
  border-radius: 50%;
  box-sizing: border-box;
  text-indent: -99999px;
  text-align: left;
  margin: 6px auto;
  z-index: 1;
}
.info_step ul li.on strong {
  color: red;
}
.info_step ul li.on .step_ico {
  position: relative;
}
.info_step ul li.on .step_ico i {
  background-color: #fff;
  border-color: red;
}
.info_step ul li.on .step_ico i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.info_step ul li.on:has(+ .on) .step_ico::after {
  border-color: red;
}
.info_step ul li.on:has(+ .on) + .on .step_ico::before {
  border-color: red;
}

/* jquery ui datepicker custop */
.wrap-datepicker {
  display: flex;
  align-items: center;
}
.wrap-datepicker .unit {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.wrap-datepicker .datepicker {
  flex: 1;
}
.wrap-datepicker .datepicker input {
  margin: 0 !important;
}
.wrap-input .wrap-datepicker {
  width: 100%;
}
.wrap-input .wrap-datepicker .datepicker input {
  width: 100%;
}

.datepicker {
  position: relative;
  display: block;
}
.datepicker input {
  width: 100%;
  padding-right: 32px;
}
.datepicker input:required + button, .datepicker input:read-only + button {
  background-color: transparent;
}
.datepicker input:disabled + button.ui-datepicker-trigger {
  display: none;
}
.datepicker .ui-datepicker-trigger {
  position: relative;
  width: 28px;
  height: 28px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 6px;
  border-radius: 6px;
  z-index: 5;
  cursor: pointer;
  outline: 2px solid transparent;
  transition: outline 0.4s, background 0.4s;
  border-color: #0478D6;
  background-color: #fff;
}
.datepicker .ui-datepicker-trigger::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/btn-ico.svg");
  background-repeat: no-repeat;
  background-size: 200px auto;
}
.datepicker .ui-datepicker-trigger::before {
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
}
.datepicker .ui-datepicker-trigger:hover, .datepicker .ui-datepicker-trigger:active {
  background-color: #e6e6e6 !important;
}
.datepicker .ui-datepicker-trigger:hover, .datepicker .ui-datepicker-trigger:active {
  outline: 2px solid rgba(4, 119, 213, 0.5);
  border-color: #0478D6;
  z-index: 1;
}
.datepicker .ui-datepicker-trigger img {
  opacity: 0;
}
.datepicker .ui-datepicker-trigger::before {
  background-position: -80px -40px;
}
.wrap-input .datepicker {
  width: 100%;
}
.wrap-input .datepicker input.hasdatepicker {
  width: 100%;
}

.ui-datepicker {
  font-size: 16px;
  z-index: 100 !important;
}
.ui-datepicker table {
  min-width: auto;
}
.ui-datepicker select {
  min-width: 0;
  min-height: 28px;
}
.ui-datepicker .ui-datepicker-title select {
  width: calc(45% - 10px);
  min-width: 0;
  padding: 0 2.4rem 0 8px;
}
.ui-datepicker .ui-datepicker-title select + select {
  margin-left: 8px;
}
.ui-datepicker.ui-widget-content {
  background: #fff;
}
.ui-datepicker.only .ui-datepicker-calendar {
  display: none !important;
}
.ui-datepicker.only.onlyyear .ui-datepicker-prev, .ui-datepicker.only.onlyyear .ui-datepicker-next, .ui-datepicker.only.onlyyear .ui-datepicker-month {
  display: none !important;
}
.ui-datepicker.only.onlymonth .ui-datepicker-prev, .ui-datepicker.only.onlymonth .ui-datepicker-next, .ui-datepicker.only.onlymonth .ui-datepicker-year {
  display: none !important;
}
.ui-datepicker .ui-widget-header {
  padding: 4px 0;
  border: none;
  background: #0478D6;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev span,
.ui-datepicker .ui-widget-header .ui-datepicker-next span {
  position: relative;
  background: none;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev span::before,
.ui-datepicker .ui-widget-header .ui-datepicker-next span::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover {
  border: 1px solid #0478D6;
  background: none;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev span::before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  left: 5px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 5px;
}
.ui-datepicker .ui-widget-header select {
  position: relative;
  height: auto;
  width: auto;
  background: url("../img/ico_detepicker_select.png") no-repeat top calc(50% + 1px) right;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 0 18px 0 0;
  margin: 0;
  cursor: pointer;
  transition: 0.15s;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ui-datepicker .ui-widget-header select:hover {
  background-position-y: calc(50% + 3px);
}
.ui-datepicker .ui-widget-header select.ui-datepicker-year {
  margin-right: 5px;
}
.ui-datepicker .ui-widget-header select::-ms-expand {
  display: none;
}
.ui-datepicker .ui-widget-header select:not(:first-child) {
  margin-left: 10px;
  letter-spacing: 0.5px;
}
.ui-datepicker .ui-widget-header select option {
  color: #000;
  font-weight: normal;
}
.ui-datepicker .ui-state-default {
  border: 1px solid #fff;
  border-radius: 4px;
  background: none;
  color: #666;
  text-align: center;
  font-weight: 700;
}
.ui-datepicker .ui-state-default.ui-state-highlight, .ui-datepicker .ui-state-default.ui-state-hover {
  border: 1px solid #0478D6;
  background: #fff;
  color: #000;
}
.ui-datepicker .ui-state-default.ui-state-active {
  border: 1px solid #0478D6;
  background: #1293fb;
  color: #fff;
}
.ui-datepicker.datapicker-typemonth .ui-datepicker-calendar {
  display: none;
}/*# sourceMappingURL=style.css.map */