.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@font-face {
  font-family: outfit;
  font-style: normal;
  font-weight: 100;
  src: local("Outfit"), url(../font/OutfitVariableFont_wght1.woff) format("woff");
}
@font-face {
  font-family: outfit;
  font-style: normal;
  font-weight: 100;
  src: local("Outfit"), url(../font/Outfit[wght].woff) format("woff");
}
@font-face {
  font-family: outfit;
  ont-style: normal;
  font-weight: 250;
  src: local("Outfit"), url(../font/OutfitExtraLight.woff) format("woff");
}
@font-face {
  font-family: outfit;
  font-style: normal;
  font-weight: 300;
  src: local("Outfit"), url(../font/OutfitLight1.woff) format("woff");
}
@font-face {
  font-family: outfit;
  font-style: normal;
  font-weight: 400;
  src: local("Outfit"), url(../font/OutfitRegular.woff) format("woff");
}
@font-face {
  font-family: outfit;
  font-style: normal;
  font-weight: 500;
  src: local("Outfit"), url(../font/OutfitMedium.woff) format("woff");
}
@font-face {
  font-family: outfit;
  font-style: normal;
  font-weight: 600;
  src: local("Outfit"), url(../font/OutfitSemiBold.woff) format("woff");
}
font-face {
  font-family: outfit;
  font-style: normal;
  font-weight: 700;
  src: local("Outfit"), url(../font/OutfitBold.woff) format("woff");
}

@font-face {
  font-family: outfit;
  font-style: normal;
  font-weight: 800;
  src: local("Outfit"), url(../font/OutfitExtraBold.woff) format("woff");
}
@font-face {
  font-family: outfit;
  font-style: normal;
  font-weight: 900;
  src: local("Outfit"), url(../font/OutfitBlack.woff) format("woff");
}
/* basic */
* {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  width: 100%;
  min-height: 100%;
  font-family: outfit, sans-serif;
  color: var(--iux-gray-90);
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  html,
  body {
    height: 100%;
  }
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  font-size: var(--iux-fz-body-md);
  overflow-x: hidden;
  padding: 20px;
}
body.layout {
  background: linear-gradient(180deg, #63C9A4 0%, #32A078 100%);
  padding: 20px 20px 100px;
}
@media (min-width: 1200px) {
  body.layout {
    padding: 20px 397px 20px 108px;
  }
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

input[type=password] {
  font-family: sans-serif;
}
input[type=password]::placeholder {
  font-family: outfit, sans-serif, "Malgun Gothic", "apple sd gothic neo", sans-serif;
}

.sr-only {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
}

.skip_navi a:active,
.skip_navi a:focus {
  display: block;
  background: #000;
  width: 100%;
  line-height: 4rem;
  color: #fff;
  text-align: center;
}

/* default input */
input,
select,
textarea {
  border-radius: 0;
  background: #fff;
  border: 1px solid #dbdbdb;
  /*
         @media all and (max-width: 1199px) {
             appearance: none;
             -moz-appearance: none;
             -ms-appearance: none;
             -webkit-appearance: none;

             &::-ms-expand {
                 display: none;
             }
         }
     */
}

a {
  text-decoration: none;
  color: #246beb;
}

button {
  outline: none;
  border-radius: 0;
}

article.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: var(--iux-spacer-2);
  width: 100%;
  margin-top: var(--iux-spacer-10);
}
article.pagenation a {
  background: white;
}
article.pagenation a,
article.pagenation strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: var(--iux-gray-70);
  min-width: 6.2rem;
  height: 4rem;
}
article.pagenation a:hover,
article.pagenation strong:hover {
  border-radius: 0.6rem;
  background-color: var(--iux-secondary-5);
  transition: 0.4s ease-in-out;
}
article.pagenation strong {
  background-color: var(--iux-secondary-10);
  color: var(--iux-white);
  transition: 0.4s ease-in-out;
}

:root {
  --iux-white: #fff;
  --iux-black: #000;
  --iux-primary: #246beb;
  --iux-secondary: #003675;
  --iux-point: #e71825;
  --iux-danger: #eb003b;
  --iux-warning: #ffb724;
  --iux-success: #008a1e;
  --iux-information: #2768ff;
  --iux-primary-5: white;
  --iux-primary-10: #dfe9fc;
  --iux-primary-20: #b0caf8;
  --iux-primary-30: #81aaf4;
  --iux-primary-40: #538bef;
  --iux-primary-60: #1254ca;
  --iux-primary-70: #0e409b;
  --iux-primary-80: #0a2d6c;
  --iux-primary-90: #061a3d;
  --iux-secondary-5: #75b5ff;
  --iux-secondary-10: #4299ff;
  --iux-secondary-20: #0f7eff;
  --iux-secondary-30: #0065db;
  --iux-secondary-40: #004ea8;
  --iux-secondary-60: #001e42;
  --iux-secondary-70: #00070f;
  --iux-secondary-80: black;
  --iux-secondary-90: black;
  --iux-point-5: white;
  --iux-point-10: #fad1d3;
  --iux-point-20: #f5a3a8;
  --iux-point-30: #f1747c;
  --iux-point-40: #ec4651;
  --iux-point-60: #b9131e;
  --iux-point-70: #8b0e16;
  --iux-point-80: #5c0a0f;
  --iux-point-90: #2e0507;
  --iux-gray-5: white;
  --iux-gray-10: #f4f4f4;
  --iux-gray-20: #dbdbdb;
  --iux-gray-30: #c1c1c1;
  --iux-gray-40: #a8a8a8;
  --iux-gray-60: #757575;
  --iux-gray-70: #5b5b5b;
  --iux-gray-80: #424242;
  --iux-gray-90: #282828;
  --iux-fz-display-sm: 4rem;
  --iux-fz-display-md: 5rem;
  --iux-fz-display-lg: 6.6rem;
  --iux-fz-heading-sm: 3.2rem;
  --iux-fz-heading-md: 4rem;
  --iux-fz-heading-lg: 5rem;
  --iux-fz-title-xsm: 1.5rem;
  --iux-fz-title-sm: 1.7rem;
  --iux-fz-title-md: 1.9rem;
  --iux-fz-title-lg: 2.1rem;
  --iux-fz-title-xlg: 2.5rem;
  --iux-fz-title-xxlg: 3.2rem;
  --iux-fz-body-sm: 1.5rem;
  --iux-fz-body-md: 1.7rem;
  --iux-fz-body-lg: 1.9rem;
  --iux-fz-link-sm: 1.5rem;
  --iux-fz-link-md: 1.7rem;
  --iux-fz-link-lg: 1.9rem;
  --iux-fz-detail-sm: 1.3rem;
  --iux-fz-detail-md: 1.5rem;
  --iux-fz-detail-lg: 1.7rem;
  --iux-fz-label-xsm: 1.3rem;
  --iux-fz-label-sm: 1.5rem;
  --iux-fz-label-md: 1.7rem;
  --iux-fz-label-lg: 1.9rem;
  --iux-spacer-50: 20rem;
  --iux-spacer-49: 19.6rem;
  --iux-spacer-48: 19.2rem;
  --iux-spacer-47: 18.8rem;
  --iux-spacer-46: 18.4rem;
  --iux-spacer-45: 18rem;
  --iux-spacer-44: 17.6rem;
  --iux-spacer-43: 17.2rem;
  --iux-spacer-42: 16.8rem;
  --iux-spacer-41: 16.4rem;
  --iux-spacer-40: 16rem;
  --iux-spacer-39: 15.6rem;
  --iux-spacer-38: 15.2rem;
  --iux-spacer-37: 14.8rem;
  --iux-spacer-36: 14.4rem;
  --iux-spacer-35: 14rem;
  --iux-spacer-34: 13.6rem;
  --iux-spacer-33: 13.2rem;
  --iux-spacer-32: 12.8rem;
  --iux-spacer-31: 12.4rem;
  --iux-spacer-30: 12rem;
  --iux-spacer-29: 11.6rem;
  --iux-spacer-28: 11.2rem;
  --iux-spacer-27: 10.8rem;
  --iux-spacer-26: 10.4rem;
  --iux-spacer-25: 10rem;
  --iux-spacer-24: 9.6rem;
  --iux-spacer-23: 9.2rem;
  --iux-spacer-22: 8.8rem;
  --iux-spacer-21: 8.4rem;
  --iux-spacer-20: 8rem;
  --iux-spacer-19: 7.6rem;
  --iux-spacer-18: 7.2rem;
  --iux-spacer-17: 6.8rem;
  --iux-spacer-16: 6.4rem;
  --iux-spacer-15: 6rem;
  --iux-spacer-14: 5.6rem;
  --iux-spacer-13: 5.2rem;
  --iux-spacer-12: 4.8rem;
  --iux-spacer-11: 4.4rem;
  --iux-spacer-10: 4rem;
  --iux-spacer-9: 3.6rem;
  --iux-spacer-8: 3.2rem;
  --iux-spacer-7: 2.8rem;
  --iux-spacer-6: 2.4rem;
  --iux-spacer-5: 2rem;
  --iux-spacer-4: 1.6rem;
  --iux-spacer-3: 1.2rem;
  --iux-spacer-2: 0.8rem;
  --iux-spacer-1: 0.4rem;
  --iux-spacer-0: 0;
  --iux-spacer-default: .1rem;
  --iux-spacer-default2: .2rem;
  --iux-spacer-full: 100%;
}

@media (max-width: 1023px) {
  /* input setting */
  :root {
    --iux-fz-display-sm: 2.5rem;
    --iux-fz-display-md: 3.2rem;
    --iux-fz-display-lg: 4rem;
    --iux-fz-heading-sm: 2.5rem;
    --iux-fz-heading-md: 3.2rem;
    --iux-fz-heading-lg: 4rem;
    --iux-fz-title-xxlg: 2.5rem;
    /* input setting */
  }
}
header {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  header {
    height: 80px;
    border-radius: 30px 30px 0 0;
    padding: 10px 25px;
  }
}
header h1 {
  font-weight: 600;
  color: #414141;
  font-size: 22px;
  padding-left: 40px;
  margin: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='30' viewBox='0 0 29 30' fill='none'%3E%3Cpath d='M2.41665 11.6771V5.9375C2.41665 5.45417 2.5979 5.03125 2.9604 4.66875C3.3229 4.30625 3.74581 4.125 4.22915 4.125H24.7708C25.2541 4.125 25.6771 4.30625 26.0396 4.66875C26.4021 5.03125 26.5833 5.45417 26.5833 5.9375V11.6771H24.7708V5.9375H4.22915V11.6771H2.41665ZM4.22915 22.25C3.74581 22.25 3.3229 22.0687 2.9604 21.7062C2.5979 21.3437 2.41665 20.9208 2.41665 20.4375V13.4896H4.22915V20.4375H24.7708V13.4896H26.5833V20.4375C26.5833 20.9208 26.4021 21.3437 26.0396 21.7062C25.6771 22.0687 25.2541 22.25 24.7708 22.25H4.22915ZM1.20831 25.875V24.0625H27.7916V25.875H1.20831ZM2.41665 13.4896V11.6771H9.66665C9.831 11.6771 9.98789 11.7174 10.1373 11.7979C10.2867 11.8785 10.4017 11.9993 10.4823 12.1604L12.1437 15.5437L16.101 8.56562C16.1816 8.40451 16.2974 8.28871 16.4484 8.21823C16.5995 8.14774 16.7567 8.1125 16.9202 8.1125C17.0837 8.1125 17.2398 8.14774 17.3885 8.21823C17.5371 8.28871 17.6517 8.40451 17.7323 8.56562L19.2594 11.6771H26.5833V13.4896H18.6989C18.5328 13.4896 18.3742 13.4493 18.2232 13.3687C18.0721 13.2882 17.9588 13.1674 17.8833 13.0062L16.8562 10.9219L12.8989 17.8396C12.824 18.0007 12.7115 18.1215 12.5615 18.2021C12.4115 18.2826 12.2541 18.3229 12.0891 18.3229C11.9241 18.3229 11.7661 18.2826 11.6151 18.2021C11.464 18.1215 11.3482 18.0007 11.2677 17.8396L9.09269 13.4896H2.41665Z' fill='%23414141'/%3E%3C/svg%3E") no-repeat left center/auto 29px;
}
@media (min-width: 1200px) {
  header h1 {
    font-size: 26px;
    margin: 10px;
  }
}
header h1 span:nth-child(1) {
  color: #00f;
}
header h1 span:nth-child(2) {
  color: #f00;
}
header button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  padding: 0;
  border: none;
  background: none;
  font-weight: 500;
}
@media (min-width: 1200px) {
  header button {
    right: 25px;
    font-size: 14px;
    color: #2E2E2E;
    padding-right: 36px;
    background: url("data:image/svg+xml,%3Csvg width='31' height='32' viewBox='0 0 31 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2087 23.976C15.8862 23.976 15.612 23.8631 15.3862 23.6373C15.1604 23.4115 15.0475 23.1374 15.0475 22.8148C15.0475 22.4922 15.1604 22.218 15.3862 21.9922C15.612 21.7665 15.8862 21.6536 16.2087 21.6536C16.5313 21.6536 16.8055 21.7665 17.0313 21.9922C17.2571 22.218 17.37 22.4922 17.37 22.8148C17.37 23.1374 17.2571 23.4115 17.0313 23.6373C16.8055 23.8631 16.5313 23.976 16.2087 23.976ZM16.2087 17.3957C15.8862 17.3957 15.612 17.2828 15.3862 17.057C15.1604 16.8312 15.0475 16.557 15.0475 16.2345C15.0475 15.9119 15.1604 15.6377 15.3862 15.4119C15.612 15.1861 15.8862 15.0732 16.2087 15.0732C16.5313 15.0732 16.8055 15.1861 17.0313 15.4119C17.2571 15.6377 17.37 15.9119 17.37 16.2345C17.37 16.557 17.2571 16.8312 17.0313 17.057C16.8055 17.2828 16.5313 17.3957 16.2087 17.3957ZM16.2087 10.8154C15.8862 10.8154 15.612 10.7025 15.3862 10.4767C15.1604 10.2509 15.0475 9.97669 15.0475 9.65412C15.0475 9.33156 15.1604 9.05738 15.3862 8.83158C15.612 8.60579 15.8862 8.49289 16.2087 8.49289C16.5313 8.49289 16.8055 8.60579 17.0313 8.83158C17.2571 9.05738 17.37 9.33156 17.37 9.65412C17.37 9.97669 17.2571 10.2509 17.0313 10.4767C16.8055 10.7025 16.5313 10.8154 16.2087 10.8154Z' fill='%23272727'/%3E%3C/svg%3E%0A") no-repeat right center/30px auto;
  }
}
header button span {
  display: block;
  width: 26px;
  line-height: 26px;
  background: #37A0EA;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
}
@media (min-width: 1200px) {
  header button span {
    display: inline-block;
    margin-right: 10px;
    width: 34px;
    line-height: 34px;
  }
}

div#content {
  padding: 20px;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 1200px) {
  div#content {
    border-radius: 0 0 30px 30px;
    height: calc(100vh - 120px);
    padding: 0 25px 20px;
    overflow-y: auto;
  }
}
div#content ul.summary {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
@media (min-width: 1200px) {
  div#content ul.summary {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}
div#content ul.summary li {
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  div#content ul.summary li {
    flex: 1 1 15%;
  }
}
div#content ul.summary li p {
  margin: 0;
  border-radius: 5px;
  background: #59C19B;
  color: #fff;
  padding: 10px 10px 10px 80px;
  line-height: 1.2;
  font-weight: 600;
  background-size: 44px auto;
  background-position: left 20px center;
  background-repeat: no-repeat;
  font-size: 16px;
  white-space: nowrap;
}
div#content ul.summary li p span {
  display: block;
}
div#content ul.summary li strong {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
div#content ul.summary li strong span {
  display: inline-block;
  line-height: 1.2;
  font-size: 16px;
  margin-left: 6px;
}
div#content ul.summary li strong span u {
  display: block;
  text-decoration: none;
}
div#content ul.summary li.li1 p {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.1121 16.6367L33.0955 12.3284L28.7871 10.3117L33.0955 8.29506L35.1121 3.98672L37.1288 8.29506L41.4371 10.3117L37.1288 12.3284L35.1121 16.6367ZM38.9621 29.8826L37.5981 26.9841L34.6996 25.6201L37.5981 24.2561L38.9621 21.3576L40.3261 24.2561L43.2246 25.6201L40.3261 26.9841L38.9621 29.8826ZM14.9913 40.6534L14.533 36.4367C14.1052 36.3756 13.6621 36.2381 13.2038 36.0242C12.7455 35.8103 12.3483 35.5506 12.0121 35.2451L8.43714 36.7576L4.40381 30.1576L7.88714 27.8659C7.73436 27.3464 7.65798 26.8881 7.65798 26.4909C7.65798 26.0937 7.73436 25.6353 7.88714 25.1159L4.40381 22.8242L8.43714 16.2242L12.0121 17.7367C12.3483 17.4312 12.7455 17.1714 13.2038 16.9576C13.6621 16.7437 14.1052 16.6062 14.533 16.5451L14.9947 12.3284H22.6913L23.1496 16.5451C23.5774 16.6062 24.0205 16.7437 24.4788 16.9576C24.9371 17.1714 25.3344 17.4312 25.6705 17.7367L29.2455 16.2242L33.2788 22.8242L29.7955 25.1159C29.9483 25.6353 30.0246 26.0937 30.0246 26.4909C30.0246 26.8881 29.9483 27.3464 29.7955 27.8659L33.2788 30.1576L29.2455 36.7576L25.6705 35.2451C25.3344 35.5506 24.9371 35.8103 24.4788 36.0242C24.0205 36.2381 23.5774 36.3756 23.1496 36.4367L22.6879 40.6534H14.9913ZM18.8413 31.7617C20.3691 31.7617 21.6295 31.2652 22.6226 30.2721C23.6156 29.2791 24.1121 28.0187 24.1121 26.4909C24.1121 24.9631 23.6156 23.7027 22.6226 22.7096C21.6295 21.7166 20.3691 21.2201 18.8413 21.2201C17.3135 21.2201 16.0531 21.7166 15.0601 22.7096C14.067 23.7027 13.5705 24.9631 13.5705 26.4909C13.5705 28.0187 14.067 29.2791 15.0601 30.2721C16.0531 31.2652 17.3135 31.7617 18.8413 31.7617ZM18.8413 29.0117C18.108 29.0117 17.5045 28.7749 17.0309 28.3013C16.5573 27.8277 16.3205 27.2242 16.3205 26.4909C16.3205 25.7576 16.5573 25.1541 17.0309 24.6805C17.5045 24.2069 18.108 23.9701 18.8413 23.9701C19.5746 23.9701 20.1781 24.2069 20.6517 24.6805C21.1253 25.1541 21.3621 25.7576 21.3621 26.4909C21.3621 27.2242 21.1253 27.8277 20.6517 28.3013C20.1781 28.7749 19.5746 29.0117 18.8413 29.0117ZM17.283 37.9034H20.3996L20.7663 34.4201C21.6524 34.2062 22.4621 33.9006 23.1955 33.5034C23.9288 33.1062 24.5975 32.5867 25.2015 31.9451L28.1913 33.2742L29.7038 30.8909L26.8621 28.8742C27.1983 28.1103 27.3663 27.3159 27.3663 26.4909C27.3663 25.6659 27.1983 24.8714 26.8621 24.1076L29.7038 22.0909L28.1913 19.7076L25.2015 21.0367C24.5975 20.3951 23.9288 19.8756 23.1955 19.4784C22.4621 19.0812 21.6524 18.7756 20.7663 18.5617L20.3996 15.0784H17.283L16.9163 18.5617C16.0302 18.7756 15.2205 19.0812 14.4871 19.4784C13.7538 19.8756 13.0851 20.3951 12.4812 21.0367L9.49131 19.7076L7.97881 22.0909L10.8205 24.1076C10.4844 24.8714 10.3163 25.6659 10.3163 26.4909C10.3163 27.3159 10.4844 28.1103 10.8205 28.8742L7.97881 30.8909L9.49131 33.2742L12.4812 31.9451C13.0851 32.5867 13.7538 33.1062 14.4871 33.5034C15.2205 33.9006 16.0302 34.2062 16.9163 34.4201L17.283 37.9034Z' fill='white'/%3E%3C/svg%3E%0A");
}
div#content ul.summary li.li2 p {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'%3E%3Cpath d='M21.9748 35.9784L29.7665 19.4784H23.8082V8.47839L16.0165 24.9784H21.9748V35.9784ZM22.7998 40.6534C20.2026 40.6534 17.7887 40.1874 15.5582 39.2555C13.3276 38.3235 11.3873 37.0326 9.73732 35.3826C8.08732 33.7326 6.79635 31.7923 5.86441 29.5617C4.93246 27.3312 4.46649 24.9173 4.46649 22.3201C4.46649 19.7534 4.93246 17.3548 5.86441 15.1242C6.79635 12.8937 8.08732 10.9534 9.73732 9.30339C11.3873 7.65339 13.3276 6.35478 15.5582 5.40756C17.7887 4.46034 20.2026 3.98672 22.7998 3.98672C25.3665 3.98672 27.7651 4.46034 29.9957 5.40756C32.2262 6.35478 34.1665 7.65339 35.8165 9.30339C37.4665 10.9534 38.7651 12.8937 39.7123 15.1242C40.6595 17.3548 41.1332 19.7534 41.1332 22.3201C41.1332 24.9173 40.6595 27.3312 39.7123 29.5617C38.7651 31.7923 37.4665 33.7326 35.8165 35.3826C34.1665 37.0326 32.2262 38.3235 29.9957 39.2555C27.7651 40.1874 25.3665 40.6534 22.7998 40.6534ZM22.7998 37.9034C27.2304 37.9034 30.9352 36.4138 33.9144 33.4346C36.8936 30.4555 38.3832 26.7506 38.3832 22.3201C38.3832 17.8895 36.8936 14.1846 33.9144 11.2055C30.9352 8.22631 27.2304 6.73672 22.7998 6.73672C18.3693 6.73672 14.6644 8.22631 11.6852 11.2055C8.70607 14.1846 7.21649 17.8895 7.21649 22.3201C7.21649 26.7506 8.70607 30.4555 11.6852 33.4346C14.6644 36.4138 18.3693 37.9034 22.7998 37.9034Z' fill='white'/%3E%3C/svg%3E");
}
div#content ul.summary li.li3 p {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_48_430)'%3E%3Cpath d='M12.2371 24.7159C11.8097 24.7159 11.4514 24.5713 11.1623 24.2822C10.8732 23.9931 10.7286 23.6348 10.7286 23.2074V16.1087C10.7286 15.6813 10.8732 15.3231 11.1623 15.034C11.4514 14.7448 11.8097 14.6003 12.2371 14.6003H17.5611C17.9885 14.6003 18.3467 14.7448 18.6359 15.034C18.925 15.3231 19.0696 15.6813 19.0696 16.1087V23.2074C19.0696 23.6348 18.925 23.9931 18.6359 24.2822C18.3467 24.5713 17.9885 24.7159 17.5611 24.7159H12.2371ZM12.8582 22.5863H16.94V16.7299H12.8582V22.5863ZM2.13765 24.7159C1.71025 24.7159 1.35199 24.5713 1.06286 24.2822C0.773742 23.9931 0.629181 23.6348 0.629181 23.2074V16.1087C0.629181 15.6813 0.773742 15.3231 1.06286 15.034C1.35199 14.7448 1.71025 14.6003 2.13765 14.6003H7.46164C7.88904 14.6003 8.2473 14.7448 8.53642 15.034C8.82554 15.3231 8.9701 15.6813 8.9701 16.1087V17.6172H6.84051V16.7299H2.75878V22.5863H6.84051V21.6989H8.9701V23.1934C8.9701 23.6168 8.82554 23.9764 8.53642 24.2722C8.2473 24.568 7.88904 24.7159 7.46164 24.7159H2.13765ZM20.8281 30.0399V25.8694C20.8281 25.442 20.9726 25.0837 21.2618 24.7946C21.5509 24.5055 21.9091 24.3609 22.3365 24.3609H26.1521V22.0539H20.8281V19.9243H26.7732C27.2006 19.9243 27.5589 20.0688 27.848 20.358C28.1371 20.6471 28.2817 21.0053 28.2817 21.4327V24.0947C28.2817 24.5221 28.1371 24.8804 27.848 25.1695C27.5589 25.4586 27.2006 25.6032 26.7732 25.6032H22.9577V27.9103H28.2817V30.0399H20.8281Z' fill='white'/%3E%3Cpath d='M37.553 29.7978L30.7354 22.9802L31.9285 21.7872L37.553 27.4117L43.1776 21.7872L44.3706 22.9802L37.553 29.7978ZM37.553 22.611L30.7354 15.7934L31.9285 14.6003L37.553 20.2248L43.1776 14.6003L44.3706 15.7934L37.553 22.611Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_48_430'%3E%3Crect width='44' height='44' fill='white' transform='translate(0.499786 0.320068)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
div#content ul.summary li.li4 p {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'%3E%3Cpath d='M17.1998 40.6534V35.9784C13.9609 34.8479 11.3179 32.8694 9.27063 30.043C7.22341 27.2166 6.1998 24.0006 6.1998 20.3951C6.1998 18.1034 6.63522 15.9569 7.50605 13.9555C8.37688 11.9541 9.55327 10.2124 11.0352 8.7305C12.5172 7.24855 14.2588 6.07216 16.2602 5.20133C18.2616 4.3305 20.3929 3.89508 22.654 3.89508C24.9151 3.89508 27.054 4.3305 29.0706 5.20133C31.0873 6.07216 32.8442 7.24855 34.3415 8.7305C35.8387 10.2124 37.0227 11.9541 37.8936 13.9555C38.7644 15.9569 39.1998 18.1034 39.1998 20.3951C39.1998 24.0006 38.1685 27.2013 36.106 29.9972C34.0435 32.793 31.4081 34.7715 28.1998 35.9326V40.6534H25.4498V36.6659C24.9915 36.727 24.5331 36.7805 24.0748 36.8263C23.6165 36.8722 23.1429 36.8951 22.654 36.8951C22.1956 36.8951 21.7373 36.8722 21.279 36.8263C20.8206 36.7805 20.3776 36.727 19.9498 36.6659V40.6534H17.1998ZM22.6998 34.2367C26.5192 34.2367 29.7658 32.8999 32.4394 30.2263C35.113 27.5527 36.4498 24.3062 36.4498 20.4867C36.4498 16.6673 35.113 13.4208 32.4394 10.7472C29.7658 8.07355 26.5192 6.73675 22.6998 6.73675C18.8804 6.73675 15.6338 8.07355 12.9602 10.7472C10.2866 13.4208 8.9498 16.6673 8.9498 20.4867C8.9498 24.3062 10.2866 27.5527 12.9602 30.2263C15.6338 32.8999 18.8804 34.2367 22.6998 34.2367Z' fill='white'/%3E%3Cpath d='M21.6005 30.7047V30.9486H21.8444H23.555H23.7989V30.7047V28.5454C25.1022 28.316 26.124 27.8395 26.8385 27.096C27.5931 26.3108 27.9614 25.2816 27.9614 24.0332C27.9614 22.8465 27.6389 21.8432 26.9793 21.0415C26.3215 20.2421 25.3185 19.6465 23.9976 19.2385L23.9976 19.2385C22.4602 18.764 21.4434 18.3136 20.9114 17.8968C20.4 17.4962 20.1496 16.9825 20.1496 16.3354C20.1496 15.7219 20.3749 15.2531 20.8252 14.9029C21.2829 14.5469 21.918 14.3555 22.7567 14.3555C23.4501 14.3555 23.9857 14.4881 24.382 14.7326C24.7765 14.976 25.1043 15.3737 25.3558 15.9485L25.4528 16.1703L25.6753 16.0749L27.2719 15.3907L27.4996 15.2931L27.3985 15.0669C27.0589 14.3079 26.5628 13.6809 25.9114 13.1899C25.3085 12.7354 24.6023 12.45 23.7989 12.3294V10.1772V9.93329H23.555H21.8444H21.6005V10.1772V12.3246C20.5652 12.4573 19.704 12.8709 19.0312 13.5721C18.3095 14.3243 17.9511 15.2606 17.9511 16.3639C17.9511 17.5027 18.3078 18.467 19.0289 19.2389C19.742 20.0022 20.806 20.5992 22.1969 21.0436C23.638 21.5177 24.5798 21.9711 25.0625 22.3923C25.5213 22.7927 25.763 23.3656 25.763 24.1473C25.763 24.8763 25.4986 25.4298 24.9738 25.8361C24.4362 26.2523 23.7415 26.4693 22.8707 26.4693C22.0601 26.4693 21.3807 26.2586 20.8198 25.8466C20.2608 25.4361 19.8197 24.8025 19.5083 23.9233L19.4228 23.6818L19.1858 23.7791L17.5892 24.4349L17.3821 24.5199L17.4491 24.7335C17.765 25.7404 18.2859 26.5813 19.0137 27.2493L19.1787 27.0696L19.0137 27.2493C19.7028 27.8817 20.5684 28.3002 21.6005 28.5117V30.7047Z' fill='white' stroke='white' stroke-width='0.487786'/%3E%3C/svg%3E");
}
div#content ul.summary li.li5 p {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1639 24.1951C20.8294 24.1951 20.549 24.0819 20.3227 23.8556C20.0964 23.6294 19.9833 23.349 19.9833 23.0145V17.459C19.9833 17.1245 20.0964 16.8441 20.3227 16.6178C20.549 16.3915 20.8294 16.2784 21.1639 16.2784H25.3305C25.665 16.2784 25.9454 16.3915 26.1717 16.6178C26.3979 16.8441 26.5111 17.1245 26.5111 17.459V23.0145C26.5111 23.349 26.3979 23.6294 26.1717 23.8556C25.9454 24.0819 25.665 24.1951 25.3305 24.1951H21.1639ZM21.65 22.5284H24.8444V17.9451H21.65V22.5284ZM13.2598 24.1951C12.9253 24.1951 12.645 24.0819 12.4187 23.8556C12.1924 23.6294 12.0793 23.349 12.0793 23.0145V17.459C12.0793 17.1245 12.1924 16.8441 12.4187 16.6178C12.645 16.3915 12.9253 16.2784 13.2598 16.2784H17.4265C17.761 16.2784 18.0414 16.3915 18.2676 16.6178C18.4939 16.8441 18.607 17.1245 18.607 17.459V18.6395H16.9404V17.9451H13.7459V22.5284H16.9404V21.834H18.607V23.0035C18.607 23.3349 18.4939 23.6164 18.2676 23.8478C18.0414 24.0793 17.761 24.1951 17.4265 24.1951H13.2598ZM27.8873 28.3617V25.0978C27.8873 24.7633 28.0005 24.483 28.2267 24.2567C28.453 24.0304 28.7334 23.9173 29.0679 23.9173H32.054V22.1117H27.8873V20.4451H32.5401C32.8746 20.4451 33.155 20.5582 33.3812 20.7845C33.6075 21.0108 33.7206 21.2911 33.7206 21.6256V23.7089C33.7206 24.0434 33.6075 24.3238 33.3812 24.5501C33.155 24.7764 32.8746 24.8895 32.5401 24.8895H29.554V26.6951H33.7206V28.3617H27.8873Z' fill='white'/%3E%3Ccircle cx='22.8997' cy='22.3201' r='17.599' stroke='white' stroke-width='2.74107'/%3E%3C/svg%3E%0A");
}
div#content div.chart-box h2 {
  background-size: 26px 26px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  color: #414141;
  font-size: 23px;
  font-weight: 500;
}
div#content div.chart-box h2.icon01 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='27' viewBox='0 0 26 27' fill='none'%3E%3Cpath d='M3.25 23.25V21.1917L4.875 19.5667V23.25H3.25ZM7.71875 23.25V16.8583L9.34375 15.2333V23.25H7.71875ZM12.1875 23.25V15.2333L13.8125 16.8854V23.25H12.1875ZM16.6562 23.25V16.8854L18.2812 15.2604V23.25H16.6562ZM21.125 23.25V12.525L22.75 10.9V23.25H21.125ZM3.25 16.8583V14.5563L10.8333 7.02708L15.1667 11.3604L22.75 3.75V6.05208L15.1667 13.6625L10.8333 9.32917L3.25 16.8583Z' fill='black'/%3E%3C/svg%3E");
}
div#content div.chart-box h2.icon02 {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 26.1667C4.78333 26.1667 4.375 25.9917 4.025 25.6417C3.675 25.2917 3.5 24.8833 3.5 24.4167V6.33334C3.5 5.86668 3.675 5.45834 4.025 5.10834C4.375 4.75834 4.78333 4.58334 5.25 4.58334H7.14583V2.83334H9.04167V4.58334H18.9583V2.83334H20.8542V4.58334H22.75C23.2167 4.58334 23.625 4.75834 23.975 5.10834C24.325 5.45834 24.5 5.86668 24.5 6.33334V24.4167C24.5 24.8833 24.325 25.2917 23.975 25.6417C23.625 25.9917 23.2167 26.1667 22.75 26.1667H5.25ZM5.25 24.4167H22.75V11.875H5.25V24.4167ZM5.25 10.125H22.75V6.33334H5.25V10.125Z' fill='%23001E2E'/%3E%3Cpath d='M13.4086 23.0118V21.8424C12.8796 21.7496 12.4457 21.5477 12.1069 21.2368C11.7682 20.9259 11.5245 20.5338 11.376 20.0604L12.1557 19.7402C12.3134 20.1857 12.5408 20.5175 12.8378 20.7356C13.1348 20.9537 13.4921 21.0628 13.9098 21.0628C14.3553 21.0628 14.7219 20.9514 15.0096 20.7287C15.2973 20.5059 15.4412 20.1996 15.4412 19.8098C15.4412 19.4015 15.3136 19.0859 15.0583 18.8632C14.8031 18.6404 14.3228 18.413 13.6174 18.181C12.9492 17.9675 12.4503 17.6845 12.1208 17.3318C11.7914 16.9791 11.6266 16.5382 11.6266 16.0092C11.6266 15.4987 11.7914 15.0718 12.1208 14.7284C12.4503 14.385 12.8796 14.1901 13.4086 14.1437V12.9882H14.2439V14.1437C14.6616 14.1901 15.0212 14.327 15.3228 14.5544C15.6245 14.7818 15.8542 15.0718 16.012 15.4245L15.2323 15.7586C15.1024 15.4616 14.9284 15.2458 14.7103 15.1113C14.4922 14.9767 14.2068 14.9094 13.8541 14.9094C13.4272 14.9094 13.0884 15.0068 12.8378 15.2017C12.5872 15.3967 12.4619 15.6612 12.4619 15.9953C12.4619 16.348 12.6011 16.6334 12.8796 16.8515C13.158 17.0696 13.6731 17.2946 14.4249 17.5267C15.056 17.7216 15.5224 18.0023 15.824 18.3689C16.1257 18.7355 16.2765 19.1973 16.2765 19.7541C16.2765 20.3389 16.1048 20.8099 15.7614 21.1672C15.418 21.5245 14.9121 21.7542 14.2439 21.8563V23.0118H13.4086Z' fill='%23001E2E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1704 23.25V22.0368C12.6897 21.9242 12.2788 21.7179 11.9459 21.4123C11.5738 21.0708 11.3088 20.6417 11.1488 20.1317L11.0833 19.9231L12.2966 19.4248L12.3802 19.6607C12.5265 20.0738 12.7299 20.3608 12.9788 20.5436C13.2296 20.7278 13.5358 20.8246 13.9098 20.8246C14.3146 20.8246 14.6265 20.724 14.8638 20.5403C15.0886 20.3663 15.203 20.132 15.203 19.8098C15.203 19.4548 15.0945 19.2109 14.9017 19.0426C14.6856 18.854 14.2461 18.6386 13.544 18.4076C12.8539 18.187 12.3137 17.8871 11.9468 17.4944C11.572 17.0932 11.3884 16.5923 11.3884 16.0092C11.3884 15.4422 11.5737 14.9547 11.949 14.5635C12.2753 14.2234 12.6863 14.0153 13.1704 13.934V12.75H14.4821V13.9385C14.8508 14.0078 15.1804 14.1487 15.4662 14.3642C15.8007 14.6164 16.0556 14.9387 16.2294 15.3272L16.3282 15.5481L15.1089 16.0707L15.0141 15.8541C14.8985 15.5897 14.7523 15.4171 14.5852 15.314C14.4163 15.2097 14.1786 15.1476 13.8541 15.1476C13.462 15.1476 13.1805 15.237 12.984 15.3898C12.7949 15.5369 12.7001 15.7302 12.7001 15.9953C12.7001 16.2745 12.8055 16.4909 13.0265 16.664C13.2676 16.8529 13.7455 17.0677 14.4951 17.2991C15.154 17.5025 15.6672 17.8035 16.008 18.2176C16.3505 18.634 16.5147 19.1521 16.5147 19.7541C16.5147 20.3886 16.3267 20.9227 15.9331 21.3322C15.5806 21.6991 15.0896 21.9349 14.4821 22.0562V23.25H13.1704ZM14.2439 21.8563C14.9121 21.7542 15.418 21.5245 15.7614 21.1672C16.1048 20.8099 16.2765 20.3389 16.2765 19.7541C16.2765 19.1973 16.1257 18.7355 15.824 18.3689C15.5224 18.0023 15.056 17.7216 14.4249 17.5267C13.6731 17.2946 13.158 17.0696 12.8796 16.8515C12.6011 16.6334 12.4619 16.348 12.4619 15.9953C12.4619 15.6612 12.5872 15.3967 12.8378 15.2017C13.0884 15.0068 13.4272 14.9094 13.8541 14.9094C14.2068 14.9094 14.4922 14.9767 14.7103 15.1113C14.9284 15.2458 15.1024 15.4616 15.2323 15.7586L16.012 15.4245C15.979 15.3508 15.9429 15.2799 15.9037 15.2117C15.7551 14.9534 15.5615 14.7343 15.3228 14.5544C15.0212 14.327 14.6616 14.1901 14.2439 14.1437V12.9882H13.4086V14.1437C12.8796 14.1901 12.4503 14.385 12.1208 14.7284C11.7914 15.0718 11.6266 15.4987 11.6266 16.0092C11.6266 16.5382 11.7914 16.9791 12.1208 17.3318C12.4503 17.6845 12.9492 17.9675 13.6174 18.181C14.3228 18.413 14.8031 18.6404 15.0583 18.8632C15.3136 19.0859 15.4412 19.4015 15.4412 19.8098C15.4412 20.1996 15.2973 20.5059 15.0096 20.7287C14.7219 20.9514 14.3553 21.0628 13.9098 21.0628C13.4921 21.0628 13.1348 20.9537 12.8378 20.7356C12.5923 20.5553 12.3943 20.2972 12.2439 19.9615C12.2124 19.8911 12.183 19.8174 12.1557 19.7402L11.376 20.0604C11.5245 20.5338 11.7682 20.9259 12.1069 21.2368C12.4457 21.5477 12.8796 21.7496 13.4086 21.8424V23.0118H14.2439V21.8563Z' fill='%23001E2E'/%3E%3C/svg%3E%0A");
}
div#content div.chart-box h2.icon03 {
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87003 20.5147C9.51062 20.5147 9.20936 20.3931 8.96623 20.15C8.72311 19.9068 8.60155 19.6056 8.60155 19.2462V13.2768C8.60155 12.9174 8.72311 12.6162 8.96623 12.3731C9.20936 12.1299 9.51062 12.0084 9.87003 12.0084H14.347C14.7064 12.0084 15.0077 12.1299 15.2508 12.3731C15.4939 12.6162 15.6155 12.9174 15.6155 13.2768V19.2462C15.6155 19.6056 15.4939 19.9068 15.2508 20.15C15.0077 20.3931 14.7064 20.5147 14.347 20.5147H9.87003ZM10.3923 18.7239H13.8247V13.7992H10.3923V18.7239ZM1.37731 20.5147C1.0179 20.5147 0.71664 20.3931 0.473514 20.15C0.230388 19.9068 0.108826 19.6056 0.108826 19.2462V13.2768C0.108826 12.9174 0.230388 12.6162 0.473514 12.3731C0.71664 12.1299 1.0179 12.0084 1.37731 12.0084H5.8543C6.2137 12.0084 6.51497 12.1299 6.75809 12.3731C7.00122 12.6162 7.12278 12.9174 7.12278 13.2768V14.5453H5.33199V13.7992H1.89962V18.7239H5.33199V17.9777H7.12278V19.2344C7.12278 19.5905 7.00122 19.8928 6.75809 20.1416C6.51497 20.3903 6.2137 20.5147 5.8543 20.5147H1.37731ZM17.0943 24.9916V21.4847C17.0943 21.1253 17.2158 20.824 17.459 20.5809C17.7021 20.3377 18.0033 20.2162 18.3627 20.2162H21.5713V18.2762H17.0943V16.4854H22.0936C22.453 16.4854 22.7542 16.6069 22.9974 16.85C23.2405 17.0932 23.3621 17.3944 23.3621 17.7538V19.9923C23.3621 20.3517 23.2405 20.653 22.9974 20.8961C22.7542 21.1393 22.453 21.2608 22.0936 21.2608H18.8851V23.2008H23.3621V24.9916H17.0943Z' fill='%23414141'/%3E%3Cpath d='M31.1585 24.7881L25.4255 19.0551L26.4287 18.0519L31.1585 22.7816L35.8882 18.0519L36.8914 19.0551L31.1585 24.7881ZM31.1585 18.7446L25.4255 13.0116L26.4287 12.0084L31.1585 16.7381L35.8882 12.0084L36.8914 13.0116L31.1585 18.7446Z' fill='%23414141'/%3E%3C/svg%3E%0A");
}
div#content div.chart-box div.box {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
  min-height: 220px;
}
div#content div.map {
  position: relative;
  font-size: 0;
  z-index: 10;
}
div#content div.map p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  background: #efefef;
  width: 40%;
  height: 200px;
}
div#content div.map p.solar {
  background: url("data:image/svg+xml,%3Csvg width='206' height='142' viewBox='0 0 206 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.66666 47.6667H196.333M79.6667 1L68 94.3333M126.333 1L138 94.3333M103 94.3333V141M44.6667 141H161.333M12.9333 94.3333H193.067C194.84 94.3333 196.59 93.929 198.184 93.1511C199.778 92.3732 201.173 91.2422 202.264 89.8442C203.355 88.4461 204.113 86.8177 204.48 85.0827C204.847 83.3478 204.814 81.5519 204.383 79.8317L186.883 9.83167C186.251 7.30879 184.794 5.06943 182.744 3.46931C180.694 1.86919 178.167 1.00007 175.567 1H30.4333C27.8325 1.00007 25.3063 1.86919 23.2559 3.46931C21.2056 5.06943 19.7487 7.30879 19.1167 9.83167L1.61666 79.8317C1.18572 81.5519 1.15263 83.3478 1.51988 85.0827C1.88713 86.8177 2.64507 88.4461 3.73609 89.8442C4.82711 91.2422 6.2225 92.3732 7.81619 93.1511C9.40988 93.929 11.1599 94.3333 12.9333 94.3333Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/100px auto;
  margin-right: 20%;
}
div#content div.map p.solar::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  width: 34%;
  height: 20px;
  background: #F00;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  z-index: 10;
}
div#content div.map p.kepco {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138.337' height='185.79' viewBox='0 0 138.337 185.79'%3E%3Cpath id='svg' d='M57.019,51.1,41.446,42.714l11.1-23.631,74.206.192,11.066,23.688L122.2,51.18,115.928,37.8l-52.566-.136ZM147.547,75l-39.688-.1L101.01,47.043l-22.779-.059L71.238,74.8l-39.688-.1L20.275,98.328l15.661,8.3,6.43-13.344,94.269.244L142.909,107l15.7-8.217Zm-7.783,129.875-18.135-.047-2.082-8.356L89.359,148.145,58.833,196.313,56.8,204.658l-18.135-.047L64.245,102.617l18.135.047-3.186,12.517L89.4,131.444l10.2-16.21L96.573,102.7l18.136.047Zm-55.64-65.092-7.853-12.546-10.446,41.54ZM112.785,168.8l-10.23-41.592-7.918,12.6Z' transform='translate(-20.275 -19.083)'/%3E%3C/svg%3E%0A") no-repeat center/100px auto;
}
div#content div.map p.kepco::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  width: 20px;
  height: 130px;
  background: #000;
}
div#content div.map p.kepco::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
  top: 130px;
  width: 40px;
  height: 5px;
  background: #fff;
}
div#content div.map p span {
  display: block;
  text-align: center;
  color: #000;
  font-size: 26px;
  font-weight: 500;
  margin-top: 140px;
}
div#content div.map2 {
  position: relative;
  background: #D9D9D9;
  padding: 10px;
}
@media (min-width: 1200px) {
  div#content div.map2 {
    height: 160px;
  }
}
div#content div.map2 p.pcs {
  height: 110px;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #59C19B;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0 0;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  div#content div.map2 p.pcs {
    width: 15%;
    margin: 0 auto;
  }
}
div#content div.map2 p.pcs span {
  display: block;
}
div#content div.map2 div.pcs {
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  div#content div.map2 div.pcs {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40%;
    margin: 0;
  }
}
div#content div.map2 div.pcs strong {
  display: block;
  margin: 0 0 10px;
  border-radius: 5px;
  background: #414141;
  padding: 10px;
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  div#content div.map2 div.pcs strong {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    padding: 0;
    line-height: 140px;
  }
}
div#content div.map2 div.pcs div {
  display: flex;
  background: #fff;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  div#content div.map2 div.pcs div {
    margin-left: 90px;
    height: 140px;
  }
}
div#content div.map2 div.pcs div span {
  flex: 1 1 auto;
  text-align: center;
}
div#content div.map2 div.pcs div span::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 10px;
}
@media (min-width: 1200px) {
  div#content div.map2 div.pcs div span::before {
    margin: 24px auto 10px;
  }
}
div#content div.map2 div.pcs div span.stat01::before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.5833 27.0791H27.0833V39.5791H22.9166V27.0791H10.4166V22.9125H22.9166V10.4125H27.0833V22.9125H39.5833V27.0791Z' fill='black'/%3E%3C/svg%3E%0A");
}
div#content div.map2 div.pcs div span.stat02::before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.5833 27.1667H10.4166V23H39.5833V27.1667Z' fill='black'/%3E%3C/svg%3E%0A");
}
div#content div.map2 div.pcs div span.stat03::before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.9474 42.6678C32.5054 46.7597 27.9751 49.3079 23.1284 49.8781C18.2817 50.4484 13.4184 49.0055 9.36716 45.7952C5.31589 42.5849 2.32726 37.806 0.910454 32.2725C-0.50635 26.739 -0.263673 20.7933 1.59714 15.4484C3.45795 10.1036 6.82177 5.69019 11.1155 2.96024C15.4092 0.23029 20.3672 -0.647351 25.1448 0.476844C29.9223 1.60104 34.2238 4.65752 37.3164 9.12554C40.409 13.5936 42.1014 19.1967 42.1053 24.9803H36.8421C36.8453 20.6422 35.5817 16.437 33.2666 13.0813C30.9514 9.72552 27.728 7.42691 24.1456 6.57712C20.5633 5.72732 16.8436 6.37893 13.6204 8.4209C10.3973 10.4629 7.87015 13.7689 6.46961 17.7755C5.06907 21.7821 4.88182 26.2415 5.93976 30.3937C6.9977 34.546 9.23537 38.1341 12.2715 40.5467C15.3075 42.9593 18.9542 44.0471 22.59 43.6247C26.2258 43.2023 29.6257 41.2959 32.2105 38.2303L35.9474 42.6678ZM28.9474 24.9803H50L39.4737 37.4803L28.9474 24.9803Z' fill='black'/%3E%3C/svg%3E%0A");
}
div#content div.map2 div.pcs div span.stat04::before {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='55' viewBox='0 0 52 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dd_19_82)'%3E%3Cpath d='M26 3.12498C13.9199 3.12498 4.125 12.9199 4.125 25C4.125 37.0801 13.9199 46.875 26 46.875C38.0801 46.875 47.875 37.0801 47.875 25C47.875 12.9199 38.0801 3.12498 26 3.12498ZM26 43.164C15.9707 43.164 7.83594 35.0293 7.83594 25C7.83594 20.6543 9.36426 16.6601 11.9131 13.5351L37.4648 39.0869C34.3398 41.6357 30.3457 43.164 26 43.164ZM40.0869 36.4648L14.5352 10.9131C17.6602 8.36424 21.6543 6.83592 26 6.83592C36.0293 6.83592 44.1641 14.9707 44.1641 25C44.1641 29.3457 42.6357 33.3398 40.0869 36.4648Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd_19_82' x='-3' y='-1.52588e-05' width='58' height='58' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_19_82'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_19_82' result='effect2_dropShadow_19_82'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_19_82' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
div#content div.map2 div.pcs div span.stat05::before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.3333 50V-1.52588e-05H50V50H33.3333ZM0 50V-1.52588e-05H16.6667V50H0Z' fill='black'/%3E%3C/svg%3E%0A");
}
div#content div.map2 div.pcs div span.stat06::before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_19_94)'%3E%3Cpath d='M25 45.1944C27.3012 45.1944 29.1667 43.329 29.1667 41.0278C29.1667 38.7266 27.3012 36.8611 25 36.8611C22.6989 36.8611 20.8334 38.7266 20.8334 41.0278C20.8334 43.329 22.6989 45.1944 25 45.1944Z' fill='black'/%3E%3Cpath d='M40.5278 24.5972L40.6806 24.3611C40.8314 24.1274 40.9342 23.866 40.983 23.5922C41.0318 23.3183 41.0257 23.0375 40.9649 22.7661C40.9042 22.4947 40.79 22.238 40.6291 22.0111C40.4683 21.7842 40.2639 21.5916 40.0278 21.4444C35.5119 18.6547 30.3081 17.1782 25 17.1805C24.2223 17.1805 23.4584 17.1805 22.7084 17.2778L27.1667 21.7361C30.9095 22.0663 34.5237 23.2647 37.7223 25.2361C38.1814 25.5143 38.7308 25.6032 39.2542 25.484C39.7777 25.3648 40.2344 25.0468 40.5278 24.5972Z' fill='black'/%3E%3Cpath d='M45.5 13.0278C40.8712 10.1408 35.685 8.26374 30.2807 7.51939C24.8764 6.77505 19.3758 7.18019 14.1389 8.70832L17.7917 12.3611C26.5186 10.4876 35.6321 12.0921 43.1945 16.8333C43.6511 17.1031 44.194 17.1872 44.7109 17.0683C45.2278 16.9494 45.6793 16.6366 45.9722 16.1944L46.125 15.9583C46.2793 15.7258 46.3856 15.4647 46.4376 15.1906C46.4897 14.9164 46.4866 14.6346 46.4284 14.3617C46.3702 14.0888 46.2581 13.8302 46.0987 13.6012C45.9393 13.3721 45.7357 13.1772 45.5 13.0278Z' fill='black'/%3E%3Cpath d='M4.16666 6.5972L8.47221 10.9028C7.07697 11.5458 5.72257 12.2741 4.41666 13.0833C4.17758 13.2293 3.97018 13.4218 3.8067 13.6493C3.64323 13.8768 3.52699 14.1347 3.46484 14.4079C3.4027 14.6811 3.39592 14.9639 3.44489 15.2397C3.49387 15.5156 3.59761 15.7788 3.74999 16.0139L3.90277 16.25C4.1957 16.6922 4.64723 17.005 5.16414 17.1239C5.68105 17.2428 6.22387 17.1586 6.68055 16.8889C8.30292 15.8684 10.008 14.9857 11.7778 14.25L16.1389 18.6111C13.9318 19.3202 11.8191 20.295 9.84722 21.5139C9.61231 21.6621 9.40919 21.8556 9.24967 22.083C9.09014 22.3104 8.97739 22.5673 8.91795 22.8386C8.85851 23.11 8.85357 23.3904 8.90342 23.6637C8.95327 23.937 9.05691 24.1976 9.20833 24.4305L9.3611 24.6666C9.65403 25.1088 10.1056 25.4217 10.6225 25.5405C11.1394 25.6594 11.6822 25.5753 12.1389 25.3055C14.4955 23.8491 17.0837 22.8063 19.7917 22.2222L24.7917 27.2222C21.4651 27.2568 18.2085 28.1824 15.3611 29.9028C15.1267 30.0497 14.9238 30.2419 14.7645 30.4681C14.6051 30.6943 14.4924 30.9499 14.4329 31.2202C14.3735 31.4904 14.3684 31.7698 14.4181 32.042C14.4677 32.3142 14.5711 32.5737 14.7222 32.8055L14.8611 33.0278C15.1667 33.4795 15.6353 33.7954 16.1686 33.9093C16.702 34.0232 17.2587 33.9263 17.7222 33.6389C19.5915 32.5285 21.6912 31.8632 23.8588 31.6947C26.0264 31.5261 28.2038 31.8586 30.2222 32.6666L40.2778 42.7083L42.2361 40.75L6.12499 4.63887L4.16666 6.5972Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_19_94'%3E%3Crect width='50' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (min-width: 1200px) {
  div#content div.map2 div.bms {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40%;
  }
}
div#content div.map2 div.bms strong {
  display: block;
  margin: 0 0 10px;
  border-radius: 5px;
  background: #414141;
  padding: 10px;
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  div#content div.map2 div.bms strong {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    padding: 0;
    line-height: 140px;
  }
}
div#content div.map2 div.bms > div {
  background: #fff;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  div#content div.map2 div.bms > div {
    margin-right: 90px;
    height: 140px;
    padding: 10px 0 10px 20px;
    text-align: center;
  }
}
div#content div.map2 div.bms > div div {
  width: 151px;
  line-height: 72px;
  margin: 20px auto;
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background: url("data:image/svg+xml,%3Csvg width='151' height='72' viewBox='0 0 151 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_iii_29_137)'%3E%3Cpath d='M0 8.04507C0 3.60189 3.6019 -1.52588e-05 8.04508 -1.52588e-05V72C3.6019 72 0 68.3981 0 63.9549V8.04507Z' fill='%23F0F0F0'/%3E%3Cpath d='M0 8.04507C0 3.60189 3.6019 -1.52588e-05 8.04508 -1.52588e-05V72C3.6019 72 0 68.3981 0 63.9549V8.04507Z' fill='url(%23paint0_linear_29_137)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_iii_29_137)'%3E%3Cpath d='M142.955 8.04507C142.955 3.60189 139.353 -1.52588e-05 134.91 -1.52588e-05V72C139.353 72 142.955 68.3981 142.955 63.9549V8.04507Z' fill='%23F0F0F0'/%3E%3Cpath d='M142.955 8.04507C142.955 3.60189 139.353 -1.52588e-05 134.91 -1.52588e-05V72C139.353 72 142.955 68.3981 142.955 63.9549V8.04507Z' fill='url(%23paint1_linear_29_137)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_iii_29_137)'%3E%3Cpath d='M151 26.3852C151 23.8728 148.963 21.8361 146.451 21.8361H142.955V50.1639H146.451C148.963 50.1639 151 48.1272 151 45.6148V26.3852Z' fill='%23F0F0F0'/%3E%3Cpath d='M151 26.3852C151 23.8728 148.963 21.8361 146.451 21.8361H142.955V50.1639H146.451C148.963 50.1639 151 48.1272 151 45.6148V26.3852Z' fill='url(%23paint2_linear_29_137)'/%3E%3C/g%3E%3Cg filter='url(%23filter3_iii_29_137)'%3E%3Cpath d='M142.955 24.1967C142.955 24.1967 143.38 24.1967 145.43 24.1967C147.481 24.1967 149.762 28.3279 149.762 31.2787C149.762 34.2295 149.762 37.7705 149.762 40.7213C149.762 43.6721 147.481 47.8033 145.43 47.8033H142.955V24.1967Z' fill='url(%23paint3_linear_29_137)'/%3E%3C/g%3E%3Cg filter='url(%23filter4_i_29_137)'%3E%3Crect x='8.04492' y='-1.52588e-05' width='1.85656' height='72' fill='url(%23paint4_linear_29_137)'/%3E%3C/g%3E%3Cg filter='url(%23filter5_i_29_137)'%3E%3Crect x='133.053' y='-1.52588e-05' width='1.85656' height='72' fill='url(%23paint5_linear_29_137)'/%3E%3C/g%3E%3Crect x='9.90186' y='-1.52588e-05' width='123.152' height='72' fill='url(%23paint6_linear_29_137)'/%3E%3Cdefs%3E%3Cfilter id='filter0_iii_29_137' x='0' y='-1.52588e-05' width='10.3198' height='72' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='2.27459'/%3E%3CfeGaussianBlur stdDeviation='1.81967'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_29_137'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='0.454918'/%3E%3CfeGaussianBlur stdDeviation='0.227459'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/%3E%3CfeBlend mode='normal' in2='effect1_innerShadow_29_137' result='effect2_innerShadow_29_137'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-0.454918'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='effect2_innerShadow_29_137' result='effect3_innerShadow_29_137'/%3E%3C/filter%3E%3Cfilter id='filter1_iii_29_137' x='132.635' y='-1.52588e-05' width='10.3198' height='72' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-2.27459'/%3E%3CfeGaussianBlur stdDeviation='1.81967'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_29_137'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-0.454918'/%3E%3CfeGaussianBlur stdDeviation='0.227459'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/%3E%3CfeBlend mode='normal' in2='effect1_innerShadow_29_137' result='effect2_innerShadow_29_137'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='0.454918'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='effect2_innerShadow_29_137' result='effect3_innerShadow_29_137'/%3E%3C/filter%3E%3Cfilter id='filter2_iii_29_137' x='142.5' y='21.8361' width='8.955' height='29.2377' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-0.454918' dy='0.909836'/%3E%3CfeGaussianBlur stdDeviation='0.454918'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.455208 0 0 0 0 0.456167 0 0 0 0 0.479167 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_29_137'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-0.454918' dy='0.454918'/%3E%3CfeGaussianBlur stdDeviation='0.454918'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='effect1_innerShadow_29_137' result='effect2_innerShadow_29_137'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='0.454918'/%3E%3CfeGaussianBlur stdDeviation='0.454918'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0'/%3E%3CfeBlend mode='normal' in2='effect2_innerShadow_29_137' result='effect3_innerShadow_29_137'/%3E%3C/filter%3E%3Cfilter id='filter3_iii_29_137' x='142.955' y='24.1967' width='7.71721' height='23.6066' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeMorphology radius='0.909836' operator='dilate' in='SourceAlpha' result='effect1_innerShadow_29_137'/%3E%3CfeOffset dx='0.909836'/%3E%3CfeGaussianBlur stdDeviation='0.454918'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.233576 0 0 0 0 0.234567 0 0 0 0 0.258333 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_29_137'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeMorphology radius='1.36475' operator='dilate' in='SourceAlpha' result='effect2_innerShadow_29_137'/%3E%3CfeOffset dx='2.27459'/%3E%3CfeGaussianBlur stdDeviation='1.1373'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.294118 0 0 0 0 0.294118 0 0 0 0 0.294118 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='effect1_innerShadow_29_137' result='effect2_innerShadow_29_137'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='0.454918'/%3E%3CfeGaussianBlur stdDeviation='0.227459'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='effect2_innerShadow_29_137' result='effect3_innerShadow_29_137'/%3E%3C/filter%3E%3Cfilter id='filter4_i_29_137' x='8.04492' y='-1.52588e-05' width='1.85645' height='72' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-0.454918'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.16 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_29_137'/%3E%3C/filter%3E%3Cfilter id='filter5_i_29_137' x='133.053' y='-1.52588e-05' width='1.85645' height='72' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-0.454918'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.16 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_29_137'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_29_137' x1='4.02254' y1='-1.52588e-05' x2='4.02254' y2='72' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0208333' stop-color='%23D7D6D7'/%3E%3Cstop offset='0.161458' stop-color='white'/%3E%3Cstop offset='0.427083' stop-color='%23F0F0F0'/%3E%3Cstop offset='0.755208' stop-color='%239B9B9B'/%3E%3Cstop offset='0.9375' stop-color='%23C0BBBF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_29_137' x1='138.933' y1='-1.52588e-05' x2='138.933' y2='72' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0208333' stop-color='%23D7D6D7'/%3E%3Cstop offset='0.161458' stop-color='white'/%3E%3Cstop offset='0.427083' stop-color='%23F0F0F0'/%3E%3Cstop offset='0.755208' stop-color='%239B9B9B'/%3E%3Cstop offset='0.9375' stop-color='%23C0BBBF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_29_137' x1='158.426' y1='21.1616' x2='158.426' y2='49.4895' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0833333' stop-color='%23252528'/%3E%3Cstop offset='0.552083' stop-color='%239B9B9B'/%3E%3Cstop offset='0.916667' stop-color='%232A2B2E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_29_137' x1='136.671' y1='23.6347' x2='136.671' y2='47.2412' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.15625' stop-color='white'/%3E%3Cstop offset='0.508929' stop-color='%23EDEDED' stop-opacity='0.3'/%3E%3Cstop offset='0.526142' stop-color='%2327262E'/%3E%3Cstop offset='0.729167' stop-color='%234C4C54'/%3E%3Cstop offset='1' stop-color='%23A7A7A7'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_29_137' x1='8.9732' y1='-1.52588e-05' x2='8.9732' y2='72' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23128F17'/%3E%3Cstop offset='0.244792' stop-color='%2342D348'/%3E%3Cstop offset='0.729167' stop-color='%23076B08'/%3E%3Cstop offset='1' stop-color='%23009903'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_29_137' x1='133.982' y1='-1.52588e-05' x2='133.982' y2='72' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23128F17'/%3E%3Cstop offset='0.244792' stop-color='%2342D348'/%3E%3Cstop offset='0.729167' stop-color='%23076B08'/%3E%3Cstop offset='1' stop-color='%23009903'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_29_137' x1='71.4777' y1='-1.52588e-05' x2='71.4777' y2='72' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2333C538'/%3E%3Cstop offset='0.046875' stop-color='%233ED844'/%3E%3Cstop offset='0.197917' stop-color='%2382F186'/%3E%3Cstop offset='0.27459' stop-color='%23A5FDA7'/%3E%3Cstop offset='0.428279' stop-color='%238EF190'/%3E%3Cstop offset='0.811475' stop-color='%2300A501'/%3E%3Cstop offset='0.877049' stop-color='%2300A501'/%3E%3Cstop offset='0.960041' stop-color='%230CB50F'/%3E%3Cstop offset='0.991291' stop-color='%230FAD10'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/100% auto;
}
@media (min-width: 1200px) {
  div#content div.map2 div.bms > div div {
    margin: 0 auto 20px;
  }
}
div#content div.map2 div.bms > div span {
  display: block;
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 40px;
  margin: 0 0 30px;
}
@media (min-width: 1200px) {
  div#content div.map2 div.bms > div span {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
div#content div.map2 div.bms > div span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
div#content div.map2 div.bms > div span.stat01::before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 42C15.6 42 8 34.4 8 25C8 15.6 15.6 7.99998 25 7.99998C34.4 7.99998 42 15.6 42 25C42 34.4 34.4 42 25 42ZM25 9.99998C16.7 9.99998 10 16.7 10 25C10 33.3 16.7 40 25 40C33.3 40 40 33.3 40 25C40 16.7 33.3 9.99998 25 9.99998Z' fill='%230FA958'/%3E%3Cpath d='M23 32.4L14.3 23.7L15.7 22.3L23 29.6L34.3 18.3L35.7001 19.7L23 32.4Z' fill='%230FA958'/%3E%3C/svg%3E%0A");
}
div#content div.map2 div.bms > div span.stat02::before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9645 27.9167V10.2896C30.9517 8.70623 30.3243 7.1898 29.2145 6.0604C28.6078 5.45933 27.8789 4.99571 27.0774 4.70096C26.2758 4.40621 25.4202 4.28723 24.5687 4.35207C23.0274 4.50395 21.6003 5.23212 20.5728 6.39092C19.5454 7.54972 18.9933 9.05372 19.027 10.6021L19.0478 27.8521C17.5225 28.9978 16.3603 30.5595 15.7011 32.3497C15.0419 34.1399 14.9136 36.0823 15.3316 37.9437C15.7496 39.805 16.6962 41.5061 18.0576 42.8424C19.419 44.1788 21.1374 45.0937 23.0062 45.4771C23.6584 45.6025 24.3211 45.6653 24.9853 45.6646C27.6118 45.6646 30.131 44.6226 31.9901 42.7674C33.8493 40.9122 34.8965 38.3952 34.902 35.7687C34.9058 34.2431 34.5515 32.7379 33.8676 31.3742C33.1837 30.0104 32.1894 28.8262 30.9645 27.9167ZM29.9645 41.7917C29.0599 42.5328 28.0016 43.0631 26.8665 43.3442C25.7314 43.6253 24.5479 43.65 23.402 43.4167C21.8812 43.1138 20.4871 42.3593 19.4018 41.2517C18.3165 40.1441 17.5905 38.735 17.3187 37.2083C17.0491 35.7766 17.1852 34.298 17.7116 32.9396C18.2381 31.5812 19.1339 30.397 20.2978 29.5208C20.5491 29.3354 20.7534 29.0938 20.8945 28.8152C21.0356 28.5366 21.1095 28.2289 21.1103 27.9167V10.6021C21.0873 9.58422 21.4434 8.59414 22.1094 7.82414C22.7755 7.05413 23.7039 6.55917 24.7145 6.4354C24.8108 6.4187 24.9085 6.41172 25.0062 6.41457C26.0305 6.42541 27.0098 6.83715 27.7342 7.56151C28.4586 8.28588 28.8703 9.26522 28.8812 10.2896V27.9167C28.882 28.2289 28.9559 28.5366 29.097 28.8152C29.238 29.0938 29.4424 29.3354 29.6937 29.5208C30.6405 30.2294 31.4136 31.1441 31.9547 32.1956C32.4957 33.2472 32.7905 34.408 32.8165 35.5903C32.8426 36.7726 32.5994 37.9453 32.1053 39.0197C31.6112 40.0941 30.8791 41.042 29.9645 41.7917Z' fill='%230FA958'/%3E%3Cpath d='M28.9437 35.7687C28.9437 36.813 28.5288 37.8145 27.7904 38.553C27.052 39.2914 26.0505 39.7062 25.0062 39.7062C23.9619 39.7062 22.9604 39.2914 22.2219 38.553C21.4835 37.8145 21.0687 36.813 21.0687 35.7687C21.0639 34.9078 21.3459 34.0698 21.8703 33.387C22.3947 32.7042 23.1315 32.2154 23.9645 31.9979V11.25C23.9645 10.9737 24.0742 10.7088 24.2696 10.5134C24.4649 10.3181 24.7299 10.2083 25.0062 10.2083C25.2824 10.2083 25.5474 10.3181 25.7427 10.5134C25.9381 10.7088 26.0478 10.9737 26.0478 11.25V32C26.8787 32.2206 27.6132 32.7099 28.137 33.3916C28.6608 34.0733 28.9444 34.9091 28.9437 35.7687Z' fill='%230FA958'/%3E%3C/svg%3E%0A");
}
div#content div.table-outline {
  overflow-x: auto;
}
div#content div.table-outline table {
  width: 100%;
  min-width: 600px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  background: #5B5B5B;
  border-spacing: 0;
  border-radius: 4px;
  border: 1px solid #5B5B5B;
  background: #363636;
}
div#content div.table-outline table th {
  border-top: 1px solid #5B5B5B;
  border-left: 1px solid #5B5B5B;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
}
div#content div.table-outline table td {
  border-top: 1px solid #5B5B5B;
  border-left: 1px solid #5B5B5B;
  background: rgba(255, 255, 255, 0);
  height: 36px;
}
div#content div.chart {
  margin: 30px 0;
}
div#content.login {
  width: 314px;
  height: auto;
  position: absolute;
  overflow: visible;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  padding: 0;
  border-radius: 0;
}
div#content.login h1 {
  margin: 0 auto 40px;
  width: 256px;
  height: 182px;
  font-size: 0;
  background: url(../images/logo.png) no-repeat center/100% auto;
}
div#content.login fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
div#content.login fieldset > label {
  display: block;
  color: #181818;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
div#content.login fieldset input[type=text],
div#content.login fieldset input[type=password] {
  width: 100%;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(196, 196, 196, 0);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  margin: 0 0 40px;
  padding: 0 20px;
  text-align: center;
}
div#content.login fieldset div.checkbox {
  position: relative;
  margin: 70px 0 36px;
  font-size: 12px;
  padding: 0 0 0 20px;
  color: #181818;
}
div#content.login fieldset div.checkbox input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
div#content.login fieldset div.checkbox a {
  position: absolute;
  right: 0;
  top: 0;
  color: #181818;
}
div#content.login fieldset a.submit,
div#content.login fieldset button.submit {
  display: block;
  border: none;
  width: 100%;
  line-height: 42px;
  border-radius: 12px;
  background: #EA454C;
  box-shadow: 0px 4px 10px 0px rgba(233, 68, 75, 0.25);
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

div#sideContent {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
@media (min-width: 1200px) {
  div#sideContent {
    position: absolute;
    right: 20px;
    top: 20px;
    left: auto;
    bottom: 20px;
    width: 367px;
    border-radius: 30px;
    padding: 20px 25px;
    overflow-y: auto;
  }
}
div#sideContent h2.title-box {
  border-radius: 10px;
  background: #59C19B;
  color: #FFF;
  line-height: 75px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 30px;
}
div#sideContent h2.icon {
  background-size: 26px 26px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  color: #414141;
  font-size: 23px;
  font-weight: 500;
  margin: 0 0 20px;
}
div#sideContent h2.icon.icon01 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='27' viewBox='0 0 26 27' fill='none'%3E%3Cpath d='M12.4583 18.6458C13.7372 18.6458 14.8243 18.1982 15.7195 17.303C16.6148 16.4077 17.0624 15.3206 17.0624 14.0417V9.43751H12.4583C11.1793 9.43751 10.0922 9.88513 9.19696 10.7804C8.30171 11.6756 7.85409 12.7627 7.85409 14.0417C7.85409 14.5175 7.93082 14.975 8.08429 15.4142C8.23777 15.8533 8.44089 16.2715 8.69367 16.6688L8.09784 17.2646C7.93534 17.4271 7.85409 17.6167 7.85409 17.8333C7.85409 18.05 7.93534 18.2396 8.09784 18.4021C8.26034 18.5646 8.44992 18.6458 8.66659 18.6458C8.88325 18.6458 9.07284 18.5646 9.23534 18.4021L9.83117 17.8063C10.2284 18.059 10.6466 18.2622 11.0858 18.4156C11.525 18.5691 11.9825 18.6458 12.4583 18.6458ZM12.4583 17.0208C12.2055 17.0208 11.9617 16.9847 11.727 16.9125C11.4923 16.8403 11.2485 16.759 10.9958 16.6688L13.5687 14.0688C13.7312 13.9063 13.8124 13.7167 13.8124 13.5C13.8124 13.2833 13.7312 13.0938 13.5687 12.9313C13.4062 12.7688 13.2166 12.6875 12.9999 12.6875C12.7833 12.6875 12.5937 12.7688 12.4312 12.9313L9.83117 15.5042C9.74089 15.2514 9.65964 15.0076 9.58742 14.7729C9.5152 14.5382 9.47908 14.2945 9.47908 14.0417C9.47908 13.2075 9.76707 12.5024 10.343 11.9265C10.919 11.3505 11.6241 11.0625 12.4583 11.0625H15.4374V14.0417C15.4374 14.8758 15.1494 15.5809 14.5735 16.1569C13.9975 16.7329 13.2924 17.0208 12.4583 17.0208ZM12.9999 25.4167L9.26242 22.4917L4.577 21.9229L4.00825 17.2375L1.08325 13.5L4.00825 9.76251L4.577 5.07709L9.26242 4.50834L12.9999 1.58334L16.7374 4.50834L21.4228 5.07709L21.9916 9.76251L24.9166 13.5L21.9916 17.2375L21.4228 21.9229L16.7374 22.4917L12.9999 25.4167ZM12.9999 23.3313L16.0831 20.9462L19.9807 20.4517L20.4461 16.5832L22.8312 13.5L20.4461 10.4168L19.9516 6.54834L16.0831 6.05385L12.9999 3.66876L9.91675 6.05385L6.01916 6.54834L5.55376 10.4168L3.16867 13.5L5.55376 16.5832L6.04822 20.4808L9.91675 20.9462L12.9999 23.3313Z' fill='black'/%3E%3C/svg%3E");
}
div#sideContent h2.icon.icon02 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='27' viewBox='0 0 26 27' fill='none'%3E%3Cpath d='M12.4583 20L15.1666 13.5H13.5416V9.16667L10.8333 15.6667H12.4583V20ZM8.39575 24.3333C8.16554 24.3333 7.97257 24.2555 7.81685 24.0997C7.66112 23.944 7.58325 23.751 7.58325 23.5208V5.2125C7.58325 4.98229 7.66112 4.78932 7.81685 4.63359C7.97257 4.47786 8.16554 4.4 8.39575 4.4H10.8333V2.66667H15.1666V4.4H17.6041C17.8343 4.4 18.0273 4.47786 18.183 4.63359C18.3387 4.78932 18.4166 4.98229 18.4166 5.2125V23.5208C18.4166 23.751 18.3387 23.944 18.183 24.0997C18.0273 24.2555 17.8343 24.3333 17.6041 24.3333H8.39575ZM9.20825 22.7083H16.7916V6.025H9.20825V22.7083Z' fill='black'/%3E%3C/svg%3E");
}
div#sideContent div.mode-box {
  border-radius: 20px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
  background-size: auto 61ox;
  background-position: center top 80px;
  background-repeat: no-repeat;
  padding: 25px;
  margin: 0 0 40px;
}
div#sideContent div.mode-box.mode1 {
  background-color: #FFA048;
  background-image: url("data:image/svg+xml,%3Csvg width='123' height='63' viewBox='0 0 123 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.0044 29.9672L35.4422 36.5583L40.1939 31.8066C40.807 31.1934 41.4968 30.7336 42.2632 30.427C43.0296 30.1205 43.8216 29.9672 44.6391 29.9672C45.4566 29.9672 46.2741 30.1205 47.0916 30.427C47.9091 30.7336 48.6244 31.1934 49.2375 31.8066L55.0622 37.6312C56.4928 39.0619 58.1534 40.1859 60.0438 41.0034C61.9343 41.8209 63.9014 42.2297 65.9452 42.2297C67.9889 42.2297 70.0071 41.8209 71.9998 41.0034C73.9924 40.1859 75.7041 39.0619 77.1347 37.6313L81.8864 32.8795L75.2953 26.4417L70.6969 31.0402C70.0837 31.6533 69.3684 32.1387 68.5509 32.4963C67.7334 32.854 66.9159 33.0328 66.0984 33.0328C65.2809 33.0328 64.489 32.854 63.7226 32.4963C62.9562 32.1387 62.2664 31.6533 61.6533 31.0402L55.8286 25.3687C54.398 23.9381 52.7119 22.8141 50.7703 21.9966C48.8287 21.1791 46.8361 20.7703 44.7923 20.7703C42.7486 20.7703 40.7304 21.1791 38.7377 21.9966C36.7451 22.8141 35.0334 23.9381 33.6028 25.3687L29.0044 29.9672ZM0.187492 5.44218C0.187492 4.11374 0.621788 3.01523 1.49039 2.14664C2.35898 1.27804 3.4575 0.843745 4.78593 0.843745L108.404 0.843749C109.732 0.843749 110.831 1.27805 111.7 2.14664C112.568 3.01523 113.002 4.11375 113.002 5.44219L113.002 19.2375L122.812 19.2375L122.812 43.7625L113.002 43.7625L113.002 57.5578C113.002 58.8863 112.568 59.9848 111.7 60.8534C110.831 61.722 109.732 62.1563 108.404 62.1563L4.78593 62.1562C3.45749 62.1562 2.35898 61.7219 1.49038 60.8534C0.621785 59.9848 0.18749 58.8862 0.18749 57.5578L0.187492 5.44218ZM9.38437 10.0406L9.38437 52.9594L103.806 52.9594L103.806 10.0406L9.38437 10.0406Z' fill='white'/%3E%3C/svg%3E%0A");
}
div#sideContent div.mode-box strong {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 120px;
}
div#sideContent div.mode-box p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px;
}
div#sideContent div.mode-box a {
  position: relative;
  text-align: center;
  display: block;
  border-radius: 38px;
  width: 148px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
  color: #414141;
  font-size: 14px;
  font-weight: 500;
  line-height: 41px;
}
div#sideContent div.mode-box a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M9.58325 14.6146C10.567 14.6146 11.4033 14.2703 12.0919 13.5816C12.7806 12.8929 13.1249 12.0567 13.1249 11.0729V7.53125H9.58325C8.59946 7.53125 7.76323 7.87558 7.07456 8.56423C6.38591 9.2529 6.04158 10.0891 6.04158 11.0729C6.04158 11.4389 6.10061 11.7908 6.21867 12.1287C6.33672 12.4665 6.49297 12.7882 6.68742 13.0938L6.22908 13.5521C6.10408 13.6771 6.04158 13.8229 6.04158 13.9896C6.04158 14.1563 6.10408 14.3021 6.22908 14.4271C6.35408 14.5521 6.49992 14.6146 6.66658 14.6146C6.83325 14.6146 6.97908 14.5521 7.10408 14.4271L7.56242 13.9688C7.86797 14.1632 8.18967 14.3194 8.5275 14.4375C8.86535 14.5556 9.21727 14.6146 9.58325 14.6146ZM9.58325 13.3646C9.38881 13.3646 9.20131 13.3368 9.02075 13.2813C8.8402 13.2257 8.6527 13.1632 8.45825 13.0938L10.4374 11.0938C10.5624 10.9688 10.6249 10.8229 10.6249 10.6563C10.6249 10.4896 10.5624 10.3438 10.4374 10.2188C10.3124 10.0938 10.1666 10.0313 9.99992 10.0313C9.83325 10.0313 9.68742 10.0938 9.56242 10.2188L7.56242 12.1979C7.49297 12.0035 7.43047 11.816 7.37492 11.6354C7.31936 11.4549 7.29158 11.2674 7.29158 11.0729C7.29158 10.4313 7.51311 9.88889 7.95617 9.44584C8.39922 9.00278 8.94158 8.78125 9.58325 8.78125H11.8749V11.0729C11.8749 11.7146 11.6534 12.2569 11.2103 12.7C10.7673 13.1431 10.2249 13.3646 9.58325 13.3646ZM9.99992 19.8229L7.12492 17.5729L3.52075 17.1354L3.08325 13.5313L0.833252 10.6563L3.08325 7.78125L3.52075 4.17709L7.12492 3.73959L9.99992 1.48959L12.8749 3.73959L16.4791 4.17709L16.9166 7.78125L19.1666 10.6563L16.9166 13.5313L16.4791 17.1354L12.8749 17.5729L9.99992 19.8229ZM9.99992 18.2188L12.3716 16.3841L15.3697 16.0037L15.7277 13.0279L17.5624 10.6563L15.7277 8.28458L15.3474 5.30881L12.3716 4.92844L9.99992 3.09375L7.62825 4.92844L4.63011 5.30881L4.27211 8.28458L2.43742 10.6563L4.27211 13.0279L4.65246 16.0261L7.62825 16.3841L9.99992 18.2188Z' fill='%23414141'/%3E%3C/svg%3E") no-repeat center/100% auto;
}
div#sideContent div.stroage-box {
  border-radius: 20px;
  padding: 10px;
  background: #FBFBFB;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
div#sideContent div.stroage-box div.chart {
  min-height: 172px;
}
div#sideContent div.stroage-box ul.legend {
  display: flex;
  margin: 60px 0 25px;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
div#sideContent div.stroage-box ul.legend li {
  flex: 0 0 calc(50% - 5px);
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  background: rgba(255, 160, 72, 0.1);
  padding: 10px 5px;
  text-align: center;
}
div#sideContent div.stroage-box ul.legend li span {
  display: block;
  color: #00201A;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
div#sideContent div.stroage-box ul.legend li span::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Crect x='0.25' y='0.5' width='20' height='20' rx='10' fill='%23FFA048'/%3E%3C/svg%3E") no-repeat center/100% auto;
}
div#sideContent div.stroage-box ul.legend li strong {
  display: block;
  color: #00201A;
  font-size: 18px;
  font-weight: 600;
}
div#sideContent div.stroage-box ul.legend li:last-child {
  background: rgba(74, 184, 118, 0.1);
}
div#sideContent div.stroage-box ul.legend li:last-child span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Crect x='0.25' y='0.5' width='20' height='20' rx='10' fill='%234AB876'/%3E%3C/svg%3E");
}
div#sideContent div.tabs {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 0;
  margin: 0 0 62px;
}
div#sideContent div.tabs button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
}
div#sideContent div.tabs button.on {
  background: #f00;
}
div#sideContent div.gen-chart {
  width: 100%;
  min-height: 300px;
  border-radius: 10px;
  background: #D9D9D9;
}
div#sideContent div.legend {
  margin: 30px 0;
  text-align: center;
}
div#sideContent div.legend span {
  display: inline-block;
  position: relative;
  line-height: 25px;
  padding: 0 0 0 35px;
  margin: 0 15px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
div#sideContent div.legend span::before {
  content: "";
  width: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: #000;
}
div#sideContent div.legend span.today::before {
  background: #0AFB77;
}
div#sideContent div.cost span {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
div#sideContent div.cost p {
  margin: 10px 0 20px;
  border: 1px solid #000;
  line-height: 50px;
  text-align: right;
  padding: 0 10px;
}

aside {
  position: fixed;
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  line-height: 60px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  aside {
    line-height: 1;
    position: absolute;
    display: block;
    left: 20px;
    top: 20px;
    right: auto;
    bottom: 20px;
    width: 78px;
    border-radius: 30px;
    padding: 110px 0 0;
    box-shadow: none;
  }
  aside::before {
    content: "menu";
    display: block;
    text-align: center;
    color: #59C19B;
    font-size: 18px;
    margin: 0 0 20px;
  }
  aside::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M40 20C40 31.0457 31.0457 40 20 40C8.9543 40 0 31.0457 0 20C0 8.9543 8.9543 0 20 0C31.0457 0 40 8.9543 40 20Z' fill='white'/%3E%3Cpath d='M12.1339 28.7305C11.207 27.7738 10.481 26.6682 9.9558 25.4138C9.4306 24.1594 9.16799 22.8731 9.16799 21.555C9.16799 20.0029 9.43907 18.5837 9.98122 17.2975C10.5234 16.0112 11.3366 14.8259 12.4209 13.7416C13.165 12.9975 14.0899 12.3703 15.1955 11.86C16.301 11.3497 17.6032 10.9511 19.1021 10.6641C20.601 10.377 22.2966 10.1963 24.1888 10.1219C26.081 10.0475 28.1859 10.0847 30.5033 10.2335C30.6734 12.5297 30.7318 14.6292 30.6787 16.5321C30.6255 18.4349 30.4555 20.1438 30.1684 21.6586C29.8814 23.1734 29.4775 24.4976 28.9566 25.6311C28.4357 26.7646 27.7925 27.7127 27.0271 28.4754C25.9428 29.5597 24.7735 30.3782 23.5191 30.931C22.2647 31.4838 20.9253 31.7602 19.5008 31.7602C18.0338 31.7602 16.689 31.5104 15.4665 31.0107C14.244 30.5111 13.1331 29.751 12.1339 28.7305ZM15.4187 28.7305C15.9502 29.0919 16.5668 29.3683 17.2684 29.5597C17.97 29.751 18.7133 29.8467 19.4983 29.8467C20.6268 29.8467 21.7225 29.6128 22.7856 29.1451C23.8486 28.6774 24.816 27.997 25.6877 27.1041C26.2617 26.53 26.7507 25.7806 27.1547 24.8557C27.5587 23.9309 27.8882 22.8359 28.1433 21.5709C28.3985 20.3059 28.5686 18.8761 28.6536 17.2815C28.7386 15.687 28.7386 13.9329 28.6536 12.0195C26.6551 11.9769 24.8638 12.0035 23.2799 12.0992C21.696 12.1949 20.2981 12.3703 19.0862 12.6254C17.8743 12.8805 16.8325 13.2047 15.9608 13.5981C15.0891 13.9914 14.3769 14.4751 13.8241 15.0491C12.9312 15.9633 12.2508 16.9307 11.7831 17.9512C11.3153 18.9718 11.0815 20.0135 11.0815 21.0766C11.0815 22.0971 11.2994 23.1655 11.7352 24.2817C12.1711 25.3979 12.7079 26.2961 13.3458 26.9765C13.3458 26.9765 14.0963 27.8313 15.4187 28.7305Z' fill='%2359BD99'/%3E%3Cpath d='M18.2864 26.0835C18.0108 26.0835 17.8368 25.7872 17.9709 25.5465L19.4894 22.8203C19.6667 22.5019 19.4642 22.1054 19.1023 22.0625L16.6531 21.7718C16.2184 21.7202 16.0446 21.1823 16.3669 20.8861L21.7807 15.9097C21.8474 15.8484 21.9346 15.8144 22.0252 15.8144C22.3007 15.8144 22.4748 16.1107 22.3407 16.3514L20.8222 19.0776C20.6449 19.396 20.8474 19.7925 21.2093 19.8354L23.6585 20.1261C24.0932 20.1777 24.267 20.7156 23.9447 21.0118L18.5309 25.9882C18.4642 26.0494 18.377 26.0835 18.2864 26.0835Z' fill='%2359BD99'/%3E%3C/svg%3E") no-repeat center/100% auto;
  }
}
aside a {
  flex: 1 1 25%;
  text-align: center;
  font-size: 0;
}
@media (min-width: 1200px) {
  aside a {
    display: block;
    margin: 0 auto 10px;
    width: 34px;
    height: 34px;
  }
}
aside a.dashboard {
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='4.14634' fill='white'/%3E%3Cpath d='M8.36175 14.6244V10.5213C8.36175 10.1758 8.49132 9.87342 8.75047 9.61427C9.00961 9.35513 9.31195 9.22556 9.65748 9.22556H24.3424C24.688 9.22556 24.9903 9.35513 25.2494 9.61427C25.5086 9.87342 25.6382 10.1758 25.6382 10.5213V14.6244H24.3424V10.5213H9.65748V14.6244H8.36175ZM9.65748 22.1829C9.31195 22.1829 9.00961 22.0533 8.75047 21.7942C8.49132 21.535 8.36175 21.2327 8.36175 20.8871V15.9202H9.65748V20.8871H24.3424V15.9202H25.6382V20.8871C25.6382 21.2327 25.5086 21.535 25.2494 21.7942C24.9903 22.0533 24.688 22.1829 24.3424 22.1829H9.65748ZM7.49792 24.7743V23.4786H26.502V24.7743H7.49792ZM8.36175 15.9202V14.6244H13.5447C13.6622 14.6244 13.7743 14.6532 13.8812 14.7108C13.988 14.7684 14.0702 14.8548 14.1278 14.97L15.3155 17.3887L18.1445 12.4001C18.2021 12.2849 18.2849 12.2021 18.3929 12.1517C18.5008 12.1014 18.6133 12.0762 18.7302 12.0762C18.8471 12.0762 18.9586 12.1014 19.0649 12.1517C19.1712 12.2021 19.2531 12.2849 19.3107 12.4001L20.4024 14.6244H25.6382V15.9202H20.0017C19.883 15.9202 19.7696 15.8914 19.6616 15.8338C19.5536 15.7762 19.4726 15.6898 19.4187 15.5746L18.6844 14.0845L15.8554 19.0299C15.8018 19.1451 15.7214 19.2315 15.6142 19.2891C15.507 19.3467 15.3944 19.3755 15.2764 19.3755C15.1585 19.3755 15.0456 19.3467 14.9376 19.2891C14.8296 19.2315 14.7468 19.1451 14.6892 19.0299L13.1344 15.9202H8.36175Z' fill='%23414141'/%3E%3C/svg%3E%0A") no-repeat center/34px auto;
}
aside a.dashboard.on {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='4.14634' fill='%2359C19B'/%3E%3Cpath d='M8.36181 14.6244V10.5213C8.36181 10.1758 8.49138 9.87342 8.75053 9.61427C9.00967 9.35513 9.31201 9.22556 9.65754 9.22556H24.3425C24.688 9.22556 24.9904 9.35513 25.2495 9.61427C25.5087 9.87342 25.6382 10.1758 25.6382 10.5213V14.6244H24.3425V10.5213H9.65754V14.6244H8.36181ZM9.65754 22.1829C9.31201 22.1829 9.00967 22.0533 8.75053 21.7942C8.49138 21.535 8.36181 21.2327 8.36181 20.8871V15.9202H9.65754V20.8871H24.3425V15.9202H25.6382V20.8871C25.6382 21.2327 25.5087 21.535 25.2495 21.7942C24.9904 22.0533 24.688 22.1829 24.3425 22.1829H9.65754ZM7.49799 24.7743V23.4786H26.5021V24.7743H7.49799ZM8.36181 15.9202V14.6244H13.5447C13.6622 14.6244 13.7744 14.6532 13.8812 14.7108C13.988 14.7684 14.0702 14.8548 14.1278 14.97L15.3156 17.3887L18.1446 12.4001C18.2022 12.2849 18.285 12.2021 18.3929 12.1517C18.5009 12.1014 18.6133 12.0762 18.7302 12.0762C18.8471 12.0762 18.9587 12.1014 19.065 12.1517C19.1712 12.2021 19.2532 12.2849 19.3107 12.4001L20.4025 14.6244H25.6382V15.9202H20.0018C19.883 15.9202 19.7696 15.8914 19.6617 15.8338C19.5537 15.7762 19.4727 15.6898 19.4187 15.5746L18.6845 14.0845L15.8555 19.0299C15.8019 19.1451 15.7214 19.2315 15.6142 19.2891C15.507 19.3467 15.3944 19.3755 15.2765 19.3755C15.1586 19.3755 15.0456 19.3467 14.9376 19.2891C14.8297 19.2315 14.7469 19.1451 14.6893 19.0299L13.1344 15.9202H8.36181Z' fill='white'/%3E%3C/svg%3E%0A");
}
aside a.charger {
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6113 23.4354L20.2825 15.661H17.4751V10.4781L13.8039 18.2524H16.6113V23.4354ZM17 25.6381C15.7763 25.6381 14.6389 25.4186 13.5879 24.9795C12.537 24.5403 11.6227 23.9321 10.8453 23.1546C10.0679 22.3772 9.45959 21.463 9.02048 20.412C8.58137 19.361 8.36182 18.2237 8.36182 16.9999C8.36182 15.7906 8.58137 14.6604 9.02048 13.6094C9.45959 12.5584 10.0679 11.6442 10.8453 10.8668C11.6227 10.0893 12.537 9.47746 13.5879 9.03116C14.6389 8.58485 15.7763 8.36169 17 8.36169C18.2094 8.36169 19.3395 8.58485 20.3905 9.03116C21.4415 9.47746 22.3557 10.0893 23.1332 10.8668C23.9106 11.6442 24.5225 12.5584 24.9688 13.6094C25.4151 14.6604 25.6382 15.7906 25.6382 16.9999C25.6382 18.2237 25.4151 19.361 24.9688 20.412C24.5225 21.463 23.9106 22.3772 23.1332 23.1546C22.3557 23.9321 21.4415 24.5403 20.3905 24.9795C19.3395 25.4186 18.2094 25.6381 17 25.6381ZM17 24.3424C19.0876 24.3424 20.8332 23.6405 22.2369 22.2368C23.6407 20.8331 24.3425 19.0875 24.3425 16.9999C24.3425 14.9123 23.6407 13.1667 22.2369 11.763C20.8332 10.3593 19.0876 9.65743 17 9.65743C14.9125 9.65743 13.1668 10.3593 11.7631 11.763C10.3594 13.1667 9.65755 14.9123 9.65755 16.9999C9.65755 19.0875 10.3594 20.8331 11.7631 22.2368C13.1668 23.6405 14.9125 24.3424 17 24.3424Z' fill='%231F1F1F'/%3E%3C/svg%3E%0A") no-repeat center/34px auto;
}
aside a.charger.on {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='4.14634' fill='%234AB876'/%3E%3Cpath d='M16.6113 23.4354L20.2825 15.661H17.4751V10.4781L13.8039 18.2524H16.6113V23.4354ZM17 25.6381C15.7763 25.6381 14.6389 25.4186 13.5879 24.9795C12.537 24.5403 11.6227 23.9321 10.8453 23.1546C10.0679 22.3772 9.45959 21.463 9.02048 20.412C8.58137 19.361 8.36182 18.2237 8.36182 16.9999C8.36182 15.7906 8.58137 14.6604 9.02048 13.6094C9.45959 12.5584 10.0679 11.6442 10.8453 10.8668C11.6227 10.0893 12.537 9.47746 13.5879 9.03116C14.6389 8.58485 15.7763 8.36169 17 8.36169C18.2094 8.36169 19.3395 8.58485 20.3905 9.03116C21.4415 9.47746 22.3557 10.0893 23.1332 10.8668C23.9106 11.6442 24.5225 12.5584 24.9688 13.6094C25.4151 14.6604 25.6382 15.7906 25.6382 16.9999C25.6382 18.2237 25.4151 19.361 24.9688 20.412C24.5225 21.463 23.9106 22.3772 23.1332 23.1546C22.3557 23.9321 21.4415 24.5403 20.3905 24.9795C19.3395 25.4186 18.2094 25.6381 17 25.6381ZM17 24.3424C19.0876 24.3424 20.8332 23.6405 22.2369 22.2368C23.6407 20.8331 24.3425 19.0875 24.3425 16.9999C24.3425 14.9123 23.6407 13.1667 22.2369 11.763C20.8332 10.3593 19.0876 9.65743 17 9.65743C14.9125 9.65743 13.1668 10.3593 11.7631 11.763C10.3594 13.1667 9.65755 14.9123 9.65755 16.9999C9.65755 19.0875 10.3594 20.8331 11.7631 22.2368C13.1668 23.6405 14.9125 24.3424 17 24.3424Z' fill='white'/%3E%3C/svg%3E%0A");
}
aside a.pv-report {
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.36182 25.6381L10.0895 16.9999H23.9106L25.6382 25.6381H8.36182ZM9.22564 9.65746V8.36172H11.8171V9.65746H9.22564ZM9.95989 24.3424H16.3522V21.9669H10.435L9.95989 24.3424ZM11.6875 14.4085L10.7589 13.5015L12.5945 11.6658L13.5231 12.5729L11.6875 14.4085ZM10.6941 20.6712H16.3522V18.2957H11.1692L10.6941 20.6712ZM17 12.2489C15.9346 12.2489 15.0348 11.871 14.3006 11.1152C13.5663 10.3593 13.1704 9.4415 13.1128 8.36172H14.4086C14.4518 9.08158 14.7181 9.69345 15.2076 10.1973C15.6971 10.7012 16.2946 10.9532 17 10.9532C17.7055 10.9532 18.303 10.7012 18.7925 10.1973C19.282 9.69345 19.5483 9.08158 19.5915 8.36172H20.8872C20.8296 9.4415 20.4337 10.3593 19.6995 11.1152C18.9652 11.871 18.0654 12.2489 17 12.2489ZM16.3522 16.1361V13.5447H17.6479V16.1361H16.3522ZM17.6479 24.3424H24.0402L23.5651 21.9669H17.6479V24.3424ZM17.6479 20.6712H23.3059L22.8308 18.2957H17.6479V20.6712ZM22.3125 14.3869L20.4769 12.5513L21.3839 11.6442L23.2411 13.4583L22.3125 14.3869ZM22.183 9.65746V8.36172H24.7744V9.65746H22.183Z' fill='%231F1F1F'/%3E%3C/svg%3E%0A") no-repeat center/34px auto;
}
aside a.pv-report.on {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='4.14634' fill='%234AB876'/%3E%3Cpath d='M8.36157 25.6381L10.0892 16.9999H23.9104L25.638 25.6381H8.36157ZM9.22539 9.65746V8.36172H11.8169V9.65746H9.22539ZM9.95964 24.3424H16.3519V21.9669H10.4347L9.95964 24.3424ZM11.6873 14.4085L10.7587 13.5015L12.5943 11.6658L13.5229 12.5729L11.6873 14.4085ZM10.6939 20.6712H16.3519V18.2957H11.169L10.6939 20.6712ZM16.9998 12.2489C15.9344 12.2489 15.0346 11.871 14.3003 11.1152C13.5661 10.3593 13.1702 9.4415 13.1126 8.36172H14.4083C14.4515 9.08158 14.7179 9.69345 15.2074 10.1973C15.6969 10.7012 16.2943 10.9532 16.9998 10.9532C17.7052 10.9532 18.3027 10.7012 18.7922 10.1973C19.2817 9.69345 19.5481 9.08158 19.5912 8.36172H20.887C20.8294 9.4415 20.4335 10.3593 19.6992 11.1152C18.965 11.871 18.0652 12.2489 16.9998 12.2489ZM16.3519 16.1361V13.5447H17.6476V16.1361H16.3519ZM17.6476 24.3424H24.0399L23.5648 21.9669H17.6476V24.3424ZM17.6476 20.6712H23.3057L22.8306 18.2957H17.6476V20.6712ZM22.3123 14.3869L20.4767 12.5513L21.3837 11.6442L23.2409 13.4583L22.3123 14.3869ZM22.1827 9.65746V8.36172H24.7742V9.65746H22.1827Z' fill='white'/%3E%3C/svg%3E%0A");
}
aside a.ess-report {
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5681 22.1829L18.7277 17H17.4319V13.5447L15.2724 18.7276H16.5681V22.1829ZM13.3288 25.6382C13.1452 25.6382 12.9913 25.5761 12.8672 25.4519C12.743 25.3278 12.6809 25.1739 12.6809 24.9903V10.3918C12.6809 10.2082 12.743 10.0543 12.8672 9.93015C12.9913 9.80597 13.1452 9.74388 13.3288 9.74388H15.2724V8.36177H18.7277V9.74388H20.6713C20.8548 9.74388 21.0087 9.80597 21.1329 9.93015C21.257 10.0543 21.3191 10.2082 21.3191 10.3918V24.9903C21.3191 25.1739 21.257 25.3278 21.1329 25.4519C21.0087 25.5761 20.8548 25.6382 20.6713 25.6382H13.3288ZM13.9766 24.3425H20.0234V11.0396H13.9766V24.3425Z' fill='%231F1F1F'/%3E%3C/svg%3E%0A") no-repeat center/34px auto;
}
aside a.ess-report.on {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='4.14634' fill='%2359C19B'/%3E%3Cpath d='M16.5683 22.1829L18.7279 17H17.4322V13.5447L15.2726 18.7276H16.5683V22.1829ZM13.329 25.6382C13.1455 25.6382 12.9916 25.5761 12.8674 25.4519C12.7432 25.3278 12.6812 25.1739 12.6812 24.9903V10.3918C12.6812 10.2082 12.7432 10.0543 12.8674 9.93015C12.9916 9.80597 13.1455 9.74388 13.329 9.74388H15.2726V8.36177H18.7279V9.74388H20.6715C20.8551 9.74388 21.0089 9.80597 21.1331 9.93015C21.2573 10.0543 21.3194 10.2082 21.3194 10.3918V24.9903C21.3194 25.1739 21.2573 25.3278 21.1331 25.4519C21.0089 25.5761 20.8551 25.6382 20.6715 25.6382H13.329ZM13.9769 24.3425H20.0236V11.0396H13.9769V24.3425Z' fill='white'/%3E%3C/svg%3E%0A");
}
aside a.settings {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.638 21.5018L27.539 20.5068L27.506 20.5098L27.474 20.5158L27.638 21.5018ZM27.638 21.5018L27.738 22.4968L27.771 22.4938L27.803 22.4888L27.638 21.5018ZM23.598 26.9838L24.231 26.2098L24.223 26.2038L23.598 26.9838ZM23.598 26.9838L22.965 27.7578L22.973 27.7648L23.598 26.9838ZM14.402 26.9838L13.769 26.2108L13.753 26.2238L13.738 26.2368L14.402 26.9838ZM14.402 26.9838L15.035 27.7588L15.051 27.7458L15.066 27.7318L14.402 26.9838ZM10.361 17.2298V16.2298H10.311L10.262 16.2348L10.361 17.2298ZM10.361 17.2298V18.2298H10.411L10.461 18.2248L10.361 17.2298ZM22.131 10.6268C22.1145 10.4345 22.0908 10.2427 22.062 10.0518C22.0312 9.84169 21.967 9.6378 21.872 9.44783L20.095 10.3658C20.072 10.3208 20.077 10.3048 20.09 10.3838C20.105 10.4728 20.118 10.5968 20.141 10.8268L22.131 10.6268ZM22.226 11.5768C22.289 11.6588 22.268 11.6958 22.233 11.5008C22.2 11.3148 22.174 11.0538 22.131 10.6268L20.14 10.8258C20.18 11.2198 20.214 11.5738 20.265 11.8558C20.314 12.1258 20.4 12.4808 20.635 12.7888L22.226 11.5768ZM22.226 11.5768L20.635 12.7888C20.849 13.0697 21.1336 13.2889 21.4597 13.4241C21.7859 13.5594 22.1421 13.6058 22.492 13.5588L22.226 11.5768ZM22.964 10.9718C22.7399 11.1612 22.5094 11.343 22.273 11.5168C22.11 11.6298 22.123 11.5898 22.226 11.5768L22.492 13.5588C22.876 13.5068 23.188 13.3168 23.414 13.1588C23.649 12.9968 23.924 12.7708 24.23 12.5198L22.964 10.9718ZM23.98 10.3218C23.7787 10.3888 23.5894 10.4874 23.419 10.6138C23.279 10.7138 23.122 10.8428 22.964 10.9718L24.23 12.5198C24.409 12.3738 24.506 12.2948 24.58 12.2428C24.645 12.1958 24.636 12.2118 24.589 12.2268L23.98 10.3218ZM25.384 10.3918C24.9399 10.1994 24.4411 10.1745 23.98 10.3218L24.589 12.2268L25.384 10.3918ZM26.33 11.1398C26.1954 11.0014 26.0563 10.8673 25.913 10.7378C25.7558 10.5951 25.5769 10.4783 25.383 10.3918L24.589 12.2268C24.543 12.2068 24.536 12.1908 24.596 12.2438C24.664 12.3038 24.753 12.3908 24.916 12.5538L26.33 11.1398ZM27.224 12.0338L26.33 11.1398L24.916 12.5538L25.81 13.4478L27.224 12.0338ZM27.972 12.9798C27.8856 12.7859 27.7688 12.607 27.626 12.4498C27.4965 12.3069 27.3624 12.1682 27.224 12.0338L25.81 13.4488C25.973 13.6118 26.06 13.7008 26.12 13.7688C26.173 13.8288 26.157 13.8218 26.137 13.7758L27.972 12.9798ZM28.042 14.3838C28.1893 13.9228 28.1645 13.4239 27.972 12.9798L26.137 13.7758L28.042 14.3838ZM27.392 15.3998C27.5162 15.252 27.6356 15.1003 27.75 14.9448C27.856 14.7968 27.97 14.6128 28.042 14.3838L26.137 13.7758C26.152 13.7288 26.167 13.7188 26.121 13.7848C26.069 13.8578 25.991 13.9548 25.844 14.1338L27.392 15.3998ZM26.787 16.1388C26.774 16.2418 26.734 16.2538 26.847 16.0908C26.954 15.9358 27.12 15.7318 27.392 15.3998L25.844 14.1338C25.594 14.4398 25.367 14.7148 25.204 14.9498C25.047 15.1758 24.857 15.4878 24.805 15.8718L26.787 16.1388ZM26.787 16.1388L24.805 15.8718C24.758 16.2218 24.8045 16.5779 24.9397 16.9041C25.075 17.2303 25.2942 17.5148 25.575 17.7288L26.787 16.1388ZM27.737 16.2338C27.4446 16.2094 27.1531 16.175 26.863 16.1308C26.668 16.0958 26.705 16.0758 26.787 16.1388L25.575 17.7288C25.883 17.9638 26.237 18.0498 26.509 18.0988C26.79 18.1488 27.144 18.1838 27.538 18.2238L27.737 16.2338ZM28.916 16.4918C28.7261 16.3968 28.5222 16.3327 28.312 16.3018C28.1211 16.273 27.9294 16.2503 27.737 16.2338L27.538 18.2238C27.6861 18.2368 27.8338 18.2535 27.981 18.2738C28.061 18.2878 28.044 18.2928 27.999 18.2698L28.916 16.4918ZM29.859 17.5348C29.6813 17.0845 29.3462 16.7139 28.916 16.4918L28 18.2718L29.859 17.5348ZM29.999 18.7328C29.999 18.5288 29.999 18.3258 29.988 18.1538C29.9779 17.9416 29.934 17.7323 29.858 17.5338L28 18.2718C27.982 18.2248 27.988 18.2088 27.994 18.2888C28 18.3788 28 18.5038 28 18.7348L29.999 18.7328ZM29.999 19.9968V18.7328H27.999V19.9968H29.999ZM29.859 21.1948C29.947 20.9718 29.976 20.7578 29.988 20.5748C29.999 20.4038 29.999 20.2008 29.999 19.9968H27.999C27.999 20.2278 27.999 20.3528 27.993 20.4428C27.987 20.5228 27.981 20.5068 27.999 20.4598L29.859 21.1948ZM28.916 22.2378C29.3462 22.0158 29.6813 21.6452 29.859 21.1948L28 20.4608L28.916 22.2378ZM27.737 22.4958C27.941 22.4758 28.142 22.4558 28.312 22.4278C28.492 22.3978 28.702 22.3478 28.916 22.2378L28 20.4608C28.044 20.4378 28.061 20.4428 27.982 20.4558C27.8349 20.4769 27.6871 20.494 27.539 20.5068L27.737 22.4958ZM26.788 22.5908C26.705 22.6538 26.668 22.6338 26.863 22.5988C27.049 22.5658 27.31 22.5388 27.737 22.4958L27.538 20.5058C27.145 20.5458 26.79 20.5798 26.509 20.6308C26.238 20.6798 25.883 20.7658 25.575 21.0008L26.788 22.5908ZM26.788 22.5908L25.575 21.0008C25.2942 21.2148 25.075 21.4994 24.9397 21.8256C24.8045 22.1517 24.758 22.5079 24.805 22.8578L26.788 22.5908ZM27.392 23.3288C27.2026 23.105 27.0209 22.8749 26.847 22.6388C26.734 22.4758 26.775 22.4878 26.788 22.5908L24.805 22.8578C24.857 23.2418 25.047 23.5538 25.205 23.7798C25.368 24.0148 25.594 24.2898 25.844 24.5958L27.392 23.3288ZM28.042 24.3448C27.975 24.1439 27.8764 23.9549 27.75 23.7848C27.65 23.6438 27.521 23.4878 27.392 23.3288L25.844 24.5958C25.99 24.7748 26.069 24.8708 26.121 24.9448C26.168 25.0098 26.153 25.0018 26.137 24.9548L28.042 24.3448ZM27.972 25.7498C28.1647 25.3054 28.1896 24.8062 28.042 24.3448L26.137 24.9548L27.972 25.7498ZM27.224 26.6958C27.369 26.5508 27.512 26.4088 27.626 26.2788C27.746 26.1408 27.876 25.9698 27.972 25.7488L26.137 24.9538C26.157 24.9078 26.173 24.9018 26.12 24.9618C26.06 25.0298 25.973 25.1178 25.81 25.2818L27.224 26.6958ZM26.33 27.5888L27.224 26.6958L25.81 25.2818L24.916 26.1748L26.33 27.5888ZM25.384 28.3378C25.578 28.2511 25.7569 28.1339 25.914 27.9908C26.043 27.8778 26.186 27.7338 26.33 27.5888L24.916 26.1748C24.8123 26.2811 24.7055 26.3845 24.596 26.4848C24.536 26.5388 24.543 26.5228 24.589 26.5028L25.384 28.3378ZM23.98 28.4078C24.4411 28.5552 24.9399 28.5303 25.384 28.3378L24.589 26.5028L23.98 28.4078ZM22.964 27.7578C23.122 27.8868 23.278 28.0158 23.419 28.1158C23.567 28.2208 23.751 28.3348 23.98 28.4078L24.589 26.5028C24.636 26.5178 24.645 26.5328 24.579 26.4868C24.4601 26.3978 24.3438 26.3054 24.23 26.2098L22.964 27.7578ZM22.226 27.1538C22.123 27.1388 22.11 27.0988 22.273 27.2118C22.428 27.3198 22.631 27.4848 22.963 27.7568L24.23 26.2098C23.924 25.9588 23.649 25.7328 23.414 25.5698C23.188 25.4118 22.876 25.2228 22.492 25.1708L22.226 27.1538ZM22.226 27.1538L22.492 25.1708C22.1421 25.1238 21.7859 25.1703 21.4597 25.3056C21.1336 25.4408 20.849 25.66 20.635 25.9408L22.226 27.1538ZM22.13 28.1028C22.173 27.6758 22.2 27.4138 22.233 27.2288C22.268 27.0338 22.288 27.0698 22.225 27.1528L20.635 25.9398C20.4 26.2478 20.314 26.6028 20.265 26.8738C20.215 27.1558 20.181 27.5098 20.141 27.9038L22.13 28.1028ZM21.871 29.2818C21.981 29.0678 22.031 28.8578 22.061 28.6778C22.091 28.5078 22.109 28.3068 22.13 28.1028L20.141 27.9038C20.1278 28.0523 20.1105 28.1993 20.089 28.3468C20.076 28.4268 20.071 28.4098 20.094 28.3648L21.871 29.2818ZM20.83 30.2248C21.2796 30.0467 21.6494 29.7117 21.871 29.2818L20.095 28.3658L20.83 30.2248ZM19.63 30.3648C19.835 30.3648 20.038 30.3648 20.21 30.3538C20.392 30.3418 20.606 30.3148 20.83 30.2248L20.095 28.3658C20.142 28.3478 20.158 28.3538 20.078 28.3598C19.9294 28.366 19.7807 28.368 19.632 28.3658L19.63 30.3648ZM18.367 30.3648H19.63L19.631 28.3648H18.367V30.3648ZM17.169 30.2248C17.392 30.3128 17.606 30.3418 17.789 30.3538C17.96 30.3648 18.163 30.3648 18.367 30.3648V28.3648C18.136 28.3648 18.011 28.3648 17.921 28.3588C17.841 28.3528 17.857 28.3468 17.904 28.3648L17.169 30.2248ZM16.126 29.2818C16.3481 29.712 16.7187 30.0471 17.169 30.2248L17.904 28.3648L16.126 29.2818ZM15.868 28.1028C15.888 28.3068 15.908 28.5078 15.936 28.6778C15.966 28.8578 16.016 29.0678 16.126 29.2818L17.906 28.3658C17.929 28.4098 17.924 28.4268 17.911 28.3478C17.8899 28.2007 17.8729 28.0529 17.86 27.9048L15.868 28.1028ZM15.773 27.1528C15.71 27.0708 15.73 27.0328 15.765 27.2288C15.798 27.4138 15.825 27.6758 15.868 28.1028L17.858 27.9038C17.818 27.5098 17.784 27.1558 17.733 26.8738C17.684 26.6038 17.598 26.2488 17.363 25.9408L15.773 27.1528ZM15.773 27.1528L17.363 25.9408C17.149 25.66 16.8645 25.4408 16.5383 25.3056C16.2121 25.1703 15.856 25.1238 15.506 25.1708L15.773 27.1528ZM15.034 27.7578C15.367 27.4858 15.57 27.3198 15.725 27.2128C15.888 27.0998 15.876 27.1398 15.773 27.1528L15.506 25.1708C15.122 25.2228 14.81 25.4128 14.584 25.5708C14.349 25.7328 14.074 25.9588 13.768 26.2098L15.034 27.7578ZM14.018 28.4078C14.2193 28.3409 14.4087 28.2423 14.579 28.1158C14.719 28.0158 14.876 27.8868 15.034 27.7578L13.769 26.2108C13.655 26.3064 13.5392 26.3988 13.42 26.4878C13.355 26.5348 13.364 26.5198 13.411 26.5038L14.018 28.4078ZM12.614 28.3378C13.0581 28.5303 13.557 28.5552 14.018 28.4078L13.409 26.5028L12.614 28.3378ZM11.667 27.5898C11.812 27.7348 11.955 27.8778 12.085 27.9918C12.222 28.1118 12.393 28.2428 12.615 28.3388L13.409 26.5028C13.455 26.5228 13.462 26.5388 13.402 26.4858C13.2925 26.3855 13.1858 26.2821 13.082 26.1758L11.667 27.5898ZM10.774 26.6958L11.668 27.5898L13.082 26.1758L12.188 25.2818L10.774 26.6958ZM10.026 25.7498C10.121 25.9698 10.252 26.1418 10.372 26.2798C10.486 26.4088 10.629 26.5518 10.774 26.6958L12.188 25.2818C12.0817 25.1781 11.9784 25.0714 11.878 24.9618C11.825 24.9018 11.841 24.9088 11.861 24.9548L10.026 25.7498ZM9.95602 24.3458C9.80869 24.8069 9.83357 25.3057 10.026 25.7498L11.861 24.9548L9.95602 24.3458ZM10.606 23.3298C10.4818 23.4776 10.3624 23.6294 10.248 23.7848C10.1215 23.9552 10.023 24.1445 9.95602 24.3458L11.861 24.9548C11.845 25.0018 11.831 25.0108 11.877 24.9448C11.929 24.8718 12.007 24.7748 12.154 24.5958L10.606 23.3298ZM11.21 22.5908C11.224 22.4878 11.264 22.4758 11.151 22.6388C11.044 22.7938 10.878 22.9978 10.606 23.3298L12.154 24.5958C12.404 24.2898 12.631 24.0148 12.794 23.7798C12.951 23.5538 13.141 23.2418 13.193 22.8578L11.21 22.5908ZM11.21 22.5908L13.193 22.8578C13.24 22.5079 13.1935 22.1517 13.0583 21.8256C12.9231 21.4994 12.7039 21.2148 12.423 21.0008L11.21 22.5908ZM10.26 22.4958C10.688 22.5388 10.95 22.5658 11.135 22.5988C11.33 22.6338 11.293 22.6538 11.21 22.5908L12.423 21.0008C12.115 20.7658 11.761 20.6798 11.489 20.6308C11.208 20.5808 10.854 20.5458 10.459 20.5058L10.26 22.4958ZM9.08202 22.2378C9.29602 22.3478 9.50602 22.3978 9.68602 22.4278C9.85602 22.4558 10.057 22.4768 10.261 22.4968L10.459 20.5058C10.3109 20.4933 10.1642 20.4766 10.017 20.4558C9.93702 20.4418 9.95402 20.4368 9.99902 20.4598L9.08202 22.2378ZM8.14002 21.1958C8.31775 21.6462 8.65281 22.0168 9.08302 22.2388L10 20.4608L8.14002 21.1958ZM8.00002 19.9978C8.00002 20.2018 8.00002 20.4048 8.01102 20.5768C8.02302 20.7588 8.05102 20.9728 8.14102 21.1968L10 20.4598C10.018 20.5068 10.012 20.5228 10.007 20.4428C10.0006 20.2946 9.99823 20.1462 10 19.9978H8.00002ZM8.00002 18.7338V19.9978H10V18.7338H8.00002ZM8.14002 17.5348C8.06437 17.7333 8.02082 17.9426 8.01102 18.1548C7.99902 18.3268 8.00002 18.5298 8.00002 18.7348H10C10 18.5028 10 18.3778 10.007 18.2878C10.012 18.2078 10.018 18.2238 10 18.2708L8.14002 17.5348ZM9.08302 16.4938C8.65317 16.7154 8.31816 17.0852 8.14002 17.5348L10 18.2708L9.08302 16.4938ZM10.262 16.2338C10.058 16.2548 9.85702 16.2738 9.68702 16.3038C9.50702 16.3338 9.29702 16.3838 9.08302 16.4938L10 18.2708C9.95502 18.2938 9.93902 18.2888 10.018 18.2758C10.1652 18.2547 10.3129 18.2377 10.461 18.2248L10.262 16.2338ZM11.212 16.1398C11.295 16.0768 11.332 16.0968 11.136 16.1318C10.951 16.1648 10.689 16.1918 10.262 16.2348L10.461 18.2248C10.854 18.1848 11.209 18.1508 11.491 18.0998C11.762 18.0508 12.117 17.9648 12.425 17.7298L11.212 16.1398ZM11.212 16.1398L12.425 17.7298C12.7057 17.5157 12.9247 17.2311 13.0597 16.905C13.1948 16.5788 13.2411 16.2227 13.194 15.8728L11.212 16.1398ZM10.607 15.4008C10.879 15.7328 11.045 15.9368 11.153 16.0918C11.266 16.2548 11.226 16.2428 11.212 16.1398L13.194 15.8728C13.142 15.4888 12.953 15.1778 12.795 14.9508C12.632 14.7158 12.405 14.4408 12.155 14.1348L10.607 15.4008ZM9.95702 14.3838C10.03 14.6138 10.143 14.7968 10.249 14.9458C10.349 15.0858 10.478 15.2428 10.607 15.4008L12.155 14.1348C12.0595 14.0208 11.9671 13.9051 11.878 13.7858C11.831 13.7208 11.847 13.7288 11.862 13.7758L9.95702 14.3838ZM10.027 12.9808C9.83481 13.4247 9.80995 13.9231 9.95702 14.3838L11.862 13.7758L10.027 12.9808ZM10.775 12.0338C10.63 12.1788 10.487 12.3208 10.373 12.4508C10.2303 12.608 10.1135 12.7869 10.027 12.9808L11.862 13.7758C11.842 13.8218 11.826 13.8288 11.879 13.7678C11.939 13.6998 12.026 13.6118 12.189 13.4478L10.775 12.0338ZM11.669 11.1408L10.775 12.0338L12.189 13.4478L13.084 12.5548L11.669 11.1408ZM12.615 10.3918C12.421 10.4786 12.2421 10.5957 12.085 10.7388C11.9421 10.8683 11.8033 11.0024 11.669 11.1408L13.084 12.5548C13.247 12.3908 13.335 12.3038 13.403 12.2448C13.463 12.1908 13.456 12.2068 13.41 12.2268L12.615 10.3918ZM14.019 10.3218C13.558 10.1745 13.0591 10.1994 12.615 10.3918L13.41 12.2268L14.019 10.3218ZM15.034 10.9718C14.876 10.8428 14.721 10.7148 14.58 10.6148C14.4098 10.488 14.2204 10.3891 14.019 10.3218L13.41 12.2268C13.363 12.2118 13.354 12.1968 13.42 12.2428C13.493 12.2958 13.59 12.3738 13.769 12.5208L15.034 10.9718ZM15.774 11.5768C15.877 11.5908 15.889 11.6308 15.726 11.5178C15.4899 11.344 15.2598 11.1622 15.036 10.9728L13.769 12.5208C14.075 12.7708 14.349 12.9968 14.584 13.1608C14.81 13.3178 15.122 13.5068 15.506 13.5588L15.774 11.5768ZM15.774 11.5768L15.507 13.5588C15.857 13.6058 16.2131 13.5594 16.5393 13.4241C16.8655 13.2889 17.15 13.0697 17.364 12.7888L15.774 11.5768ZM15.869 10.6268C15.826 11.0548 15.799 11.3168 15.766 11.5018C15.731 11.6968 15.711 11.6598 15.774 11.5768L17.364 12.7888C17.599 12.4808 17.685 12.1268 17.734 11.8558C17.784 11.5748 17.82 11.2198 17.859 10.8258L15.869 10.6268ZM16.127 9.44883C16.032 9.6388 15.9679 9.84269 15.937 10.0528C15.909 10.2228 15.889 10.4238 15.869 10.6278L17.859 10.8258C17.872 10.6778 17.8887 10.5311 17.909 10.3838C17.923 10.3038 17.928 10.3218 17.905 10.3658L16.127 9.44883ZM17.17 8.50583C16.7197 8.68357 16.3491 9.01862 16.127 9.44883L17.905 10.3658L17.17 8.50583ZM18.368 8.36583C18.164 8.36583 17.961 8.36583 17.789 8.37683C17.5768 8.38663 17.3675 8.43018 17.169 8.50583L17.906 10.3658C17.859 10.3838 17.843 10.3778 17.923 10.3728C18.013 10.3668 18.138 10.3658 18.369 10.3658L18.368 8.36583ZM19.632 8.36583H18.368V10.3658H19.632V8.36583ZM20.83 8.50583C20.6315 8.43018 20.4222 8.38663 20.21 8.37683C20.04 8.36483 19.837 8.36583 19.633 8.36583V10.3658C19.864 10.3658 19.989 10.3658 20.079 10.3728C20.159 10.3778 20.142 10.3838 20.095 10.3658L20.83 8.50583ZM21.873 9.44883C21.651 9.01862 21.2804 8.68357 20.83 8.50583L20.095 10.3658L21.873 9.44883ZM22 19.3658C22 20.1615 21.6839 20.9245 21.1213 21.4872C20.5587 22.0498 19.7957 22.3658 19 22.3658V24.3658C20.3261 24.3658 21.5979 23.8391 22.5356 22.9014C23.4732 21.9637 24 20.6919 24 19.3658H22ZM19 16.3658C19.7957 16.3658 20.5587 16.6819 21.1213 17.2445C21.6839 17.8071 22 18.5702 22 19.3658H24C24 18.0398 23.4732 16.768 22.5356 15.8303C21.5979 14.8926 20.3261 14.3658 19 14.3658V16.3658ZM16 19.3658C16 18.5702 16.3161 17.8071 16.8787 17.2445C17.4413 16.6819 18.2044 16.3658 19 16.3658V14.3658C17.6739 14.3658 16.4022 14.8926 15.4645 15.8303C14.5268 16.768 14 18.0398 14 19.3658H16ZM19 22.3658C18.2044 22.3658 17.4413 22.0498 16.8787 21.4872C16.3161 20.9245 16 20.1615 16 19.3658H14C14 20.6919 14.5268 21.9637 15.4645 22.9014C16.4022 23.8391 17.6739 24.3658 19 24.3658V22.3658Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center/34px auto;
}
@media (min-width: 1200px) {
  aside a.settings {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=style.css.map */
