@charset "utf-8";

/*-------------------------------------------------------------------
	파일정의 : Layout
	작성날짜 : 2020-12-22 장병주
	참고사항 : 이 파일은 설정값만 정의한다.
	분류순서 : 기본정책 > 유틸리티 > 사용자정의(컬러, 폰트, 보더, 간격 등)
	속성순서 : 표시 > 위치 > 넘침/흐름 > 크기/간격 > 박스모양 > 폰트/정렬 > 기타
-------------------------------------------------------------------*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family:'Noto Sans KR', '맑은고딕', sans-serif;
    font-size: 16px;
    color: #111;
    font-weight: 400;
    letter-spacing: -0.4px;
    /*text-stroke: 0.6px;*/
}



.set_inner {
    padding: 0 20px;
}

.m_menu {
    display: none;
}

.gnb_area {
    float: left;
}

#gnb {
    width: 100%;
    /*
    height: 80px;
    */
    position: static;
    background: none;
    box-shadow: none;
}
/*
#header .logo_wrap {
    max-width: 170px;
    height: 100%;
    float: left;
    padding: 0;
    padding-right: 20px;
    margin-top: -1px;
    line-height: 80px;
}
*/
/*
#header .logo_wrap > a {
    display: inline-block;
    width: auto;
    text-align: left;
    height: 60px;
}

#header .logo_wrap img {
    position: static;
    max-height: none;
    transform: none;
    top: auto;
    max-height: 60px;
}
*/
#gnb > ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid #EDEFEF;
}

#gnb > ul > li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #EDEFEF;
}

#gnb > ul > li:hover > a {
    color: #0F438E;
}

#gnb > ul > li > a {
    display: block;
    line-height: 70px;
    font-size: 16px;
    vertical-align: middle;
    color: #7C878E;
}

#gnb > ul > li > a > span {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    margin-left: -5px;
}

#gnb .ic_ai.ic_dashboard::before {
    font-size: 15px !important;
}

#gnb > ul > li > a > span.icon-ic-dashboard::before {
    font-size: 17px;
}

#gnb > ul > li > a > span::before {
    font-size: 18px;
    padding-top: 0px;
    margin-top:-1px;
}

#gnb > ul > li.is_active > a {
    color: #0F438E;
    font-weight: 500;
}
.current_page{
    visibility: hidden;
    cursor:pointer;
}

/* 알림 */

#header .user_wrap .alarm_area {
    padding: 0;
    margin-top: 25px;
    margin-right: 30px;
}

.alarm_area i {
    color: #7C878E;
    font-size: 25px;
}
.alarm_list_wrap {
    background: #fff;
    border-top: none;
    margin-top: -10px;
    box-shadow: 0 0px 7px rgba(0, 0, 0, .1);
}

.alarm_area.is_active .alarm_btn .alarm_count.new {
    display: block;
}

.alarm_list .alarm_item a {
    padding: 10px;
    vertical-align: middle;
    line-height: 20px;
}

.alarm_list .alarm_item a b {
    font-weight: bold;
    padding-right: 8px;
}

.alarm_list .alarm_item p {
    display: inline-block;
    color: #111;
    text-align: left;
    max-width: inherit;
    overflow: inherit;
    white-space: normal;
    max-width: none;
    line-height: 22px;
    margin-right: -8px;
}

.alarm_list .alarm_item p span {
    padding-right: 8px;
}

.alarm_list .alarm_item p .day {
    color: #7C878E;
    display: inline-block;
    font-size: 12px;
}

.alarm_list_wrap .btn_alarm_more {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    color: #3386FF;
    padding: 17px 0;
}

.name_wrap .input_item {
    max-width: 250px;
    width:100%;
    float: left;
    padding: 5px 0;

}

.alarm_count {
    display: none;
    background: #3386FF;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    right: 4px;
}

.alarm_area .alarm_btn.new .alarm_count {
    display: block;
}

.side_wrap {
    position: relative;
    width: auto;
    display: inline-block;
    float: right;
}

.side_wrap .alarm_area {
    width: auto;
    /*height: 80px;*/
    margin-right: 50px;
    float: left;
    position: relative;
    text-align: center;
    font-size: 14px;
   /*  margin-top:3px; */
   margin-top:13px;
}

.side_wrap .alarm_area .dropdown_btn {
    display: inline-block;
    position: relative;
    margin-top: 15px;
}

.dropdown_btn .alarm_count {
	position: absolute;
    right: -2px;
    top: -1px;
    display: inline-block;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    background: #3386FF;
    color: #fff;
    line-height: 16px;
    font-size: 10px;
    font-weight: 400;
}

.alarm_area .dropdown_menu {
    position: absolute;
    left: 50%;
    width: 320px;
    height: 0;
    transform: translate(-50%, 0px);
    opacity: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    background: #fff;
}

.alarm_area .dropdown_menu::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%) rotate(135deg);
    background: #fff;
    box-shadow: -4px 3px 5px rgba(0, 0, 0, 0.06);
}

.alarm_area.is_active .dropdown_menu {
    height: auto;
    transform: translate(-50%, 20px);
    opacity: 1;
    transition: transform 0.2s ease-in-out, opacity 0.2s;
}

.alarm_area.is_active .alarm_btn i {
    color: #0F438E;
    transition: color 0.2s;
}

.alarm_area .dropdown_menu .alarm_list {
    display: none;
    max-height: 858px;
    overflow: hidden;
}

.alarm_area.is_active .dropdown_menu .alarm_list {
    display: block;
}

.alarm_area .dropdown_menu .btn_more_long {
    display: none;
}

.alarm_area.is_active .dropdown_menu .btn_more_long {
    display: block;
}

.alarm_area .dropdown_menu .alarm_list {
    position: relative;
}

.side_wrap h1 {}

.side_wrap .alarm_item a {
    display: block;
    border-bottom: 1px solid #EDEFEF;
}

.btn_more_long {
    width: 100%;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #3386FF;
}

.container {
    height: 100%;
    padding-top: 80px;
}

.contents {
    position: relative;
    height: 100%;
    min-height: 650px;
}

.contents .info_sec {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 390px;
    background: #fff;
    border-right: 0 none;
}

.info_sec {
    transform: translateX(-100%);
}

.info_head {
    width: 100%;
    background: #3386FF;
}

.info_head .search_store {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.info_head .search_item {
    background: #3386FF;
    color: #fff;
    margin-bottom:20px;
}
#areaSearchSection .search_item{
	margin-bottom:0;
}

.store_search .module_inner {
    display: none;
}

.node_wrap {
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

.node_wrap {
    position: relative;
    width: 100%;
}

.node_wrap li .close_btn {
    position: absolute;
    right: 5px;
    top: 23px;
    display: none;
}

.info_head .search_store .mark i {
    font-size: 30px;
}

.info_head .store_ttl {
    color: #fff;
    width: 100%;
}

.info_head .store_ttl .ttl,
.info_head .mark {
    float: left;
}

.info_head .store_ttl .ttl {
    font-size: 24px;
}

.info_head .mark {
    margin-left: 10px;
}

.info_head .store_ttl .mark i {
    font-size: 24px;
}

.info_head .store_ttl .mark i:before {
    color: #fff;
}

.info_head .report_btn {
    float: right;
}

.info_head .head_wrap {
    padding: 20px;
    box-sizing: border-box;
}

.info_head .search_item {
    background: #fff;
}

.info_head .ttl_area {
    margin-top: 30px;
    color: #fff;
}

.info_head .ttl_area h2 {
    float: left;
    width: auto;
    max-width: 230px;
    font-size: 24px;
}

.info_head .ttl_area h2 b {
    font-weight: normal;
}

.info_sec .cost span {
    display: inline-block;
    line-height: 0;
}

.info_body {
    width: 100%;
    height:100%;
    background: #F3F5F5;
}

.info_body .module_box {
	/*
    margin-bottom: 12px;
    */
    padding: 0 20px;
    box-sizing: border-box;
    background: #fff;
}

.contents .detail_sec {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 390px;
    z-index: 19;
    width: 390px;
    /*
    transform: translateX(-100%);
    */
    height: 100%;
    background: #fff;

}

.detail_sec {

    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.09)
}

.detail_sec .module_box h2.ttl {
    padding-top: 20px;
}
/*
.detail_sec .tab_inner {
    border-bottom: 0;
    background: #EDEFEF;
    height: 32px;
    line-height: 32px;
    border-radius: 17px;
}

.detail_sec .tab {
    color: #7C878E;
    font-size: 18px;
}
*/
/*
.detail_sec .tab.is_active span {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
*/

#sectorSummaryContent .tab_inner {
    border-bottom: 0;
    background: #EDEFEF;
    height: 32px;
    line-height: 32px;
    border-radius: 17px;
}

#sectorSummaryContent .tab {
    color: #7C878E;
    font-size: 14px;
    line-height:33px;
}

#sectorSummaryContent .tab.is_active span {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#sectorSummaryContent .tab .rank_bg {
    border-radius: 17px;
}

#sectorSummaryContent .tab:not(.is_active) .rank_bg {
    background: none;
}

#sectorSummaryContent .tab_inner {
    margin-bottom: 15px;
}

#sectorSummaryContent .module_box:first-child {
    padding-bottom: 15px;
}
/*
.detail_sec .tab .rank_bg {
    border-radius: 17px;
}

.detail_sec .tab:not(.is_active) .rank_bg {
    background: none;
}

.detail_sec .tab_inner {
    margin-bottom: 15px;
}

.detail_sec .module_box:first-child {
    padding-bottom: 15px;
}
*/
/*
.info_sec,
.detail_sec,
.side_btn {
    transition: transform 0.2s ease-in-out;
}
*/
.info_sec.on {
    transform: translateX(0);
}

.info_sec.close {
    transform: translateX(-100%);
}

.detail_sec.on {
    transform: translateX(0);
}

.detail_sec.close {
    transform: translateX(-200%);
}

.side_btn.on {
    transform: translate(780px, -50%);
}

.side_btn.close {
    transform: translate(-20px, 50%);
}

.map_sec {
    position: fixed;
    /*
    top: 79px;
    */
    top : 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

#gnb_m {
    display: none;

}

#gnb > i {
    display: none;
}

.header_wrap {
    width: 100%;
    positioN: relative;
    height: 100%;
    z-index: 1;
    background: #fff;
}

.map_mobile {
    width: 40px;
    height: 50px;
    margin-top: 5px;

    float: right;
    display: none;
    background:#AFAFAF;
    color: #fff;
    font-size: 18px;
    position:fixed;
    right:0;
    bottom:10%;
    border-radius:5px 0 0 5px;
    z-index:5;
}
.highcharts-tooltip{
    z-index:10 !important;
    position:relative;
}
@media screen and (max-width:1670px) {

    .contents.dashboard,
    .report_store,
    .report_market {
        padding: 0 15px;
    }
}


@media screen and (max-width: 1395px) {}

/* 작은 데스크탑 모니터 & 태블릿 가로 모드 */
@media screen and (max-width: 1366px) {}

/* 태블릿 세로 모드 */
@media screen and (max-width: 1024px) {
    .node_wrap li .close_btn {
        display: block;
    }

    .gnb_area {
        max-width: 600px;
    }

    .gnb_area.mobile {
        max-width: none;
    }

    #gnb > ul > li {
        padding: 0 10px;
    }

    #gnb > ul > li > a {
        font-size: 14px;
    }
}

@media all and (max-width:980px) {
    .side_wrap .alarm_area {
        margin-right: 20px;
    }
}

/* 태블릿 이하 */
@media screen and (max-width: 820px) {

    #header {
        padding: 0 10px;
    }

    #gnb {
        width: 100%;
        position: relative;
        display: none;
    }

    #gnb > ul > li {
        display: none;
        border-right: none;
    }

    #gnb ul {
        border-left: 0;
    }

    .gnb_area .current_page {
        visibility: visible;
        font-size: 16px;
        color: #0F438E;
        font-weight: bold;
        height: 80px;
        padding-top: 27px;
        box-sizing: border-box;
        position: relative;
    }

    .current_page i {
    display: block;
    position: absolute;
    right: 15%;
    color: #0F438E;
    height: 20px;
    top: 39%;
    transform: rotate(-90deg);
    transform-origin: center center;
    transition: transform 0.2s;
    }


.current_page i.is_active {
   transform: rotate(90deg) translateY(-6px);
}

.gnb_area.mobile {
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 102;
    left: 0;
    top: 0px;
    background: #fff;
    opacity: 0;
    transform: translateY(-30px);
    transition: transform 0.2s, opacity 0.2s;
    visibility: hidden;
}

.gnb_area.mobile.is_active {
    opacity: 1;
    transform: translateY(00px);
    visibility: visible;

}

.gnb_area {
    width: calc(100% - 200px);
    text-align: center;
}

#gnb > ul > li > a > span {
    display: none;
}



#gnb_m {
    padding-top: 80px;
    height: 100%;
    width: calc(100% + 20px);
    margin-left: -10px;

    display: block;

    transition: all 0.2s ease-in-out;
}

#gnb_m > ul {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-45%);
}

#gnb_m > ul li a {
    padding: 15px 0;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #7C878E;
}

#gnb_m > ul li.is_active > a {
    color: #0F438E;
    font-weight: bold;
}

#gnb_m > ul > li > a > span {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;

}

.grid > .col.col_4 {
    width: 33.33%;
}

.grid > .col.col_6 {
    width: 50%;
}

/*
#header .logo_wrap {
    width: 100px;
}
*/
.side_wrap .alarm_area {
    margin-right: 30px;
}


.alarm_list .alarm_item a {
    padding: 10px 20px 10px 10px;
}


.data_info.on {
    visibility: visible;
    opacity: 1;
}

.data_info {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
}

.contents .info_sec {
    width: 390px;
}

.contents .detail_sec {
    width: 390px;
    left: 0px;
    z-index: 21;
    box-shadow: none;
}

.contents .detail_sec.on {
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.1);
}


.side_btn {
    left: 390px;
    transform: translate(0px, -50%);
}

.side_btn.on {
    transform: translate(0px, -50%);
}

.side_btn.close {
    transform: translate(-390px, 50%);
}

.rank_status li {
    width: 25% !important;
}

.detail_sec .pictogram .grid > div {
    width: 33.3333%;
}

header h1 {
    display: none;
}

.alarm_area .dropdown_menu {
    width: 300px;
    left: -20px;
    top: 100%;
    transform: translate(-80%, -20px);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.11);
}

.alarm_area.is_active .dropdown_menu {
    transform: translate(-80%, 0px);
    top: 100%;
    left: -20px;
    width: 300px;
}

.alarm_area.is_active .dropdown_menu::before {
    display: none;
}

.box_wrap.noFloat .content_area {
    float: none;
    width: 100%;
}

.node_wrap li .close_btn {
    display: block;
}
}



@media screen and (max-width:600px) {}

/* 모바일  */
@media screen and (max-width:500px) {
    body {
        font-size: 14px;
    }

    .info_head .search_item {
        width: 100%;
        margin-bottom: 10px;
        float: left;
    }

    .info_head .snb .tab_inner {
        padding: 0 15px;
    }

    .info_head .ttl_area {
        margin-top: 30px;
        margin-bottom: 0;
        clear: both;
    }

    .info_head .snb .tab_inner a {
        font-size: 14px;
    }

    .contents .info_sec {
        width: 100%
    }

    .contents .detail_sec {
        width: 100%;
    }

    .contents .detail_sec.on {
        box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.1);
    }

    .side_btn {
        left: 320px;
    }

    .side_btn.on {}

    .side_btn.close {
        transform: translate(-350px, 50%);
    }

    .normal_table {
        font-size: 12px;
    }

    .map_mobile {
        display: block;
    }

    .sale_summary .cost {
        font-size: 16px;
        margin-top: 10px;
    }

    .dashboard_wide .sale_summary .cost {
        margin-top: 0px;
    }

    .contents.store {
        min-height: auto;
    }

    .data_info {
        width: 180px;
        padding: 5px;
        font-size: 12px;
    }

    .data_info .navi li {
        width: 53px;
        margin: 1px;
    }

    .side_wrap .alarm_area {
        margin-right: 10px;
    }

    .modal {
        min-width: 300px;
        max-height: 80%;
    }

    .btn_area button + button {
        margin: 0;
    }

    .modal_foot .btn_area button {
        width: 50%;
    }

    .name_wrap .input_item {
        width: 85%;
    }

    .node_wrap li {
        line-height: 35px;
    }

    .info_body .module_box {
        padding: 0 15px;
    }

    .box_head .btn_area button + button {
        margin-left:8px;
    }

}
@media screen and (max-width:320px){
    .current_page i{
        right:0;
    }
}
@media screen and (max-width:280px){
    .gnb_area .current_page{
        font-size:13px;
    }
    .current_page i{
        right:-20px;
        top: 36%;
    }
    
}