@charset "UTF-8";
@import 'https://cdn.jsdelivr.net/npm/shepherd.js@13.0.0/dist/css/shepherd.css';

/** {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  box-sizing: border-box;*/
/*}*/

/*a {*/
/*  text-decoration: none;*/
/*  color: #212121;*/
/*}*/

/*ul,*/
/*ol,*/
/*li {*/
/*  list-style: none;*/
/*}*/
@media screen and (min-width: 1024px) {
  html {
      font-size : 16px;
  }
}
@media screen and (max-width: 1023px) {
    html {
        font-size: 14px;
    }
    .contents-area {
        width: 100%;
        /*max-width: 1520px;*/
        /*margin: 0 auto;*/
        padding: 0 20px!important;
    }
}

body {
    color: #212121;
}

.chart-info-box {
    background-color: #d8dfe9;
    /* width: 200px; */
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    border-radius: 4px;
    color: #3f416a;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.chart-info-box .upNum {
    display: inline-block;
    color: red;
}

.chart-info-box .downNum {
    display: inline-block;
    color: blue;
}

.table-chart-th {
    display: flex;
    justify-content: space-between;
    margin-left: calc(60px + 1rem);
}

.table-chart-th li {
    background-color: #d8dfe9;
    text-align: center;
    padding: 4px;
    width: 100%;
    border-radius: 2px;
    color: #3f416a;
    font-size: 14px;
}

.circle-title {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #c090ba;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    font-size: 12px;
}

.tab-wrap.main-chart-tab {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 1px;
}

.tab-wrap.main-chart-tab .tab {
    background-color: #e8eef5;
    min-width: 100px;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
}

.tab-wrap.main-chart-tab .tab:hover {
    background-color: #dddee4;
}

.tab-wrap.main-chart-tab .tab.on {
    background-color: #0d6efd;
    color: #fff;
}

.main-link-btn {
    z-index: 10;
    display: flex;
    width: 150px;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #41447c;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f6;
    color: #41447c;
}

.font-title {
    font-size: 24px;
    font-weight: 600;
    color: #252525;
}

.font-sub {
    font-size: 14px;
    font-weight: 400;
}

.text-color-info {
    color: #6265d7;
}

.text-color-second {
    color: #4a4a4a;
}

.toggle-box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #c4c4d6;
    border-radius: 20px;
    width: 220px;
    position: relative;
    cursor: pointer;
}

.toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.toggle::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 29px;
    border-radius: 20px;
    background-color: #e3e3ed;
    transition: all 0.5s;
    left: 0;
    z-index: 1;
}

.toggle:checked::before {
    left: 50%;
}

.toggle-title {
    width: 50%;
    height: 29px;
    line-height: 29px;
    text-align: center;
    z-index: 2;
    color: #6f6f6f;
    font-size: 14px;
}

.check-label {
    color: #8d8d8d;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.check-label .checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 19px;
    border: 1px solid #c9c9d6;
    cursor: pointer;
    position: relative;
}

.check-label span {
    white-space: nowrap;
}

.check-label .checkbox:checked::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 19px;
    position: absolute;
    background-color: rgba(79, 119, 182, 0.6);
}

.check-label .checkbox:checked::after {
    content: "";
    display: inline-block;
    position: absolute;
    rotate: -45deg;
    width: 13px;
    height: 7px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    left: 3px;
    top: 5px;
}

.checkbox.tourism {
    background: url(../image/tourism.png) center;
    background-size: contain;
}

.checkbox.books {
    background: url(../image/books.png) center;
    background-size: contain;
}

.checkbox.consumption {
    background: url(../image/consumption.png) center;
    background-size: contain;
}

.checkbox.art {
    background: url(../image/art.png) center;
    background-size: contain;
}

.checkbox.legacy {
    background: url(../image/legacy.png) center;
    background-size: contain;
}

.checkbox.athletic {
    background: url(../image/athletic.png) center;
    background-size: contain;
}

.checkbox.all {
    background: url(../image/all.png) center;
    background-size: contain;
}

.checkbox.rest {
    background: url(../image/rest.png) center;
    background-size: contain;
}

.chart {
    width: 100%;
}

.bg-f1f1f6 {
    background-color: #f1f1f6;
}

.bg-fff {
    background-color: #fff;
}

.bg-123 {
    background-color: rgba(255, 197, 143, 0.1921568627);
}

.height-50px {
    height: 50px;
}

.height-75px {
    height: 75px;
}

.height-100px {
    height: 100px;
}

.height-125px {
    height: 125px;
}

.height-150px {
    height: 150px;
}

.height-50 {
    height: 50%;
}

.height-100 {
    height: 100%;
}

.d-title {
    background-color: #f1f1f6;
    border-radius: 15px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.main-d-title {
    background-color: #f1f1f6;
    border-radius: 15px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.text-nowrap {
    white-space: nowrap !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #0d6efd !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #6c757d !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.small {
    font-size: 0.875em !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.text-color-1 {
    color: #3f416a;
}

.text-color-red {
    color: red;
}

.border-t {
    border-top: 1px solid #e3e3ed;
}

.border-b {
    border-bottom: 1px solid #e3e3ed;
}

.border-s {
    border-left: 1px solid #e3e3ed;
}

.border-e {
    border-right: 1px solid #e3e3ed;
}

.border-y {
    border-top: 1px solid #e3e3ed;
    border-bottom: 1px solid #e3e3ed;
}

@media screen and (max-width: 1400px) {
    .border-xxl-0 {
        border: 0;
    }

    .border-xxl-t {
        border-top: 1px solid #e3e3ed;
    }

    .border-xxl-b {
        border-bottom: 1px solid #e3e3ed;
    }

    .border-xxl-s {
        border-left: 1px solid #e3e3ed;
    }

    .border-xxl-e {
        border-right: 1px solid #e3e3ed;
    }

    .border-xxl-y {
        border-top: 1px solid #e3e3ed;
        border-bottom: 1px solid #e3e3ed;
    }
}

@media screen and (max-width: 740px) {
    .border-md-0 {
        border: 0;
    }

    .border-md-t {
        border-top: 1px solid #e3e3ed;
    }

    .border-md-b {
        border-bottom: 1px solid #e3e3ed;
    }

    .border-md-s {
        border-left: 1px solid #e3e3ed;
    }

    .border-md-e {
        border-right: 1px solid #e3e3ed;
    }

    .border-md-y {
        border-top: 1px solid #e3e3ed;
        border-bottom: 1px solid #e3e3ed;
    }
}

.d-flex {
    display: flex !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media screen and (max-width: 740px) {
    .flex-md-column {
        flex-direction: column !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-d {
    color: #6f6f6f;
    padding: 8px 0;
}

.text-color-d {
    color: #6f6f6f;
}

.info-red-text {
    margin-left: auto;
    color: red;
    font-weight: 400;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
}

table thead th {
    background-color: #d6d7ee;
    text-align: center;
    padding: 4px;
    border: 2px solid #fff;
}

table tbody td {
    text-align: center;
    background-color: #efefef;
    border: 2px solid #fff;
    padding: 5px 4px;
}

.loadingbox {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(33, 33, 33, 0.6);
}

.loadingbox.on {
    display: flex;
}

.ta-c {
    text-align: center;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    width: auto;
}

.row-cols-1 > * {
    width: 100%;
}

.row-cols-2 > * {
    width: 50%;
}

.row-cols-3 > * {
    width: 33.3333333333%;
}

.row-cols-4 > * {
    width: 25%;
}

.row-cols-5 > * {
    width: 20%;
}

.row-cols-6 > * {
    width: 16.6666666667%;
}

.col-auto {
    width: auto;
    flex: 0 0 auto;
}

.col-1 {
    width: 8.33333333%;
    flex: 0 0 auto;
}

.col-2 {
    width: 16.66666667%;
    flex: 0 0 auto;
}

.col-3 {
    width: 25%;
    flex: 0 0 auto;
}

.col-4 {
    width: 33.33333333%;
    flex: 0 0 auto;
}

.col-5 {
    width: 41.66666667%;
    flex: 0 0 auto;
}

.col-6 {
    width: 50%;
    flex: 0 0 auto;
}

.col-7 {
    width: 58.33333333%;
    flex: 0 0 auto;
}

.col-8 {
    width: 66.66666667%;
    flex: 0 0 auto;
}

.col-9 {
    width: 75%;
    flex: 0 0 auto;
}

.col-10 {
    width: 83.33333333%;
    flex: 0 0 auto;
}

.col-11 {
    width: 91.66666667%;
    flex: 0 0 auto;
}

.col-12 {
    width: 100%;
    flex: 0 0 auto;
}

.col-g2 {
    width: calc(50% - 4px);
    flex: 0 0 auto;
}

.col-g3 {
    width: calc(50% - 8px);
    flex: 0 0 auto;
}

.col-40 {
    width: 40% !important;
    flex: 0 0 auto;
}

.col-48 {
    width: 48% !important;
    flex: 0 0 auto;
}

.col-60 {
    width: 60% !important;
    flex: 0 0 auto;
}

@media screen and (max-width: 1400px) {
    .col-xxl-12 {
        width: 100%;
        flex: 0 0 auto;
    }

    .col-xxl-6 {
        width: 50%;
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 740px) {
    .col-md-12 {
        width: 100%;
        flex: 0 0 auto;
    }

    .col-md-10 {
        width: 83.33333333%;
        flex: 0 0 auto;
    }

    .col-md-6 {
        width: 50%;
        flex: 0 0 auto;
    }
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

@media screen and (max-width: 740px) {
    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
}

.search-btn {
    color: #fff;
    border: none;
    background-color: #7a93d9;
    padding: 9px 30px;
    font-weight: 500;
    cursor: pointer;
}

.search-btn:hover {
    background-color: #8ba3e6;
}

.select {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.select::after {
    content: "";
    position: absolute;
    z-index: 1;
    rotate: 45deg;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    display: inline-block;
    width: 10px;
    height: 10px;
    right: 16px;
    top: 50%;
    transform: translateY(calc(-50% - 5px));
}

.select select {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: #e3e3ed 1px solid;
    color: #8d8d8d;
    padding: 9px 50px 9px 19px;
    background-color: rgba(255, 255, 255, 0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.input-date-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
}

.input-date-wrap .input-date {
    position: relative;
}

.input-date-wrap .input-date::after {
    /*content: url(../image/calendar-frame.png);*/
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    height: 16px;
    width: 16px;
    background: url(../image/calendar-frame.png) no-repeat center;
}

.input-date-wrap .input-date input[type="text"] {
    position: relative;
    z-index: 2;
    border: #e3e3ed 1px solid;
    color: #8d8d8d;
    padding: 9px 40px 9px 19px;
    background-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    align-content: center;
}

@media screen and (max-width: 500px) {
    .input-date-wrap {
        flex-direction: column !important;
    }
}

.ico-btn-wrap {
    display: flex;
    gap: 0px;
}

.ico-btn-wrap .ico-btn {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    /*border: #e3e3ed 1px solid;*/
    cursor: pointer;
}

.ico-btn-wrap .ico-btn:hover {
    background-color: #f1f1f6;
}

.ico-btn-wrap .ico-btn.like-it img {
    /*filter: invert(71%) sepia(37%) saturate(7410%) hue-rotate(303deg)*/
    /*  brightness(99%) contrast(106%);*/
}

.more-btn {
    border: 1px solid #e3e3ed;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7e7e7e;
    background-color: #fff;
    font-size: 20px;
    font-weight: 100;
    cursor: pointer;
}

.more-btn:hover {
    background-color: #f1f1f6;
}

.w-50 {
    width: 50% !important;
}

.w-100 {
    width: 100% !important;
}

.flex-wrap {
    display: flex;
    align-items: center;
}

span.tooltip img {
    vertical-align: sub;
}

.tooltip {
    position: relative;
    cursor: default;
}

.tooltip .tooltip-box {
    display: none;
    font-size: 14px;
    font-weight: 200;
    text-align: left;
    position: absolute;
    left: 50%;
    width: -moz-max-content;
    width: max-content;
    max-width: 500px;
    bottom: calc(100% + 10px);
    transform: translate(-50%);
    animation: fade-in 300ms ease;
    background: #3f416a;
    border-radius: 4px;
    padding: 10px;
    color: #ffffff;
    z-index: 1000000000000000000000;
}

.tooltip .tooltip-box.left {
    transform: translate(-90%);
}

.tooltip .tooltip-box.left::after {
    left: 90%;
}

.tooltip .tooltip-box.right {
    transform: translate(-10%);
}

.tooltip .tooltip-box.right::after {
    left: 10%;
}

.tooltip .tooltip-box.bottom {
    bottom: initial;
    top: 40px;
}

.tooltip .tooltip-box.bottom::after {
    bottom: 100%;
    rotate: 180deg;
}

.tooltip .tooltip-box::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    width: 0;
    height: 0;
    bottom: -3px;
    margin-left: -6px;
    border: 1px solid black;
    border-color: #3f416a transparent transparent transparent;
    border-width: 3px 6px 0;
    animation: fade-in 300ms ease;
    z-index: 1;
}

.tooltip:hover .tooltip-box {
    display: block;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.header-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 117px;
    border-bottom: 1px solid #e3e3ed;
}

.header-area .left-area {
    width: 114px;
}

.header-area .left-area .logo-mobile {
    height: 100%;
    display: none;
}

.header-area .left-area .logo-mobile .link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-area .center-area {
    margin-left: 114px;
    text-align: center;
}

.header-area .center-area .page-title {
    font-size: 40px;
    font-weight: 500;
    margin-top: 10px;
}

.header-area .center-area .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-area .center-area .breadcrumb .item + .item::before {
    content: ">";
    color: #909090;
    font-size: 14px;
    margin: 0 8px;
}

.header-area .center-area .breadcrumb .item .link {
    color: #909090;
    font-size: 14px;
    font-weight: 200;
}

.header-area .right-area .link-mypage {
    color: #3f416a;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 30px;
    margin-top: 23px;
}

.header-area .right-area .user-info-wrap {
    position: relative;
    width: 100px;
    text-align: center;
}

.header-area .right-area .user-info-wrap .circle-user {
    cursor: pointer;
}

.header-area .right-area .user-info-wrap .user-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-justifycontent: space-between;
    top: 10px;
    right: 0;
    width: 200px;
    height: 0;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 40px #eff1f7;
    overflow: hidden;
    transition: all 0.2s ease;
    z-index: 9999;
}

.header-area .right-area .user-info-wrap .user-container .user-funcion {
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background-color: #625bc3;
    cursor: pointer;
}

.header-area
.right-area
.user-info-wrap
.user-container
.user-funcion:not(:last-child) {
    margin-bottom: 5px;
}

.header-area .right-area .user-container.on {
    top: 30px;
    right: 0;
    width: 200px;
    height: 170px;
    transition: all 0.2s ease;
}

.side-area {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #3f416a;
    width: 114px;
    height: 100%;
}

.side-area .logo {
    background-color: #fff;
    text-align: center;
}

.side-area .logo .link {
    display: flex;
    height: 116px;
    justify-content: center;
    align-items: center;
}

.side-area .menu-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 106px);
}

.side-area .menu-area .main-menu .item .menu-1depth-title {
    height: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #ff5c9b;
    border-bottom: #d78abb 1px solid;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}

.side-area .menu-area .main-menu .item .menu-1depth-title.on {
    background-color: #6c71d6;
}

.side-area .menu-area .main-menu .item:hover .menu-2depth-wrap {
    display: block;
}

.side-area .menu-area .main-menu .item .menu-2depth-wrap {
    display: none;
    position: absolute;
    z-index: 7;
    top: 0;
    left: 114px;
    height: 100%;
    max-height: 700px;
    width: 232px;
    background-color: #41447c;
    box-shadow: rgba(4, 0, 0, 0.0901960784) 5px 5px 8px 2px;
    border-left: #474a80 1px solid;
    transition: all 0.5s ease-in-out;
}

.side-area .menu-area .main-menu .item .menu-2depth-wrap .head-title {
    height: 117px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 0 24px 16px;
    border-bottom: #5357a1 solid 1px;
}

.side-area .menu-area .main-menu .item .menu-2depth-wrap .head-title h3 {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    text-align: center;
}

.side-area .menu-area .main-menu .item .menu-2depth-wrap .head-title img {
    margin-bottom: 2px;
}

.side-area .menu-area .main-menu .item .menu-2depth-wrap .menu-2depth-box {
    padding: 20px 0 100px;
}

.side-area
.menu-area
.main-menu
.item
.menu-2depth-wrap
.menu-2depth-box
.menu-2depth-item
.link {
    color: #96a3bd;
    font-size: 14px;
    display: block;
    text-align: left;
    padding-left: 52px;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.side-area
.menu-area
.main-menu
.item
.menu-2depth-wrap
.menu-2depth-box
.menu-2depth-item
.link::before {
    content: "·";
    position: absolute;
    left: 32px;
    font-weight: 700;
    color: #fff;
    display: none;
}

.side-area
.menu-area
.main-menu
.item
.menu-2depth-wrap
.menu-2depth-box
.menu-2depth-item
.link:hover {
    background-color: #50538f;
    color: #fff;
}

.side-area
.menu-area
.main-menu
.item
.menu-2depth-wrap
.menu-2depth-box
.menu-2depth-item
.link:hover::before {
    display: block;
}

.side-area .menu-area .sub-menu {
    margin-bottom: 44px;
}

.side-area .menu-area .sub-menu .item .link {
    color: #fff;
    font-size: 12px;
    padding-left: 18px;
    display: block;
    margin-top: 16px;
}

.side-area .menu-area .sub-menu .item .link:hover {
    opacity: 0.5;
}

.main-area {
    padding: 0 40px 50px 0;
}

.main-area .menu-3depth-wrap {
    border-bottom: 1px solid #e3e3ed;
}

.main-area .menu-3depth-wrap .menu-3depth-box {
    display: flex;
    justify-content: start;
}

.main-area .menu-3depth-wrap .menu-3depth-box .menu-3depth-item {
    border-right: 1px solid #e3e3ed;
    width: 100%;
    max-width: 230px;
}

.main-area .menu-3depth-wrap .menu-3depth-box .menu-3depth-item:first-child {
    border-left: 1px solid #e3e3ed;
}

.main-area .menu-3depth-wrap .menu-3depth-box .menu-3depth-item .link {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #4a4a4a;
    width: 100%;
    text-align: center;
    font-weight: 300;
}

.main-area .menu-3depth-wrap .menu-3depth-box .menu-3depth-item.on {
    border-color: #3f416a;
}

.main-area .menu-3depth-wrap .menu-3depth-box .menu-3depth-item.on .link {
    background-color: #3f416a;
    color: #fff;
}

.main-area .contents-area {
    width: 100%;
    /*max-width: 1520px;*/
    /*margin: 0 auto;*/
    padding-left: 40px;
}

.main-area .contents-area .menu-4depth-wrap {
    border-bottom: 1px solid #e3e3ed;
    margin-top: 49px;
}

.main-area .contents-area .menu-4depth-wrap .menu-4depth-box {
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 1px;
}

.main-area .contents-area .menu-4depth-wrap .menu-4depth-box .menu-4depth-item {
    max-width: 250px;
    width: 100%;
}

.main-area
.contents-area
.menu-4depth-wrap
.menu-4depth-box
.menu-4depth-item.on
.link {
    color: #3f416a;
    background-color: #81dbbb;
}

.main-area
.contents-area
.menu-4depth-wrap
.menu-4depth-box
.menu-4depth-item
.link {
    height: 53px;
    width: 100%;
    background-color: #e3e4f2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.main-area .contents-area .lookup-bar-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 59px;
    border-bottom: 1px solid #e3e3ed;
    align-items: center;
    flex-wrap: wrap;
}

.main-area .contents-area .lookup-bar-wrap .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    margin-bottom: 5px;
}

.main-area .contents-area .lookup-bar-wrap .title .ico-btn-wrap {
    margin-bottom: 0px;
}

.main-area .contents-area .lookup-bar-wrap .select-wrap {
    display: flex;
    align-items: end;
    gap: 34px;
    margin-bottom: -1px;
}

.main-area .contents-area .lookup-bar-wrap .select-wrap .select-box {
    display: flex;
}

.main-area .contents-area .lookup-bar-wrap .select-wrap .search-btn {
    color: #fff;
    border: none;
    background-color: #2A1381;
    padding: 9px 30px;
    font-weight: 500;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.main-area .contents-area .lookup-bar-wrap .select-wrap .search-btn:hover {
    background-color: #8ba3e6;
}

.pattern-1 {
    display: flex;
    align-items: stretch;
    gap: 60px;
}

.pattern-1 .left-map {
    border-right: 1px solid #e3e3ed;
    width: 33.3333333%;
}

.pattern-1 .left-map .map {
    position: relative;
}

.pattern-1 .left-map .map .btn-wrap {
    position: absolute;
    top: -1px;
    right: -1px;
}

.pattern-1 .left-map .map .btn-wrap .btn {
    border: 1px solid #e3e3ed;
    background-color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
}

.pattern-1 .left-map .map .btn-wrap .btn:hover {
    background-color: #f3f3f3;
}

.pattern-1 .right-wrap {
    width: 66.66666666%;
}

.pattern-1 .right-wrap .info .title {
    display: flex;
    align-items: baseline;
    gap: 10px;
    border-bottom: 1px solid #e3e3ed;
    padding: 44px 0 24px;
    flex-wrap: wrap;
}

.pattern-1 .right-wrap .info .title .text {
    font-size: 24px;
    font-weight: 500;
}

.pattern-1 .right-wrap .info .title .text .font-lg {
    font-size: 36px;
}

.pattern-1 .right-wrap .info .info-text {
    border-bottom: 1px solid #e3e3ed;
    color: #6f6f6f;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    padding: 20px 0;
}

.pattern-1 .right-wrap .info .info-text b {
    color: #212121;
}

.pattern-1 .right-wrap .summary {
    display: flex;
}

.pattern-1 .right-wrap .summary .circle-first {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.pattern-1 .right-wrap .summary .circle-first .circle {
    width: 136px;
    height: 136px;
    background-color: #a8c5e6;
    border: 1px solid #5d7cbb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.pattern-1 .right-wrap .summary .circle-first .circle .label {
    text-align: center;
    font-size: 14px;
    color: #3f416a;
    font-weight: 300;
}

.pattern-1 .right-wrap .summary .circle-first .circle .value {
    color: #3f416a;
    font-size: 18px;
}

.pattern-1 .right-wrap .summary .circle-first .graph-wrap {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.pattern-1 .right-wrap .summary .circle-first .graph-wrap .graph-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pattern-1 .right-wrap .summary .circle-first .graph-wrap .graph-box .label {
    font-size: 14px;
    font-weight: 300;
    color: #212121;
    flex: 0 0 auto;
}

.pattern-1
.right-wrap
.summary
.circle-first
.graph-wrap
.graph-box
.graph-bar {
    background-color: #eaebf8;
    width: 140px;
    height: 15px;
}

.pattern-1
.right-wrap
.summary
.circle-first
.graph-wrap
.graph-box
.graph-bar
.graph-value {
    height: 15px;
    position: relative;
    background-color: #777;
}

.pattern-1
.right-wrap
.summary
.circle-first
.graph-wrap
.graph-box
.graph-bar
.graph-value
.value-text {
    position: absolute;
    left: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.pattern-1 .right-wrap .summary .division {
    height: 83px;
    width: 1px;
    background-color: #e3e3ed;
    margin: 47px 25px 0;
}

.pattern-1 .right-wrap .summary .circle-wrap {
    margin-top: 26px;
    display: flex;
    flex-grow: 1;
    justify-content: space-evenly;
    gap: 8px;
}

.pattern-1 .right-wrap .summary .circle-wrap .circle-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pattern-1 .right-wrap .summary .circle-wrap .circle-box .circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #b5a6e3;
    background-color: #c9beeb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #3f416a;
}

.pattern-1 .right-wrap .summary .circle-wrap .circle-box .circle .label {
    font-size: 14px;
    font-weight: 300;
}

.pattern-1 .right-wrap .summary .circle-wrap .circle-box .circle .value {
    font-size: 18px;
}

.text-value {
    margin: 3px 0 4px;
}

.text-value .value {
    font-size: 24px;
}

.comparison-value {
    background-color: #eaebf8;
    font-size: 14px;
    text-align: center;
    padding: 8px 12px 7px;
    border-radius: 3px;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
}

.pattern-1 .right-wrap .sub-chart-wrap {
    display: flex;
    gap: 6px;
}

.pattern-1 .right-wrap .sub-chart-wrap .sub-chart-box {
    flex: 1 1 auto;
    width: 33%;
}

.pattern-1 .right-wrap .sub-chart-wrap .sub-chart-box .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.pattern-1 .right-wrap .sub-chart-wrap .sub-chart-box .head .title {
    font-size: 14px;
    background-color: #f1f1f6;
    padding: 6px 16px 4px;
    font-weight: 300;
    border-radius: 20px;
}

.pattern-1 .right-wrap .sub-chart-wrap .sub-chart-box .head .title b {
    font-weight: 500;
}

.pattern-2 .row {
    display: flex;
}

.pattern-2 .row + .row {
    border-top: 1px solid #e3e3ed;
}

.pattern-2 .row .left {
    width: calc(70% - 24px);
    border-right: 1px solid #e3e3ed;
}

.pattern-2 .row .left .main-chart {
    width: 100%;
    padding: 20px;
}

.pattern-2 .row .left .chart-control {
    padding: 0 55px;
}

.pattern-2 .row .left .chart-control .time-series-slide {
    background-color: #f7f7fb;
    padding: 22px 140px;
    margin-bottom: 40px;
}

.pattern-2 .row .right {
    width: calc(30% - 24px);
}

.pattern-2 .row .right .info-text-box {
    padding: 58px 20px 58px 20px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    word-break: keep-all;
}

.pattern-2 .row .right .info-text-box .info-text {
    color: #6f6f6f;
    font-weight: 400;
}

.pattern-2 .row .right .info-text-box .info-text b {
    color: #252525;
    font-weight: 700;
}

.pattern-2 .row .right .sub-chart-box {
    border-top: 1px solid #e3e3ed;
    padding: 16px 0 0 0px;
}

.pattern-2 .row .right .sub-chart-box .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pattern-2 .row .right .sub-chart-box .title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    margin-bottom: 12px;
}

.pattern-2 .row .right .sub-chart-box .chart {
    width: 100%;
}

.pattern-2 .row .col-6 .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 28px 0px 20px 0px;
    height: 38px;
}

.pattern-2 .row .col-6 .title-wrap .flex-wrap .title {
    margin-right: 20px;
}

.pattern-2 .row .col-6 .title-wrap .title {
    font-size: 14px;
    font-weight: 400;
}

.pattern-2 .row .col-6 .chart {
    width: 100%;
}

.pattern-3 .main-wrap {
    display: flex;
    justify-content: center;
}

.pattern-3 .main-wrap .main-map-chart {
    display: flex;
    width: 66.66666666%;
}

.pattern-3 .main-wrap .main-map-chart .data-table-wrap {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 50px;
}

.pattern-3 .main-wrap .main-map-chart .data-table-wrap .data-table {
    min-width: 290px;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table:nth-child(2)
.head {
    background-color: #6c71d6;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table:nth-child(3)
.head {
    background-color: #5181e9;
}

.pattern-3 .main-wrap .main-map-chart .data-table-wrap .data-table .head {
    color: #fff;
    background-color: #6794dc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    padding: 0 10px;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table
.head
.ta-c.col-6 {
    height: 100%;
    line-height: 46px;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table
.head
.ta-c.col-6
+ .ta-c.col-6 {
    border-left: 1px solid #e3e3ed;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table
.head
.label {
    font-size: 14px;
    font-weight: 200;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table
.head
.value {
    font-size: 14px;
    font-weight: 300;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table
.head
.value
.num {
    font-size: 24px;
    margin-right: 4px;
    font-weight: 400;
}

.pattern-3 .main-wrap .main-map-chart .data-table-wrap .data-table .body {
    border: 1px solid #e3e3ed;
    display: flex;
    flex-direction: column;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table
.body
.region-box {
    height: 75px;
    padding: 12px 8px 0 12px;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table
.body
.region-box
+ .region-box {
    border-top: 1px solid #e3e3ed;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table
.body
.region-box
.text-sm {
    font-size: 12px;
    font-weight: 200;
    color: #838383;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table
.body
.region-box
.region-value {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table
.body
.region-box
.region-value
.region {
    font-size: 18px;
    white-space: nowrap;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table
.body
.region-box
.region-value
.value {
    font-size: 14px;
    font-weight: 300;
    color: #858585;
    white-space: nowrap;
}

.pattern-3
.main-wrap
.main-map-chart
.data-table-wrap
.data-table
.body
.region-box
.region-value
.value
.num {
    font-size: 24px;
    font-weight: 400;
    color: #212121;
    margin-right: 4px;
}

.pattern-3 .main-wrap .main-map-chart .map {
    flex: 1 1 auto;
    max-width: 700px;
}

.pattern-3 .main-wrap .side-sub {
    width: 33.333333%;
    border-left: 1px solid #e3e3ed;
}

.pattern-3 .main-wrap .side-sub .sub-box {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pattern-3 .main-wrap .side-sub .sub-box .head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 12px;
}

.pattern-3 .main-wrap .side-sub .sub-box .head .title {
    font-size: 14px;
    font-weight: 300;
    background-color: #f1f1f6;
    border-radius: 15px;
    padding: 5px 20px;
}

.pattern-3 .main-wrap .side-sub .sub-box .chart {
    width: 100%;
    height: 100%;
}

.sub-wrap {
    display: flex;
    gap: 15px;
    border-top: 1px solid #e3e3ed;
    margin-bottom: 50px;
}

.sub-wrap .sub-chart {
    margin-top: 36px;
}

.sub-wrap .sub-chart .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 6px;
}

.sub-wrap .sub-chart .head .title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 38px;
}

.sub-wrap .sub-chart .head .title-wrap .title {
    background-color: #f1f1f6;
    border-radius: 15px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap;
}

.sub-wrap .sub-chart .chart {
    border: 1px solid #e3e3ed;
    width: 100%;
    min-height: 300px;
}

.sub-wrap .sub-chart .foot {
    display: flex;
    flex-wrap: wrap;
}

.sub-wrap .sub-chart .foot p {
    margin-top: 12px;
    font-size: 14px;
    padding-right: 6px;
    color: #7c7c7c;
}

.sub-wrap .sub-chart .foot p b {
    color: #212121;
}

.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-wrap.open {
    display: flex;
}

.modal-wrap .modal-box {
    background-color: #fff;
    position: relative;
    padding: 0 3% 3%;
    width: 96%;
    height: 96%;
    overflow-y: auto;
}

.modal-wrap .modal-box .modal-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.modal-wrap .modal-box .modal-btn-wrap .btn {
    border: 1px solid #e3e3ed;
    background-color: #fff;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.modal-wrap .modal-box .modal-btn-wrap .btn:hover {
    background-color: #f6f6f6;
}

.modal-wrap .modal-box .title {
    font-size: 20px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 25px;
}

.modal-wrap .modal-box .select-wrap {
    display: flex;
    justify-content: space-between;
}

.modal-wrap .modal-box .select-wrap .select-box {
    display: flex;
}

.modal-wrap .modal-box .chart-box {
    width: 100%;
}

.modal-wrap .modal-box .chart-box .chart-title {
    text-align: center;
    margin: 20px auto 12px;
    font-size: 24px;
    font-weight: 500;
}

.modal-wrap .modal-box .chart-box .chart {
    width: 100%;
}

.modal-wrap .modal-box .modal-inner-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-wrap .modal-box .modal-inner-box.open {
    display: flex;
}

.modal-wrap .modal-box .modal-inner-box .inner-box {
    background-color: #fff;
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.modal-wrap .modal-box .modal-inner-box .inner-box .title {
    margin-top: 12px;
}

.modal-wrap .modal-box .modal-inner-box .inner-box .modal-radio-box .list-item {
    margin-bottom: 6px;
}

.modal-wrap
.modal-box
.modal-inner-box
.inner-box
.modal-radio-box
.list-item
textarea {
    margin-top: 4px;
    width: 100%;
    height: 100px;
    resize: none;
}

.modal-wrap .modal-box .modal-inner-box .inner-box .btn-wrap {
    margin-top: 12px;
}

.modal-wrap .modal-box .modal-inner-box .inner-box .btn-wrap .btn {
    width: 80px;
    height: 32px;
    background-color: #41447c;
    border: 0;
    border-radius: 4px;
    color: #fff;
}

.tutorialbox {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(33, 33, 33, 0.6);
}

.tutorialbox.on {
    display: flex;
    flex-direction: column;
}

.tutorialbox .swiper-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 700px;
    border-radius: 15px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    overflow: hidden;
}

.tutorialbox .swiper-container .swiper-wrapper {
    display: -webkit-inline-box;
    width: 70%;
    height: 650px;
}

.tutorialbox .swiper-container .swiper-wrapper .swiper-slide {
    width: 70%;
    height: 650px;
}

.tutorialbox .swiper-container .swiper-wrapper .swiper-slide img {
    width: 70%;
    height: 650px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.swiper-container .tutorial-button-prev,
.swiper-container .tutorial-button-next {
    z-index: 999;
    display: -webkit-inline-box;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-left: 17px;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.swiper-container .useInform-button-prev {
    margin-right: 30px;
}

.swiper-container .useInform-button-next {
    margin-left: 30px;
}

.swiper-container .useInform-button-prev,
.swiper-container .useInform-button-next {
    z-index: 999;
    display: -webkit-inline-box;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-left: 17px;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.useInformbox {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(33, 33, 33, 0.6);
}

.useInformbox.on {
    display: flex;
    flex-direction: column;
}

.useInformbox .swiper-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 700px;
    border-radius: 15px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    overflow: hidden;
}

.useInformbox .swiper-container .swiper-wrapper {
    display: -webkit-inline-box;
    width: 70%;
    height: 650px;
}

.useInformbox .swiper-container .swiper-wrapper .swiper-slide {
    width: 70%;
    height: 650px;
}

.useInformbox .swiper-container .swiper-wrapper .swiper-slide img {
    width: 70%;
    height: 650px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.swiper-container .useInform-button-prev {
    margin-right: 30px;
}

.swiper-container .useInform-button-next {
    margin-left: 30px;
}

.swiper-container .swiper-button-disabled {
    margin-right: 30px;
    visibility: hidden;
}

.useInformbox .close-container {
    align-items: center;
    width: 80%;
    height: 50px;
    border-radius: 15px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    overflow: hidden;
}

@media screen and (max-width: 1400px) {
    .pattern-1 {
        flex-direction: column;
        align-items: center;
    }

    .pattern-1 .left-map {
        border: 1px solid #e3e3ed;
        width: 100%;
        max-width: 700px;
    }

    .pattern-1 .right-wrap {
        width: 100%;
    }

    .pattern-1 .right-wrap .info .title {
        justify-content: center;
    }

    .pattern-1 .right-wrap .summary {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pattern-1 .right-wrap .summary .division {
        display: none;
    }

    .pattern-1 .right-wrap .summary .circle-wrap {
        flex-wrap: wrap;
        justify-content: center;
        flex-grow: 0;
    }

    .pattern-1 .right-wrap .sub-chart-wrap {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .pattern-1 .right-wrap .sub-chart-wrap .sub-chart-box {
        width: 100%;
        max-width: 700px;
    }

    .pattern-2 .row {
        flex-direction: column;
        align-items: center;
    }

    .pattern-2 .row .col-6 {
        width: 100%;
        max-width: 700px;
        margin-top: 50px;
    }

    .pattern-2 .row .left {
        width: 100%;
        max-width: 700px;
        border-right: 0;
    }

    .pattern-2 .row .left .chart-control {
        padding: 0;
    }

    .pattern-2 .row .left .chart-control .time-series-slide {
        padding: 20px;
        margin-bottom: 0;
    }

    .pattern-2 .row .right {
        width: 100%;
        max-width: 700px;
    }

    .pattern-2 .row .right .info-text-box {
        align-items: center;
        padding: 20px 0;
    }

    .pattern-2 .row .right .sub-chart-box {
        padding: 20px 0;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .pattern-2 .sub-wrap {
        flex-direction: column;
        align-items: center;
    }

    .pattern-2 .sub-wrap .sub-chart {
        width: 100%;
        max-width: 700px;
    }

    .pattern-3 .main-wrap {
        flex-direction: column;
        align-items: center;
    }

    .pattern-3 .main-wrap .main-map-chart {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .pattern-3 .main-wrap .main-map-chart .map {
        border: 1px solid #e3e3ed;
        margin-top: 50px;
    }

    .pattern-3 .main-wrap .side-sub {
        width: 100% !important;
        justify-content: center;
        border: 0;
    }

    .pattern-3 .sub-wrap {
        flex-direction: column;
        align-items: center;
    }

    .pattern-3 .sub-wrap .sub-chart {
        width: 100%;
        max-width: 700px;
    }

    .lookup-bar-wrap {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .tooltip .tooltip-box.media-1400-left {
        transform: translate(-90%);
    }

    .tooltip .tooltip-box.media-1400-left::after {
        left: 90%;
    }

    .tooltip .tooltip-box.media-1400-right {
        transform: translate(-10%);
    }

    .tooltip .tooltip-box.media-1400-right::after {
        left: 10%;
    }

    .tooltip .tooltip-box.media-1400-center {
        transform: translate(-50%);
    }

    .tooltip .tooltip-box.media-1400-center::after {
        left: 50%;
    }

    .sub-wrap .sub-chart .head.media-1400-column {
        flex-direction: column;
        align-items: start;
    }

    .sub-wrap .sub-chart .head.media-1400-column div:nth-child(2) {
        width: 100%;
        text-align: end;
    }
}

@media screen and (max-width: 740px) {
    .pattern-2 .row .right .info-text-box .info-text {
        white-space: normal !important;
    }

    .sub-wrap .sub-chart .head .title-wrap .title {
        white-space: normal;
    }

    .main-area .menu-3depth-wrap .menu-3depth-box {
        flex-direction: column;
        align-items: center;
    }

    .main-area .menu-3depth-wrap .menu-3depth-box .menu-3depth-item {
        border-left: 1px solid #e3e3ed;
        max-width: 350px;
    }

    .tooltip:hover .tooltip-box {
        max-width: 300px;
    }

    .tooltip .tooltip-box.media-740-left {
        transform: translate(-90%);
    }

    .tooltip .tooltip-box.media-740-left::after {
        left: 90%;
    }

    .tooltip .tooltip-box.media-740-right {
        transform: translate(-10%);
    }

    .tooltip .tooltip-box.media-740-right::after {
        left: 10%;
    }

    .tooltip .tooltip-box.media-740-center {
        transform: translate(-50%);
    }

    .tooltip .tooltip-box.media-740-center::after {
        left: 50%;
    }

    /*body {*/
    /*    padding-bottom: 70px;*/
    /*}*/

    .header-area {
        height: 66px;
    }

    .header-area .left-area {
        width: 66px;
    }

    .header-area .left-area .logo-mobile {
        display: block;
    }

    .header-area .center-area .page-title {
        font-size: 24px;
        margin-top: 17px;
    }

    .header-area .center-area .breadcrumb {
        display: none;
    }

    .header-area .right-area .link-mypage .text {
        display: none;
    }

    .side-area {
        top: initial;
        right: 0;
        width: 100%;
        height: initial;
    }

    .side-area .logo {
        display: none;
    }

    .side-area .menu-area {
        display: block;
    }

    .side-area .menu-area .main-menu {
        display: flex;
        width: 100%;
    }

    .side-area .menu-area .main-menu .item {
        flex: 1 1 auto;
        width: 33%;
    }

    .side-area .menu-area .main-menu .item .menu-1depth-title {
        border-bottom: none;
        height: 60px;
        font-size: 14px;
        line-height: 16px;
    }

    .side-area .menu-area .main-menu .item .menu-1depth-title .br {
        display: none;
    }

    .side-area .menu-area .main-menu .item:nth-child(2) .menu-1depth-title {
        border-left: #d78abb 1px solid;
        border-right: #d78abb 1px solid;
    }

    .side-area .menu-area .main-menu .item .menu-2depth-wrap {
        top: initial;
        bottom: 60px;
        height: -moz-fit-content;
        height: fit-content;
    }

    .side-area .menu-area .main-menu .item .menu-2depth-wrap .head-title {
        height: 70px;
        padding: 0 16px;
        align-items: center;
    }

    .side-area .menu-area .main-menu .item .menu-2depth-wrap .head-title img {
        height: 30px;
    }

    .side-area .menu-area .main-menu .item .menu-2depth-wrap .head-title h3 {
        font-size: 15px;
        font-weight: 200;
    }

    .side-area .menu-area .main-menu .item .menu-2depth-wrap .menu-2depth-box {
        padding: 10px 0;
    }

    .side-area
    .menu-area
    .main-menu
    .item
    .menu-2depth-wrap
    .menu-2depth-box
    .menu-2depth-item
    .link {
        color: #fff;
        padding-left: 30px;
    }

    .side-area
    .menu-area
    .main-menu
    .item
    .menu-2depth-wrap
    .menu-2depth-box
    .menu-2depth-item
    .link::before {
        left: 14px;
    }

    .side-area .menu-area .main-menu .item:nth-child(1) .menu-2depth-wrap {
        left: 0;
    }

    .side-area .menu-area .main-menu .item:nth-child(2) .menu-2depth-wrap {
        left: 50%;
        transform: translateX(-50%);
    }

    .side-area
    .menu-area
    .main-menu
    .item:nth-child(2)
    .menu-2depth-wrap
    .head-title
    .br {
        display: none;
    }

    .side-area .menu-area .main-menu .item:nth-child(3) .menu-2depth-wrap {
        right: 0;
        left: initial;
    }

    .side-area .menu-area .sub-menu {
        display: none;
    }

    .main-area {
        padding-left: 0;
        padding-right: 0;
    }

    .main-area .contents-area .menu-4depth-wrap {
        margin-top: 14px;
    }

    .main-area .contents-area .lookup-bar-wrap {
        margin-top: 30px;
        padding-bottom: 12px;
    }

    .main-area .contents-area .lookup-bar-wrap .title {
        font-size: 14px;
    }

    .main-area .contents-area .lookup-bar-wrap .select-wrap {
        flex-direction: column;
        gap: 8px;
    }

    .select {
        width: 100%;
    }

    .select select {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .main-d-title {
        font-size: 14px;
    }

    .table-chart-th {
        margin-left: calc(38px + 1rem);
    }

    .circle-title {
        width: 38px;
        height: 38px;
    }

    .table-chart-th li {
        font-size: 10px;
    }

    .fs-sm-12 {
        font-size: 12px;
    }

    .fs-sm-14 {
        font-size: 14px;
    }

    .tooltip .tooltip-box.media-500-left {
        transform: translate(-90%);
    }

    .tooltip .tooltip-box.media-500-left::after {
        left: 90%;
    }

    .tooltip .tooltip-box.media-500-right {
        transform: translate(-10%);
    }

    .tooltip .tooltip-box.media-500-right::after {
        left: 10%;
    }

    .tooltip .tooltip-box.media-500-center {
        transform: translate(-50%);
    }

    .tooltip .tooltip-box.media-500-center::after {
        left: 50%;
    }

    .main-area .menu-3depth-wrap .menu-3depth-box .menu-3depth-item .link {
        font-size: 13px;
    }

    .main-area
    .contents-area
    .menu-4depth-wrap
    .menu-4depth-box
    .menu-4depth-item
    .link {
        font-size: 13px;
    }

    .pattern-1 .left-map {
        width: 100%;
        padding: 0 12px;
    }

    .pattern-1 .right-wrap {
        width: 100%;
        padding: 0 12px;
    }

    .pattern-1 .right-wrap .sub-chart-wrap .sub-chart-box {
        width: 100%;
    }

    .pattern-2 .row .left .chart-control .time-series-slide {
        margin-bottom: 0;
    }

    .pattern-2 .row .right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pattern-2 .row .right .info-text-box {
        padding: 20px 0;
    }

    .pattern-2 .row .right .info-text-box .info-text {
        font-size: 13px;
    }

    .tooltip {
        position: static;
    }

    .d-flex,
    .title,
    .sub-chart-box .head,
    .sub-chart .head,
    .sub-box .head {
        position: relative;
    }
}

.main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px;
    background: #ED2588;
    border-radius: 30px;
}

.custom-shepherd {
    border-radius: 20px;
    max-width: 500px;
}


.custom-shepherd .shepherd-content {
    border-radius: 20px;
}

.custom-shepherd .shepherd-header {
    border-radius: 20px 20px 0 0;
    background: white !important;
    border-bottom: 1px solid #e3e3ed;
    padding: 10px 20px !important;
}

.custom-shepherd .shepherd-cancel-icon {
    color: #ED2588 !important;
    background: #FBF2F9;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-shepherd .shepherd-cancel-icon span {
    height: 36px;
}

.custom-shepherd .shepherd-text {
    padding: 30px !important;
}

.custom-shepherd .shepherd-footer {
    border-top: 1px solid #e3e3ed;
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

.custom-shepherd .button-single {
    width: 100%;
    color: #555 !important;
    padding: 0;
    background: transparent;
}

.custom-shepherd .button-single:hover {
    background: transparent;
    color: #555 !important;
}

.custom-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    overflow-y: auto;
    padding: 50px;
    /*background: rgba(0, 0, 0, 0.6);*/
    z-index: 999999;
    display: grid;
    justify-content: center;
    align-items: center;
    container-type: inline-size;
}

.custom-popup-wrapper {
    gap: 20px;
}

@container (max-width: 1060px) {
    .custom-popup-wrapper {
        column-count: 1!important;
    }
}

@container (min-width: 1061px) {
    .custom-popup-wrapper:has(.custom-popup:nth-child(2)) {
        column-count: 2!important;
    }
}

.custom-popup {
    break-inside: avoid;
    max-width: 520px;
    max-height: 540px;
    background: white;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    height: fit-content;
    margin-bottom: 20px;
    border: 1px solid #e5e5ec;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
}

.custom-popup .popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #FBF2F9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-popup .popup-close span {
    height: 36px;
    font-size: 20px;
    color: #ED2588;
}

.custom-poup .popup-image {
    width: 440px;
    height: 200px;
    border-radius: 10px;
    object-fit: contain;
    margin-top: 50px;
}

.custom-popup .popup-body {
    min-height: 0;
    flex: 1;
    overflow-y:auto;
}

.custom-popup .popup-footer {
    padding-top: 20px;
    display: flex;
    justify-content: end;
}

.meta-data-table {
    display: none;
}

@media screen and (min-width: 1024px) {
    .meta-data-table {
        display: table;
    }
}

.modal {
    display: none;
}

.modal.is-open {
    display: block;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

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

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #ED2588;
    box-sizing: border-box;
}

.modal__close {
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}
