@import "reset.css";

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html, body.ulsan {
    font-family:'Pretendard-Regular' !important;
    overflow: hidden;
}

/*style*/

.box_style {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff!important;
    width: 100%;
}

/*--------*/

body.ulsan #header {
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

#logo a{
    padding-top: 0;
    margin-left: 0;
}

body.ulsan .summary_wrap ul li .card {
    border-top: none;
}

body.ulsan .page_wrap_body_inner {
    height: 100%;
}

.page_wrap_body .body_section .chart_wrap {
    width: 100%;
}

.page_wrap_body_inner {
    padding: 20px;
    border: none;
}

.page_wrap.main {
    height: calc(100vh - 60px);
    padding: 0;
}

.page_wrap {
    display: flex;
    justify-content: space-between;
}

.page_wrap_inner {
    width: 100%;
    height: 100%;
    background: none;
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 0;
}

.page_wrap_body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.page_wrap h2.page_tit {
    margin: 10px 20px;
    padding-bottom: 0;
    font-size: 1.2rem;
    border-bottom: 0;
}

.page_wrap_header .page_tit {
    width: auto;
}

.page_wrap {
    height: calc(100vh - 60px);
    overflow-y: hidden;
    padding: 40px;
}

/*gnb*/

.gnb {
    width: auto;
}

.gnb ul:after, #header:after {
    content: none;
}

.gnb ul li a {
    padding: 0 20px;
}

/*--------*/

.main_title {
    background: #fff;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding: 0 20px;
}

.main_title h2 {
    margin-bottom: 0;
    font-size: 16px;
}


.main_layout {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px;
}

.main_r {
    width: 33%;
    height: 100%;
}

.chart_wrap {
    width: 66%;
    height: 100%;
}

.body_section {
    width: 100%;
    height: 100%;
}

.parti .summary_wrap {
    width: 100%;
    height: 100%;
    background: none;
}

.parti .summary_wrap > ul > li {
    width: 48%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 5px;
    border-radius: 10px;
    color: #000;
}

.parti .summary_wrap > ul > li:nth-child(1) {}

.parti .summary_wrap > ul > li > div {
    height: 100%;
}

.summary_wrap > ul {
    height: calc(100% - 50px);
}


body.ulsan .main .chart_area {
    height: 80%;
}

.chart_area {
    /*overflow-x: scroll;*/
}

.summary_wrap > ul > li {
    height: 50%;
}

.btn_info {
    right: 20px!important;
}

body.ulsan .summary_wrap ul li .card .card_inner .card_header h6 {
    background: linear-gradient(to right, #142C78 0%,  #942092 100%);
    color: #fff;
}

.card .card_body span {
    color: #000;
}

/*sub page style*/

body.ulsan .left_nav {
    height: 100%;
    width: 15%;
    min-width: 250px;
    border-radius: 10px;
    background: #fff;
}

body.ulsan .left_nav .main_nav.on {
    background: linear-gradient(to right, #142C78 0%,  #942092 100%);
}

body.ulsan .left_nav .main_nav.on:hover {
    background: linear-gradient(to right, #142C78 0%,  #942092 100%);
}

body.ulsan .left_nav .main_nav.on a{
    color: #fff;
    font-weight: bold;
}

body.ulsan .left_nav .main_nav a{
    color: #000;
    font-weight: bold;
}

body.ulsan .left_nav .main_nav .sub_nav.on {
    background: linear-gradient(to right, #142C78 0%,  #942092 100%);
}

body.ulsan .left_nav .main_nav .sub_nav.on:hover {
    background: linear-gradient(to right, #142C78 0%,  #942092 100%);
}

body.ulsan .left_nav .main_nav .sub_nav.on a{
    color: #fff;
    font-weight: bold;
}

body.ulsan .left_nav .main_nav .sub_nav a{
    color: #000;
    font-weight: bold;
}

body.ulsan .indicator_inner.on {
    border: 2px solid #942092;
}

body.ulsan .indicator_header .label_type {
    background: linear-gradient(to right, #142C78 0%,  #942092 100%);
    padding: 5px 15px;
    border-radius: 15px;
    border: 0;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #942092;
}

/*body.ulsan .left_nav {*/
/*    width: 15%;*/
/*    height: 100%;*/
/*    margin-right: 20px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    background: #fff;*/
/*}*/

body.ulsan .left_nav ul {
    width: 100%;
    padding: 30px 20px;
}

body.ulsan .main_nav ul {
    width: 100%;
    padding: 15px 15px 0px 15px;
}

body.ulsan .left_nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 2px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    cursor: pointer;
    color: #828282;
}

body.ulsan .left_nav ul li:hover {
    box-sizing: border-box;
    background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #142C78 0%,  #942092 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    color: #000;
    font-weight: bold;
}

body.ulsan .left_nav ul li:active {
    background: linear-gradient(to right, #142C78 0%,  #942092 100%);
}

body.ulsan .left_nav ul li:last-child {
    display: block;
}

/*body.ulsan .left_nav ul li:last-child:hover {*/
/*    background: linear-gradient(to right, #142C78 0%,  #942092 100%);*/
/*    color: #fff;*/
/*}*/

body.ulsan .left_nav ul li a {
    width: 100%;
    height: 100%;
    color: #000;
    border-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.ulsan .left_nav ul li:active a {
    color: #fff!important;
}

.sec_wrap {
    background: transparent;
}

.sec_inner {
    height: auto;
}

body.ulsan .visual_header {
    background-color: transparent;
}

body.ulsan .visual_wrap {
    background-color: transparent;
    flex-wrap: wrap;
}

.sub_top {
    /*height: 40%;*/
    /*overflow: auto;*/
}

.sub_bottom {
    height: 100%;
    margin-top: 20px;
    overflow: auto;
}

.slick-slide {
    /*min-width: 24%;*/
}

body.ulsan .visual_wrap .slick-slide > div {
    scale: 90%;
}

/*내비 탭 수정*/
.tab_nav ul li {
    min-width: 85px;
    height: 30px;
    line-height: 28px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 15px;
    padding: 2px;
    margin-left: 0;
    margin-right: 10px;
}

.tab_nav ul li:hover {
    box-sizing: border-box;
    background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #142C78 0%,  #942092 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    color: #000;
    font-weight: bold;
}

.tab_nav ul li.on {
    color: #fff;
    background:  linear-gradient(to right, #142C78 0%,  #942092 100%);
}

.tab_nav ul li a {
    padding: 0 10px;
    color: #828282;
}

.tab_nav ul li a:hover {
    color: #000;
    font-weight: bold;
}

.tab_nav ul li.on a {
    border-bottom: 0;
    color: #fff;
}

.h_100 {
    height: 100%;
}

.h_100 .cont_view h2{
    height: 20%;
}

/*select style*/

.cont_box_header .search_area .btn_search {
    background: linear-gradient(to right, #142C78 0%,  #942092 100%);
    border-radius: 20px;
    padding: 10px 25px!important;
}

.cont_box_header .search_area .form_control {
    border-radius: 20px;
    padding: 10px;
    margin: 0 5px 0 5px;
}

/*-----------*/

.visual_wrap .search_area label {
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}


.ico_wrap a.on {
    background: linear-gradient(to right, #142C78 0%,  #942092 100%);
    border: 1px solid #942092;
}

/*예측결과*/


/*개요*/

.elips.c1 {
    background: #142C78bf;
}

.elips.c2 {
    background: #4F2684bf;
}

.elips.c3 {
    background: #942092bf;
}

.ncsr h6 b {
    background: linear-gradient(to right, #142C78 0%,  #942092 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.smr:before {
    /*이미지 제거*/
    background: none;
}


/*방법론*/
.cont_view_inner .process li.step1 h6 {
    background: #142C78;
}

.cont_view_inner .process li.step1 dt,
.cont_view_inner .process li.step1 dd {
    color: #142C78;
}

.cont_view_inner .process li.step2 h6 {
    background: #4F2684;
}

.cont_view_inner .process li.step2 dt,
.cont_view_inner .process li.step2 dd {
    color: #4F2684;
}

.cont_view_inner .process li.step2 dl {
    background: #f4edff;
}

.cont_view_inner .process li.step3 dl {
    background: #f7e8fb;
}

.cont_view_inner .process li.step3 h6 {
    background: #942092;
}

.cont_view_inner .process li.step3 dt,
.cont_view_inner .process li.step3 dd {
    color: #942092;
}

.cont_view_inner .process li.step3 dd {
    background: #f4c6f3;
}

.cont_view_inner > dl dt:before {
    background:  /*linear-gradient(to right, #142C78 0%,  #942092 100%),*/ #942092 url(../../images/ico/ico_arrowR.png) no-repeat center;
}

.cont_view_inner > dl dt {
    color: #942092;
}

/*자주묻는질문*/

.cont_view_inner .search_wrap {
    background: #f4f1f5;
}

.cont_view_inner .search_wrap_inner .btn_filter {
    background:  linear-gradient(to right, #142C78 0%,  #942092 100%);
    border-radius: 50px;
}

.list_wrap li a.quest:before {
    background:  linear-gradient(to right, #142C78 0%,  #942092 100%);
}

.list_wrap li p.ansr {
    background: #f4f1f5;
}

.cont_box_body_top {
    flex-wrap: wrap;
}

.cont_box_body_top .data_tit:before {
    background:  linear-gradient(to right, #142C78 0%,  #942092 100%);
}

.side_sub {
    display: none!important;
    padding: 10px!important;
    background: transparent!important;
    box-shadow: none!important;
}

.side_sub li {
    position: relative;
    height: 30px!important;
    background: transparent!important;
    box-shadow: none!important;
    margin-bottom: 5px!important;
}

.side_sub li:before {
    content: '·';
    position: absolute;
    left: 5px;
}

.side_sub li a {
    margin-left: 20px;
    justify-content: flex-start!important;
    color: #000!important;
    text-align: left!important;
    font-weight: normal!important;
}

.side_sub li a:focus,
.side_sub li a:active {
    color: #000!important;
}

.side_sub li a:hover {
    font-weight: bold!important;
    color: #942092!important;
}

.side_sub li.on a {
    font-weight: bold!important;
    color: #942092!important;
}

.pbl_ai_menu {
    padding: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
}

.pbl_ai_menu h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pbl_ai_menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    flex: auto;
}

.pbl_ai_menu ul li {
    /*width: 100%;*/
    min-width: 70px;
    margin-right: 10px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 2px;
    margin-bottom: 5px;
}

.pbl_ai_menu ul li:hover {
    box-sizing: border-box;
    background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #142C78 0%,  #942092 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    color: #000;
    font-weight: bold;
}

.pbl_ai_menu ul li:active,
.pbl_ai_menu ul li:focus {
    background: linear-gradient(to right, #142C78 0%,  #942092 100%);
    color: #fff!important;
}

.pbl_ai_menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
}

.pbl_on {
    background: linear-gradient(to right, #142C78 0%,  #942092 100%) !important;
}

.pbl_on a {
    font-weight: bold;
    color: #fff!important;
}

.pbl_ai_menu ul li:active a,
.pbl_ai_menu ul li:focus a {
    color: #fff;
}

.scroll-x_style {
    overflow-x: auto;

}

/*반응형 웹*/


@media screen and (max-width:1400px) {

    #gnb {
        display: none;
    }

    .page_wrap {
        display: block;
        overflow-y: hidden;
        padding: 10px;
    }

    body.ulsan .left_nav {
        width: 100%;
        height: 20%;
        margin-right: 0;
        background: none;
        box-shadow: none;
    }

    body.ulsan .left_nav.box_style {
        background-color: transparent!important;
        overflow: scroll;
    }

    body.ulsan .left_nav ul {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        flex: auto;
        gap: 0 15px;
        margin: 0;
        padding: 0;
    }

    body.ulsan .left_nav ul li {
        width: 30%;
        flex: auto;
        font-size: 14px;
        margin-bottom: 5px;
    }

    body.ulsan .main_nav ul {
        width: 100%;
        padding: 5px 15px 10px 15px;
    }

    body.ulsan .main_nav ul li {
        width: 25%;
        flex: auto;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .side_sub {
        justify-content: space-between;
    }

    .page_wrap_inner2 {
        margin-left: 0;
    }

    .page_wrap_inner {
        overflow-y: scroll;
    }

    /*카드 style*/
    .indicator_header .indi_date {
        font-size: 12px;
    }
}

@media screen and (max-width:1100px) {
    .sub_top .slick-track {
        width: 100% !important;
        margin: 0;
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }
    .sub_top .slick-slide {
        min-width: 240px;
    }
}


@media screen and (max-width:920px) {
    .page_wrap {
        /*overflow-y: scroll;*/
    }

    .cont_view_inner .process {
        scale: 0.8;
    }

    .bnf {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .bnf li {
        width: 100%;
    }

    .bnf li .bnf_inner {
        width: 100%;
    }
}


@media screen and (max-width:720px) {

    .ncsr h6 {
        word-break: keep-all;
    }

    .ncsr ul li {
        font-size: 0.75rem;
    }

    .ncsr ul li:after {
        left: -.75rem;
    }

    .search_area {
        width: 100%;
        flex-wrap: wrap;
    }

    .btn .btn_search {
        width: 100%;
    }

    .cont_box_header {
        flex-wrap: wrap;
    }

    .cont_box_header .search_area {
        padding: 0;
    }

    .visual_wrap .search_area .form_group {
        width: 100%;
        justify-content: space-between;
        gap: 3px;
    }

    .cont_box_header .search_area .btn_search {
        width: 100%;
        margin-top: 5px;
    }

    .ico_wrap {
        margin: 10px 0;
        display: flex;
        justify-content: flex-end;
    }

    .cont_box_header .search_area .form_control {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width:620px) {
    .cont_box_body {
        width: 100%;
    }

    body.ulsan .left_nav ul li {
        font-size: 12px;
    }

    .page_wrap h2.page_tit {
        font-size: 16px;
    }

    .tab_nav ul {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
    }

    .tab_nav ul li {
        width: 30%;
        gap: 0 15px;
        flex: auto;
        margin: 0 5px 5px;
    }

    .tab_nav ul li:first-child {
        margin-left: 5px;
    }

    .cont_view_inner .process {
        scale: 0.55;
        margin-top: -80px;
        margin-bottom: -70px;
    }
}

@media screen and (max-width:420px) {


    .cont_view_inner .process {
        scale: 0.4;
        margin-top: -80px;
        margin-bottom: -70px;
    }

    .ncsr ul li {
        font-size: 0.5rem;
    }
}