html{
    /*overflow: hidden;*/
}
body{
/*    padding: 0;
    margin: 0;*/
}
#krds-footer {
    /*display: none;*/
}
.page-title-wrap{
    height: 60px;
}
.page-title-wrap .h-tit {
    white-space: nowrap;
}
.cc-map-panel-area {
    display: none;
}
.cc-map-container{
    position: relative;
}
.cc-board-map{
    width: 100%;
    height: calc(100vh - 46vh - 106px);
}
#loader-wrapper{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.1);
    z-index: 99999;
    cursor: pointer;
}
#loader-wrapper .loading {
    position: relative;
    left: 0;
    top: 40%;
    z-index: 1;
    margin: auto auto auto auto;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #4db1ff;
    width: 60px;
    height: 60px;
    -webkit-animation: loader-wrapper-spin 2s linear infinite;
    animation: loader-wrapper-spin 2s linear infinite;
}
@keyframes loader-wrapper-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#map-header{
    height: 70px;
    align-content: center;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}
#map-header h1{
    font-size: 32px;
    letter-spacing: -0.5px;
    /*background-color: #C2CCD7;
    height: 50px;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 50px;
    padding-left: 15px;*/
}
#map-header .krds-breadcrumb-wrap{
    align-items: center;
    padding-top: 0;
    /*margin-bottom: 0;
    background-color: #fff;
    border-radius: 6px;
    margin-right: 15px;
    padding: 6px;
    padding-right: 8px;
    padding-left: 8px;
    height: fit-content;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: default;*/
}
#map-header .page-title-wrap{
    margin-top: 0;
    margin-bottom: 0;
}
#map-header .page-title-wrap span{
    align-content: center;
    color: #555555;
    font-size: 17px;
    font-weight: 500;
}
#map-header .map-header-title{
    display: flex;
}
.page-title-wrap span{
    align-content: center;
    color: #555555;
    font-size: 17px;
    font-weight: 500;
}
.map-header-title{
    display: flex;
}
#big-map{
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}
#big-map.big-map-large{
    height: 700px;
}
.big-map-wrap {width:100%; border:solid 1px #ddd; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; margin-bottom:2.5rem;

}
#map{
    width: 100%;
    height: calc(100vh - 200px);
}
.map-change-panel{
    top: 20px;
    right: 20px;
    position: absolute;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.map-change-panel .map-change-item{
    border-radius: .5rem;
    border: 2px solid transparent;
    text-align: center;
    background-color: white;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.map-change-panel span{
    color: #444444;
    font-size: 11px;
    display: block;
    padding: 4px;
    line-height:17px;
    text-decoration:none;
}
.map-change-panel .map-change-item:hover {
    color: #246BEB !important;
    text-decoration:none;
}
.map-change-panel .map-change-item.active{
    border: solid 2px #246BEB;
    color: #246BEB !important;
    text-decoration:none;
}

.map-change-panel .map-change-item:focus {
    outline: 0.2rem solid var(--krds-light-color-border-inverse);
    outline-offset: 0;
    box-shadow: var(--krds-box-shadow-outline);
    transition: outline 0s, box-shadow 0s !important;
    color: #444444;
    font-weight:400;
}

.map-change-panel .map-change-item:hover span,
.map-change-panel .map-change-item.active span{
    color: #246BEB;
    font-weight: bold;
}
.ol-zoom{
    display: none;
}
.cc-energy-maps .ol-zoom{
    display: block;
    transform: scale(0.8);
    top: 0.1em;
    left: .3em;
}
.cc-energy-maps .cc-energy-big .ol-zoom{
    transform: scale(1);
    top: 0.5em;
    left: .5em;
}
.cc-no-wrap{
    white-space: nowrap;
}
.cc-no-bottom-pd{
    margin-bottom: 0 !important;
}
.cc-mb-10{
    margin-bottom: 10px !important;
}
.cc-guide-label{
    font-size: .9em;
}
/* 검색영역 */
.cc-search-container{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
}
.cc-search-container-inner{
    display: none;
    margin-right: 28px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 8px;
}
.cc-search-container-body{
    overflow-y: auto;
    max-height: calc(100vh - 500px);
}
.situation-board .cc-search-container{
    top: 20px;
}
.situation-board .cc-search-container-body{
    max-height: calc(100vh - 730px);
}
.cc-search-title{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.cc-search-title span{
    font-size: 22px;
    font-weight: bold;
    color: #1D1D1D;
    padding: 16px;
    display: block;
}
.cc-search-title-close-02{
    background-image: url(../../img/map/main/arrow02.png);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    border: none;
    width: 28px;
    transition: none !important;
    rotate: 180deg;
}
.cc-search-container.active{
    width: 360px;
}
.cc-search-container.active .cc-search-container-inner{
    display: block;
}
.cc-search-container.active .cc-search-title{
    border-bottom-left-radius: 0px;
}
.cc-search-container.active .cc-search-title-close-02{
    rotate: 0deg;
}
.cc-search-condition{
    width: 100%;
    border-top: 1px solid #C6C6C6;
    background-color: #ffffff;
    padding: 10px;
}
.cc-search-bottom{
    background-color: #ffffff;
    padding: 16px;
    border-top: 1px solid #C6C6C6;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 8px;
    display: flex;
    justify-content: space-between;
}
.cc-search-submit{
    font-size: 19px;
    background: linear-gradient(to right, #00B59B, #0083E0);
    color: white;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    transition: none !important;
}
.cc-search-reset{
    background-color: var(--krds-light-color-background-white);
    border: 0.1rem solid var(--krds-light-color-border-gray);
    border-radius: var(--krds-radius-max);
    margin-left: .5em;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cc-search-reset i{
    width: inherit;
}
.cc-search-condition-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-bottom: 8px;*/
    position: relative;
}
.cc-search-condition-col{
    width: 50%;
    box-sizing: border-box;
    padding: 5px;
}
.cc-search-condition-col.cc-flow{
    width: 100%;
    box-sizing: border-box;
    justify-content: left;
}
.cc-search-condition-col label{
    display: block;
    font-size: 15px;
    color: #1D1D1D;
    margin-bottom: 7px;
}
.cc-search-condition-col.cc-fit{
    width: 100%;
    box-sizing: border-box;
}
.cc-search-condition-col.cc-col-30{
    width: 30%;
}
.cc-search-condition-col.cc-col-35{
    width: 35%;
}
.cc-search-condition-col.cc-col-40{
    width: 40%;
}
.cc-search-condition-col.cc-col-60{
    width: 60%;
}
.cc-search-condition-col.cc-col-70{
    width: 70%;
}
.cc-search-condition-col.cc-between{
    display: flex;
    justify-content: space-between;
}
.cc-search-condition-col.cc-fit.cc-guide-label{
    position: relative;
    padding-left:3rem;
    line-height:2rem;
    color: #555;
}
.cc-search-condition-col.cc-fit.cc-guide-label:after{
    position: absolute;
    left:8px;
    top:8px;
    content:"";
    background-image: url(../../img/map/main/ico_notice_fill.svg);
    width:1.6rem;
    height:1.6rem;
}
.cc-search-date-pickr{
    display: flex;
}
.cc-time-now{
    display: flex;
    font-size: 13px;
    font-weight: bold;
    background-color: var(--krds-light-color-background-white);
    border: 0.1rem solid var(--krds-light-color-border-gray);
    border-radius: 6px;
    padding: 0.5rem;
    margin-left: 0.5rem;
    align-items: center;
}
.cc-search-condition input{
    font-size: 15px;
}
.cc-search-condition input[type=text]{
    width: 100%;
    border: 1px solid #717171;
    padding: 8px 16px 8px 16px;
    border-radius: 6px;
    color: #8E8E8E;
    background-image: url(../../img/map/main/clock01.png);
    background-position: calc(100% - 11px) center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}
.cc-search-condition input[type=datetime-local]{
    width: 100%;
    border: 1px solid #717171;
    padding: 8px 16px 8px 16px;
    border-radius: 6px;
    color: #8E8E8E;
}
.cc-search-condition input[type=number]{
    width: 100%;
    border: 1px solid #717171;
    padding: 8px 16px 8px 16px;
    border-radius: 6px;
    color: #8E8E8E;
    text-align: right;
}
.cc-search-condition input[type=number]::placeholder{
    text-align: left;
}
.cc-search-condition input[type=checkbox]{
    background-color: red;
    border: 1px solid #717171;
    position: relative !important;
    width: 20px !important;
    height: 20px !important;
    clip: initial !important;
}
.cc-search-condition select{
    border: 1px solid #717171;
    border-radius: 6px;
    font-size: 15px;
    color: #8E8E8E;
    padding: 8px 30px 8px 16px;
    width: 100%;
    background-image: url(../../img/map/main/arrow03.png);
    background-position: calc(100% - 10px) center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}
.cc-search-condition select:focus {
    color: #1e2124;
}
.cc-search-condition-select{
    border: 1px solid #C6C6C6;
    border-radius: 6px;
    width: 120px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 17px;
    color: #1D1D1D;
    margin-right: 5px;
    transform: none !important;
}
.cc-search-condition-select.active{
border: 1px solid #00A287;
background-color: #F3F9F9;
color: #00A287;
}
.cc-search-condition-select.active span{
display: inline-block;
background-image: url(../../img/map/main/check01.png);
background-position: right center;
background-size: 20px 20px;
background-repeat: no-repeat;
padding-right: 25px;
}
/* 기능영역 */
.cc-function-container{
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cc-function-item span{
    display: none;
}
.cc-function-guide{
    background-image: url(../../img/map/main/guide.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}
.cc-function-group{
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    overflow: hidden;
    margin-bottom: 10px;
}
.cc-function-group:last-child{
    margin-bottom: 0;
}
.cc-function-group button{
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #C6C6C6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cc-function-group button:last-child{
    border-bottom: none;
}
.cc-function-group button svg{
    color: #2D2D2D;
}
.cc-function-group button:hover{
    background-color: #e0f2f7;
}
.cc-function-group button:hover svg{
    color: #00A287;
}
/* 범례영역 */
.cc-legend-container{
    position: absolute;
    top: 20px;
    right: 76px;
    display: flex;
    pointer-events: none;
}
.cc-distribution-btn-area{
    height: fit-content;
}
.cc-distribution-btn{
    width: 100%;
    border: 1px solid #717171;
    padding: 8px 40px 8px 16px;
    border-radius: 8px;
    color: #1D1D1D;
    font-size: 14px;
    background-color: #FFFFFF;
    background-image: url(../../img/map/main/check02.png);
    background-position: calc(100% - 16px) center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    transition: none !important;
    height: fit-content;
    pointer-events: auto;
}
.cc-distribution-btn:hover{
    /*background-image: url(../../img/map/main/check01.png);*/
}
.cc-distribution-btn.active{
    background-image: url(../../img/map/main/check01.png);
    border-color: #00A287;
}
.cc-distribution-opacity{
    border: 1px solid #00A287;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 5px 5px 6px 12px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    color: #1D1D1D;
    font-size: 14px;
}
.cc-distribution-opacity input{
    width: 92px;
    accent-color: #047d65 !important;
    cursor: pointer;
}
.cc-opacity-value{
    color: #008277;
    font-weight: bold;
}
.cc-legend-area-inner{
    border: 1px solid #00A287;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 5px 5px 6px 12px;
    margin-left: 8px;
    pointer-events: auto;
    height: fit-content;
}
.cc-legend-area-inner img{
    width: 100px;
}
.cc-legend-btn{
    background-image: url(../../img/map/main/arrow01-over.png);
    background-position: calc(100% - 5px) center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #1D1D1D;
    border: none;
    width: 100%;
    min-width: 90px;
    text-align: left;
    transition: none !important;
    /*margin-bottom: 10px;*/
    padding-right: 30px;
}
.cc-legend-area.active .cc-legend-btn{
    background-image: url(../../img/map/main/arrow01.png);
}
.cc-legend-colors{
    max-height: 300px;
    min-width: 90px;
    overflow-y: scroll;
    margin-top: 10px;
}
.cc-legend-content{
    display: none;
}
.cc-legend-area.active .cc-legend-content{
    display: block;
}
.cc-legend-unit{

    margin-top: 15px;
}
.cc-legend-unit .cc-legend-unit-title{
    background-image: url(../../img/map/main/info-01.png);
    padding-left: 25px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #1D1D1D;
    font-size: 12px;
}
.cc-legend-unit .cc-legend-unit-info{
    padding-left: 25px;
    color: #555555;
    font-size: 12px;
}
.cc-energy-legend-container{
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 45px);
}
.cc-energy-legend-container .cc-legend-colors{
    margin-top: 0;
    max-height: none;
    padding: 5px;
}
.cc-energy-legend-container .cc-legend-unit{
    margin-top: 5px;
    margin-left: 5px;
}
.cc-map-tooltip{
    padding: 16px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    background-color: #ffffff;
    min-width: 180px;
}
.cc-map-tooltip-header{
    margin-bottom: 5px;
    position: relative;
}
.cc-map-tooltip-body{
    margin-bottom: 12px;
    max-height: 150px;
    overflow-y: auto;
}
.cc-map-tooltip-body .info{
    font-size: 15px;
    font-weight: bold;
}
.cc-map-tooltip-body .add-info{
    padding-right:2rem;
}
.cc-map-tooltip-body .kma-info{
    padding-right:2rem;
}
.cc-map-tooltip .title {
    font-size: 17px;
    padding-right: 25px;
    display: flex;
    align-items: center;
}
.cc-map-tooltip .info .name {
    font-size: 15px;
    margin-right: 10px;
    font-weight:normal;
    vertical-align: top;
}
.cc-map-tooltip .cc-weather-loading{
    margin-left: 5px;
}
.cc-map-tooltip .info .value {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    max-width: 180px;
}
.cc-map-tooltip .close{
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../../img/map/main/close01.png);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    right: 0;
    top: 2px;
}
.cc-map-tooltip .timeline{
    color: #00A287;
    padding: 8px;
    width: 100%;
    border: 1px solid #00A287;
    border-radius: 6px;
    font-size: 15px;
}
.cc-map-tooltip .cc-download{
    color: #00A287;
    padding: 8px;
    width: 100%;
    border: 1px solid #00A287;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 8px;
}
.cc-map-info-line {
    background: var(--ol-partial-background-color);
    border-radius: 4px;
    bottom: 14px;
    left: 20px;
    padding: 5px;
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    margin-right: 3px;
    margin-left: 5px;
    display: flex;
    align-items: center;
}
/* *자동생성* 지도 스케일바 */
#map-scale-line {
    position: sticky;
    width: 100%;
    margin: 0 auto;
}
#map-scale-line .ol-scale-line{
    left: auto;
    right: 20px;
    bottom: 14px;
    display: flex;
}
#map-scale-line .ol-scale-line:before{
    content: '재생에너지 기상정보플랫폼';
    font-size: 10px;
    font-weight: bold;
    margin-right: 3px;
    margin-left: 5px;
    display: flex;
    align-items: center;
}
#map-scale-line .ol-scale-line .ol-scale-line-inner{
    font-size: 12px;
}
/* 시계열영역 */
.cc-timeline-container{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border: 1px solid #C6C6C6;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    z-index: 1;
}
.cc-timeline-container input{
    width: 100%;
    /*#00A287*/
}
.cc-timeline-time{
    margin-top: -9px;
    min-width: 700px;
}
.cc-timeline-time-tick{
    display: flex;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 8px;
}
.cc-timeline-time-tick .v-line-container{
    position: relative;
    height: 5px;
    background-color: #ffffff;
}
.cc-timeline-time-tick .v-line-container .v-line{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #949494;
    transform: translateX(-50%);
}
.cc-timeline-time-tick .v-line-container.large{
    height: 10px;
}
.cc-timeline-time-tick .v-line-container.large .v-line{
    background-color: #767676;
}
.cc-timeline-time-tick .v-line-container .v-line-label{
    font-size: 12px;
    overflow: visible;
    color: #555555;
    margin-top: 10px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-40%);
    font-weight: bold;
}
.cc-timeline-time-tick .v-line-container.more-large .v-line-label{
    font-size: 14px;
    margin-top: 17px;
}
.cc-timeline-time-tick .v-line-container.more-large .v-line{
    width: 2px;
    background-color: #747474;
}
.cc-timeline-functions{
    display: flex;
    margin-left: 25px;
    gap: 4px;
}
.cc-timeline-functions button{
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    transition: none !important;
}
.cc-timeline-functions button:hover{
    background-color: #EBF8F5;
}
.cc-timeline-functions .first{
    background-image: url(../../img/map/main/time-first.png);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.cc-timeline-functions .prev{
    background-image: url(../../img/map/main/time-prev.png);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.cc-timeline-functions .next{
    background-image: url(../../img/map/main/time-next.png);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.cc-timeline-functions .last{
    background-image: url(../../img/map/main/time-last.png);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

/* timeline tooitip */
#cc-range-timeline{
    accent-color:  #047d65  !important;
}

.cc-range-wrapper {
    position: relative;
    /*display: inline-block;*/
}

.cc-range-tooltip {
    position: absolute;
    top: -50px;
    left: 0;
    transform: translateX(-50%); /* 가운데 정렬 */
    background: #1e90ff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap; /* 줄바꿈 무시 */
    display: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2); /* 그림자효과 x,y,blur-radius,color */
}

.cc-range-tooltip::after{
    content: "";
    position: absolute;
    bottom: -15px; /* 상하 위치 */
    left: 50%; /* 좌우 위치 */
    transform: translateX(-50%); /* 가운데 정렬 */
    border-width: 8px;
    border-style: solid;
    border-color: #1e90ff transparent transparent transparent; /* 삼각형 */
}
.cc-color-table .cc-color-table-item{
    display: flex;
    align-items: center;
}
.cc-color-table .cc-color-table-item .cc-color{
    background-color: #0a6aa1;
    width: 15px;
    height: 15px;
    display: block;
}
.cc-color-table .cc-color-table-item .cc-value{
    font-size: 12px;
    color: #555555;
    margin-left: 10px;
    white-space: nowrap;
}
.cc-hide{
    display: none;
}
.cc-stn-list{
    overflow-y: scroll;
    max-height: calc(100vh - 765px);
    padding-left: 15px;
    min-height: 100px;
}
.cc-stn-list li{
    color: #555555;
    font-size: 17px;
    cursor: pointer;
    /*border-bottom: 1px solid #dedede;*/
}
.cc-stn-list li:hover{
    color: #00A287;
}
.cc-energy-maps{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.cc-energy-col{
    width: 50%;
    display: flex;
    /*flex-wrap: wrap;*/
    transition: none !important;
}
.cc-energy-col:first-child{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*grid-gap: 1px;*/
    padding-right: 9px;
}
.cc-energy-col:last-child{
    padding-left: 9px;
}
.cc-energy-maps .cc-energy-item{
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin-bottom: 14px;
}
.cc-energy-maps .cc-energy-item:nth-child(4n) {
    border-right: 1px solid #DDDDDD;
}
.cc-energy-maps .cc-energy-item:last-child {
    border-right: 1px solid #DDDDDD;
}
.cc-energy-maps .cc-energy-item .cc-energy-item-title{
    background-color: #F4F4F4;
    color: #1E2124;
    border-bottom: 1px solid #DDDDDD;
    font-size: 15px;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.cc-energy-maps .cc-energy-item-map{
    height: 150px;
    background-color: #ffffff;
}
.cc-energy-big{
    border: 1px solid #DDDDDD;
    width: 100%;
    height: calc(100% - 14px);
}
.cc-energy-big-title{
    background-color: #F4F4F4;
    color: #1E2124;
    border-bottom: 1px solid #DDDDDD;
    font-size: 15px;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.cc-energy-legend{
    border: 1px solid #DDDDDD;
    width: 100%;
    height: calc(100% - 14px);
}
.cc-energy-legend-title{
    background-color: #F4F4F4;
    color: #1E2124;
    border-bottom: 1px solid #DDDDDD;
    font-size: 15px;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.cc-energy-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.cc-energy-info-label{
    display: flex;
}
.cc-energy-info-label .cc-title{
    font-size: 19px;
    color: #1E2124;
    font-weight: bold;
    align-content: center;
}
.cc-energy-info-label .cc-timebase{
    background-image: url(../../img/map/symbol/info-01.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 23px;
    margin-left: 10px;
    align-content: center;
    color: #1E2124;
    font-size: 17px;
}
.cc-btn-01{
    border: 1px solid #C6C6C6;
    border-radius: 8px;
    color: #1D1D1D;
    padding: 10px;
    margin-left: 5px;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    font-size: 14px;
}
.cc-btn-01 *{
    vertical-align: top;
}
.cc-btn-01.cc-btn-bigmap{
    /*background-image: url(../../img/map/symbol/extend-01.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 23px;*/
}
.cc-btn-01.cc-btn-bigmap:hover{
    color: #00A287;
    border-color: #00A287;
}
.cc-btn-01.cc-btn-legend{
    /*background-image: url(../../img/map/symbol/arrow-01.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 23px;*/
}
.cc-btn-01.cc-btn-legend.active{
    color: #00A287;
    border-color: #00A287;
}
.cc-btn-01.cc-btn-legend.active svg{
    rotate: 180deg;
}
.cc-energy-big-map{
    height: calc(100% - 40px);
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    min-height: auto;
}
.ol-overlay-container{
    pointer-events: none !important;
}
.ol-overlay-container .map_overlay{
    pointer-events: none !important;
    padding-top: 110px;
    padding-right: 180px;
}
.ol-overlay-container .cc-map-tooltip{
    pointer-events: auto !important;
}
.cc-energy-col{
    justify-content: space-between;
}
.cc-energy-col-fit{
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
}
.cc-col-135px{
    display: flex;
    flex-wrap: wrap;
    width: 135px !important;
}

#cc-toast-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
}

#cc-toast-message.show {
    opacity: 1;
    visibility: visible;
}

@keyframes cc-spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.cc-spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: cc-spinner-border .75s linear infinite;
}

.cc-spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

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

/*.cc-weather-loading {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}*/


@media (max-width: 1024px) {
    #map {
        height: calc(100vh - 200px);
    }
}
@media (max-width: 767px) {
    #map {
        height: calc(100vh - 182px);
    }
    .cc-energy-maps{
        flex-direction: column-reverse;
    }
    .cc-energy-col{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .cc-energy-col:last-child{
        margin-bottom: 14px;
        padding-left: 9px !important;
    }
    .cc-energy-legend{
        height: auto;
    }
    .page-title-wrap {
        height:auto;
    }
    .cc-search-container {
        top: 16px;
        left: 0px;
        z-index:1;
    }
    .ol-overlay-container .map_overlay{
        padding-right: 80px;
    }
}
@media (max-width: 570px) {
    .cc-energy-info{
        flex-direction: column;
    }
    .cc-energy-info-label{
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .cc-energy-info-buttons{
        width: 100%;
        display: block;
        text-align: right;
    }
    .cc-energy-maps .cc-energy-item-map{
        min-height: 120px;
    }
    .cc-timeline-time {
        min-width: 200px;
    }
}
@media (max-width: 390px) {
    .cc-energy-col:first-child{
        grid-template-columns: repeat(3, 1fr);
    }
    .cc-energy-maps .cc-energy-item:nth-child(4n) {
        border-right: none;
    }
    .cc-energy-maps .cc-energy-item:nth-child(3n) {
        border-right: 1px solid #DDDDDD;
    }
    .cc-energy-maps .cc-energy-item-map{
        min-height: 120px;
    }
}
@media (max-height: 820px) {
    .cc-stn-list{

    }
}
