/*
desk css 
updata 2022-03-08
*/
@font-face{font-family:'NanumSquareL'; src:url('../fonts/NanumSquare_L.eot'); src:url('../fonts/NanumSquare_L.woff') format('woff');}
@font-face{font-family:'NanumSquareR'; src:url('../fonts/NanumSquare_R.eot'); src:url('../fonts/NanumSquare_R.woff') format('woff');}
@font-face{font-family:'NanumSquareB'; src:url('../fonts/NanumSquare_B.eot'); src:url('../fonts/NanumSquare_B.woff') format('woff');}
@font-face{font-family:'NanumSquareEB'; src:url('../fonts/NanumSquare_EB.eot'); src:url('../fonts/NanumSquare_EB.woff') format('woff');}
body {
    background-color: #f6f8ff !important;
    font-family: 'NanumSquare', sans-serif !important;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    overflow: auto !important;
}
.NanumSquare-EB{
    font-family: 'NanumSquare_EB' !important;
}
.NanumSquare-R{
    font-family: 'NanumSquare_R' !important;
}
.page-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    overflow: initial;
}
@media (min-width: 992px){
    .sidebar-expand-lg.sidebar-main {
        z-index: 99;
        box-shadow: none;
        position: sticky;
        left: 0;
        top: 75px;
    }
}
.navbar-static {
    z-index: 1024;
    position: sticky;
    top: 0;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d5ddff5c;
    border-radius: .25rem;
}
.d-flax-sb{
    display: flex;
    justify-content: space-between;
}
.d-flax-sa {
    display: flex;
    justify-content: space-around;
}

.shame-box{
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
.text-purple{
    color: #3d6bff !important;
}
.btn-purple{
    color: #fff;
    background-color: #3d6bff;
    border-color: #3d6bff;
}
.btn-purple:hover {
    color: #fff;
    background-color: #5c82ff;
    border-color: #5c82ff;
}
.btn-purple.focus, .btn-purple:focus {
    color: #fff;
    background-color: #5c82ff;
    border-color: #5c82ff;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(92 130 255);
}
.btn-purple:not(:disabled):not(.disabled):active, .show>.btn-purple {
    color: #fff;
    background-color: #5c82ff;
    border-color: #5c82ff;
}
.login-bg-img{
    position: absolute;
    opacity: 0.5;
}
.d-f-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.w-250{
    width: 250px;
}
.user-bg{
    background: #0a1824;
}
.h-60{
    height: 60px !important;
}
.h-50{
    height: 50px !important;
}
.box-shadow-0{
    box-shadow: 0 0 0px !important;
}
.p-10{
    padding: 10px;
}
.form-control-feedback {
    position: absolute;
    top: 10px;
    color: #333;
    padding-left: .875rem;
    padding-right: .875rem;
    line-height: calc(1.5715em + .875rem + 2px);
    min-width: 1rem;
}
.login-box{
    background: #426da100;
    border-radius: 30px;
    padding: 2rem 1.5rem;
}

.dropdown-toggle::after {
    font-family: icomoon;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    font-size: 1rem;
    margin-left: .46875rem;
    line-height: 1;
    position: relative;
    content: "";
    color: #000;
}
.navbar-dark {
    color: rgba(255,255,255,.9);
    background-color: #ffffff;
    border-bottom-color: rgba(255,255,255,.1);
}
.navbar-dark .navbar-toggler {
    color: rgb(54 54 54 / 90%);
    border-color: rgba(255,255,255,.1);
}
.navbar-light {
    color: rgb(255 255 255 / 75%);
    background-color: #232736;
    border-bottom-color: rgba(0,0,0,.125);
}
.navbar-light .navbar-text {
    color: rgb(255 255 255 / 75%);
}
.sidebar-dark .nav-sidebar .nav-link {
    color: rgb(161 161 161 / 90%);
}
.sidebar-dark {
    background-color: #ffffff00;
    color: #000;
}
.sidebar-section {
    height: 240px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 10px;
    border: 1px solid #d5ddffa8;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.main-title-box{
    display: flex;
    padding: 20px;
}
.title-icon{
    margin-right: 10px;
}
.title-icon > i{
    font-size: 1.5rem;
    padding-top: 5px;
    color: #3d6bff;
}
.sidebar-dark .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #3d6bff;
    color: #fff;
    border-radius: 10px;
}
.sidebar-dark .nav-sidebar .nav-link:not(.disabled):hover {
    background-color: #3d6bff;
    color: #fff;
    border-radius: 10px;
}
.date-box{
    display: flex;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 5px;
    padding: 10px 20px;
    background: linear-gradient( to right, #5e66ff, #6c8eff );
}
.map-title{
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 100;
    width: 364px;
}
.map-info{
    position: absolute;
    top: 130px;
    left: 30px;
    z-index: 100;
    width: auto;
}
.card-body-title{
    color: #3d6bff;
    font-weight: bold;
    margin: 0;
}
.card-title-icon{
    color: #3d6bff;
    font-size: 24px;
}
.park-user{
    display: flex;
    justify-content: space-between;
}
.park-user-number > h2{
    font-size: 30px;
    font-family: 'NanumSquareEB';
}
.park-user-number > h2 > span{
    font-size: 18px;
    margin-left: 5px;
}
.park-user-icon{
    background: #3d6bff;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 15px;
}
.park-user-icon > i {
    color: #fff;
    font-size: 23px;
    padding-top: 5px;
}
.form-group-feedback-left .form-control-feedback {
    right: 0px;
    background: #3d6bff;
    left: initial;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.form-control-feedback {
    position: absolute;
    top: 0px;
    color: #333;
    padding-left: .875rem;
    padding-right: .875rem;
    line-height: calc(1.5715em + .875rem + 2px);
    min-width: 1rem;
}
.form-group-feedback-left .form-control-feedback2 {
    left: 0px;
}

.form-control-feedback2 {
    position: absolute;
    top: 10px;
    color: #333;
    padding-left: .875rem;
    padding-right: .875rem;
    line-height: calc(1.5715em + .875rem + 2px);
    min-width: 1rem;
}
.navbar-dark .navbar-search .form-control {
    color: #3d6bff;
    background-color: #f4f7ff;
    border: 1px solid #9eb0ff;
}
.navbar-search .form-control {
    border: 0;
    border-radius: 10px;
    transition: background-color ease-in-out .15s;
}
.form-group-feedback-left .form-control {
    padding-left: 0.75rem;
}
.navbar-dark .navbar-search .form-control:focus {
    background-color: #dfe8ff;
}

.form-control2 {
    display: block;
    width: 100%;
    height: calc(1.5715em + .875rem + 2px);
    padding: .4375rem .875rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5715;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control2 {
    color: #3d6bff;
    background-color: #f4f7ff;
    border: 1px solid #c7c7c7;
}
.form-control2:focus {
    color: #333;
    border-color: #3d6bff;
    outline: 0;
}
.form-control2 {
    padding-left: 2.75rem;
}
.nav-line{
    width: 90%;
    height: 1px;
    background: #c7c7c7;
    margin: auto;
}
.navbar-dark .navbar-toggler:hover {
    color: rgb(54 54 54 / 90%);
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3d6bff;
    background-color: #3d6bff;
}
@media (max-width: 1200px) {
    .map-title{
        position: relative;
        top: 0px;
        left: 0px;
        margin: 0 !important;
    }
    .map-info{
        position: relative;
        top: 0px;
        left: 0px;
    }
}
@media (max-width: 991px){
    .sidebar-section {
        height: 230px;
        margin-top: 20px;
        margin-left: 0px;
        border: 1px solid #9eb0ff00;
        border-radius: 5px;
        background: #fff;
    }
    .sidebar-dark {
        background-color: #ffffff;
        color: #000;
    }
    .date-box {
        display: flex;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
        border-radius: 5px;
        padding: 10px 20px;
        background: linear-gradient( to right, #5e66ff, #6c8eff );
    }
    .align-self-center{
        margin-left: 50px;
    }
}
.area-1 {
    position: absolute;
    top: 51%;
    left: 52%;
}
.area-2 {
    position: absolute;
    top: 18%;
    left: 75%;
}
.area-3 {
    position: absolute;
    top: 15%;
    left: 49%;
}

.map-btn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    background: #f5f5f5;
    border: 1px solid #9d9d9d;
    padding: 10px 20px;
}
.map-btn:hover {
    background: #3360ff;
    color: #ffffff;
    border: 1px solid #3d6bff;
    border-radius: 50px;
    padding: 10px 20px;
}
.nav-tabs-solid2 .nav-link2.active {
    background: #3360ff;
    color: #ffffff;
    border: 1px solid #3d6bff;
    border-radius: 50px;
}
.nav-tabs2 .nav-link2:hover {
    color: #fff;
}
.cumulative-usage-box{
    display: flex;
    justify-content: space-around;
}
.max-usage-box > span{
    color: #a5a5a5;
    font-size: 13px;
}
.max-usage-box > span > i{
    color: #2ec7c9;
}
.max-usage-box > h6{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-family: 'NanumSquareEB';
}
.min-usage-box > span{
    color: #a5a5a5;
    font-size: 13px;
}
.min-usage-box > span > i{
    color: #2ec7c9;
}
.min-usage-box > h6{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-family: 'NanumSquareEB';
}
.average-usage-box > span{
    color: #a5a5a5;
    font-size: 13px;
}
.average-usage-box > span > i{
    color: #2ec7c9;
}
.average-usage-box > h6{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-family: 'NanumSquareEB';
}
select[data-fouc]:not([aria-hidden=false]) {
    height: calc(1.5715em + .875rem + 2px);
    opacity: 1;
}
.select-p{
    padding: 0 40px 0 10px;
}
.prediction-info{
    padding-top: 50px;
}
.p-t-5{
    padding-top: 5px !important;
}
.p-t-15{
    padding-top: 15px !important;
}
.prediction-info-icon{
    width: 50px;
    height: 50px;
    padding: 6px;
    border: 3px solid #3d6bff;
    border-radius: 10px;
}
.prediction-info-icon > i{
    color: #3d6bff;
}
.data-title{
    padding-top: 10px;
    margin-right: 10px;
}
.comparison-shame-box{
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
.text-before{
    color: #d9554a;
}
.text-after{
    color: #497999;
}
.average-shame-box{
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
.average-shame-box > p{
    margin-bottom: 31px;
}
.average-shame-box > div > h1{
    font-size: 30px;
}
.average-shame-icon{
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #d9554a;
    color: #fff;
    border-radius: 10px;
    margin-top: 3px;
}
.average-shame-after-icon{
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #497999;
    color: #fff;
    border-radius: 10px;
    margin-top: 3px;
}
.after-data-title{
    font-weight: bold;
    color: #497999;
}
.after-data-title > .after-data-daco{
    width: 40px;
    height: 15px;
    background: #497999;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
}
.after-data-title > .after-data{
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #999;
}
.before-data-title{
    font-weight: bold;
    color: #d9554a;
}
.before-data-title > .before-data-daco{
    width: 40px;
    height: 15px;
    background: #d9554a;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
}
.before-data-title > .before-data{
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #999;
}
.hashtag-box{
    padding: 5px 25px;
    border: 1px solid #9eb0ff;
    border-radius: 20px;
    margin-right: 10px;
}
.hashtag-box > span{
    color: #9eb0ff;
}
.instar-box{
    background: #916eff;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}
.instar-title{
    padding-top: 5px;
}
.instar-title > span{
    font-size: 18px;
    font-weight: bold;
}
.instar-number > h2 > span{
    font-size: 15px;
    margin-right: 20px;
    font-weight: 400;
}
.blog-box{
    background: #f7ba55;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}
.blog-title{
    padding-top: 5px;
}
.blog-title > span{
    font-size: 18px;
    font-weight: bold;
}
.blog-number > h2 > span{
    font-size: 15px;
    margin-right: 20px;
    font-weight: 400;
}
.naver-box{
    background: #2fdd68;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}
.naver-title{
    padding-top: 5px;
}
.naver-title > span{
    font-size: 18px;
    font-weight: bold;
}
.naver-number > h2 > span{
    font-size: 15px;
    margin-right: 20px;
    font-weight: 400;
}

.data-setting-box{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

/* subpage css */

.park-color-icon{
    margin-right: 10px;
    vertical-align: baseline;
}
.rank-tab{
    padding: 20px 10px;
    border: 1px solid #3d6bff;
    border-top: 0;
}
.rank-one-box{
    padding: 10px 20px;
    background: #ff7168;
    color: #fff;
    border-radius: 10px;
}
.rank-two-box{
    padding: 10px 20px;
    background: #a3e97f;
    color: #fff;
    border-radius: 10px;
}
.rank-three-box{
    padding: 10px 20px;
    background: #779af3;
    color: #fff;
    border-radius: 10px;
}
.rank-title{
 padding-top: 20px;
}
.rank-title > img{
    vertical-align: initial;
}
.rank-title > span{
    font-size: 20px;
    margin-left: 10px;
    font-weight: bold;
}
.rank-title > i {
    font-size: 20px;
    vertical-align: baseline;
}
.nav-tabs-solid .nav-link {
    border-width: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #3d6bff;
}
.nav-tabs .nav-link:hover {
    color: #333;
    border-bottom: 1px solid #3d6bff;
}
.nav-tabs-solid.border .nav-link.active {
    box-shadow: 0 0 0 0px #2196f3;
}
.nav-tabs-solid .nav-link.active {
    color: #3d6bff;
    background-color: #ffffff;
    border: 1px solid #3d6bff;
    border-bottom: 0;
}
.temperature-box{
    width: 100%;
    height: 30px;
    background: linear-gradient(45deg, #779af3,#a3e97f,#fffa8d,#ff7168);
}
.temperature-number{
    display: flex;
    justify-content: space-between;
}

.temperature-max{
    color: #ff7168;
}
.temperature-center{
    color: #a3e97f;
}
.temperature-min{
    color: #779af3;
}
.temperature-result > span{
    margin-top: 5px;
    display: block;
}
.temperature-result > h3{
    margin: 0;
    font-size: 25px;
    text-align: left;
}
.table-column-bg{
    background-color: #f8fcff !important;
}
.max-temperature{
    display: flex;
    justify-content: space-around;
    border-right: 1px solid rgb(190, 190, 190);
}
.min-temperature{
    display: flex;
    justify-content: space-around;
}
.mobile-margin-b{
    margin-bottom: 0px !important;
}
.mobile-margin-r{
    margin-right: 20px !important;
}
.login-logo{
    width: 500px;
}
.card-header:not([class*=bg-]) {
    background-color: transparent;
    border-bottom-width: 0;
    border-top: 4px solid #aabeff;
}
.card {
    margin-bottom: 1.25rem;
    box-shadow: 0 0px 5px rgb(0 0 0 / 5%);
}
/* max wight 768px */
@media (max-width: 1200px){
    .area-1 {
        position: absolute;
        top: 58%;
        left: 49%;
    }
    .area-2 {
        position: absolute;
        top: 25%;
        left: 75%;
    }
    .area-3 {
        position: absolute;
        top: 15%;
        left: 45%;
    }
}
@media (max-width: 768px){
    .max-usage-box > h6 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
    }
    .min-usage-box > h6 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
    }
    .average-usage-box > h6 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
    }
    .data-setting-box{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .mobile-margin-b{
        margin-bottom: 20px !important;
    }
    .mobile-margin-r{
        margin-right: 0px !important;
    }
    .login-logo{
        width: 100%;
    }
    .area-1 {
        position: absolute;
        top: 58%;
        left: 40%;
    }
    .area-2 {
        position: absolute;
        top: 22%;
        left: 63%;
    }
    .area-3 {
        position: absolute;
        top: 14%;
        left: 35%;
    }
}
@media (max-width: 990px){
    .max-temperature{
        display: flex;
        justify-content: space-between;
        border-right: 0px solid rgb(190, 190, 190);
    }
    .min-temperature{
        display: flex;
        justify-content: space-between;
    }
    .temperature-result > h3 {
        margin: 0;
        font-size: 25px;
        text-align: right;
    }
}
@media (max-width: 1198px){
    .map-title{
        width: 100%;
    }
    .map-info{
        width: 100%;
    }
}
/*정진 수정 : IE 최적화*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles goes underneath */

    .sidebar-content {
        position:fixed; 
    }

    .form-control {
        width:100%;
    }

    .content-wrapper {
        overflow:auto;
    }

    .navbar-light .navbar-text {
        color: #9d9d9d /*rgb(255 255 255 / 75%);*/
    }

    .sidebar-dark .nav-sidebar .nav-link {
        color: #9d9d9d /*rgb(161 161 161 / 90%)*/; 
    }

    .form-group-feedback-left .form-control-feedback {
        left:90%;
    }

    #navbar-footer {
        position:relative;
    }
}


