@media all and (max-width: 900px) {
    .graph-wrap .canvas-container {
        width: 300px;
        height: 300px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .graph-wrap .container {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .graph-wrap .mobile-menu {
        display: block;
        position: relative;
        z-index: 500;
        width: 36px;
        height: 36px;
        background-color: rgba(255, 255, 255, 0);
        border: 0;
        cursor: pointer;
    }

    .graph-wrap .menu-wrap {
        position: fixed;
        top: 0;
        right: -200px;
        /* 너비 300px 인 사이드바를 왼쪽으로 300px 이동시켜 화면에 보이지 않게 함 */
        z-index: 400;
        overflow: auto;
        width: 200px;
        /* 너비 */
        height: 100%;
        padding: 50px 20px;
        box-sizing: border-box;
        transition: right 0.3s ease-in-out;
        /* 0.3초 동안 이동 애니메이션 */
        background-color: #ffffff;
    }

    .graph-wrap .menu-wrap.on {
        right: 0;
    }

    .graph-wrap .main-menu {
        color: black;
        width: 300px;
    }

    .graph-wrap .category_list {
        color: black;
    }

    .graph-wrap .main-menu > .category_list {
        height: 0;
        list-style: none;
        overflow: hidden;
        transition: height ease-out 1s 0s;
    }

    .graph-wrap .main-menu > .category_list li {
        border-top: 1px white solid;
    }

    .graph-wrap .main-menu > .category_list li > a {
        text-decoration: none;
        color: black;
    }

    /* button {
        background-color: #001338;
    } */
    .graph-wrap header {
        display: none;
    }

    .graph-wrap #dimmed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 300;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .graph-wrap .logo {
        width: 150.28px;
        height: 31.85px;
    }

    .graph-wrap .popup-left-bar {
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

    .graph-wrap .popup-arrow-bar {
        padding-left: 0vw;
        display: none;
    }

    .graph-wrap .popup-title-mobile {
        display: block;
    }

    .graph-wrap .popup-title-web {
        display: none;
    }

    .graph-wrap .popup-header {
        display: flex;
        border-bottom: 1px solid #fff;
        padding-top: 2vh;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 15px;
    }

    .graph-wrap .popup-menu-header {
        display: none;
    }

    .graph-wrap .popup-menu {
        display: none;
    }

    .graph-wrap .popup-menu-bar {
        display: flex;
        justify-content: center;
    }

    .graph-wrap ul.category_list1,
    .graph-wrap ul.category_list2,
    .graph-wrap ul.survey-menu,
    .graph-wrap ul.index-menu {
        padding-inline-start: 0;
        color: #fff;
        margin-top: 20px;
        /* display: flex; */
    }

    .graph-wrap li.menu-container {
        font-size: 0.7rem;
        list-style: none;
        font-weight: 300;
        padding-left: 3vw;
        padding-right: 3vw;
        padding-top: 2vh;
        padding-bottom: 2vh;
        border-bottom: 0.6px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .graph-wrap li.hamburger-list {
        font-size: 0.9rem;
        color: black !important;
        list-style: none;
        font-weight: 500;
        padding-left: 3vw !important;
        padding-right: 3vw !important;
        padding-bottom: 2vh !important;
        align-items: center !important;
        justify-content: start !important;
        color: #000000;
        display: flex;
    }

    .graph-wrap .main-menu {
        padding-top: 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .graph-wrap .main-menu1,
    .graph-wrap .main-menu2 {
        font-weight: 700;
        display: block;
        transform: skew(-0.5deg);
        font-size: 1.0rem;
    }

    .graph-wrap .main-menu2 {
        margin-top: 10px;
    }

    .graph-wrap #menu1,
    .graph-wrap #menu2,
    .graph-wrap #menu3 {
        display: none;
    }

    .graph-wrap #menu1-mobile,
    .graph-wrap #menu2-mobile,
    .graph-wrap #menu3-mobile,
    .graph-wrap #menu4-mobile,
    .graph-wrap #menu5-mobile,
    .graph-wrap #menu6-mobile {
        display: flex;
        transform: skew(-0.5deg);
        cursor: pointer;
    }

    .graph-wrap .popup-side-title-mobile {
        font-size: 9px;
    }

    .graph-wrap li:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .graph-wrap .popup-content {
        flex-direction: column;
    }

    .graph-wrap .mid-container {
        justify-content: flex-start;
        width: 100%;
    }

    .graph-wrap #sub-title {
        display: flex;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 0.7rem;
        font-weight: 500;
        text-align: left;
        justify-content: space-between;
    }


    .graph-wrap #sub-title-1,
    .graph-wrap #sub-title-2 {
        transform: skew(-0.5deg);
    }

    .graph-wrap #sub-title-2 {
        opacity: 60%;
    }

    .graph-wrap #menu-subtitle {
        font-weight: 700;
        font-size: 1rem;
        padding-bottom: 20px;
        transform: skew(-0.5deg);
    }

    .graph-wrap #code {
        display: none;
    }

    .graph-wrap .left-container {
        display: none
    }

    .graph-wrap .right-container {
        display: flex;
        color: white;
        padding-left: 2vw;
        padding-right: 2vw;
        /* justify-content:space-around; */
        display: none;
    }

    .graph-wrap #chart-legend {
        padding-top: 20px;
        width: 300px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .graph-wrap #chart-description {
        display: none;
        font-size: 0.5rem;
        color: rgb(255, 255, 255, 0.5);
    }

    .graph-wrap #arrow-left,
    .graph-wrap #arrow-right {
        display: none;
    }

    .graph-wrap .popup-close {
        width: 12px;
        display: none;
    }

    .graph-wrap #arrow-left-mobile,
    .graph-wrap #arrow-right-mobile {
        width: 8px;
        height: 12px;
        display: inline-block;
        cursor: pointer;
    }

    .graph-wrap #chart-status {
        font-size: 12px;
        font-weight: 700;
    }

    .graph-wrap #arrow-bar-container {
        display: flex;
        justify-content: center;
        padding: 20px;
    }

    .graph-wrap .arrow-bar {
        display: flex;
        align-items: center;
        background-color: #35435e;
        justify-content: center;
        width: 68px;
        border-radius: 10px;
        column-gap: 7px;
    }

    .graph-wrap #menu-title {
        font-weight: 700;
        font-size: 1.2rem;
        padding-bottom: 20px;
    }

    .graph-wrap #menu-description {
        font-size: 0.8rem;
        padding-bottom: 30px;
        transform: skew(-0.05deg);
    }

    .graph-wrap #score-title {
        padding-top: 30px;
        font-weight: 700;
        font-size: 1rem;
        padding-bottom: 20px;
        transform: skew(-0.5deg);
    }

    .graph-wrap #chart-score {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .graph-wrap .icon-data {
        width: 40px;
        padding-right: 5px;
    }

    .graph-wrap .icon-image {
        width: 56px;
        padding-right: 10px;
    }

    .graph-wrap .icon-hamburger {
        width: 24px;
    }

    .graph-wrap .icon-back {
        width: 10px;
        display: inline-block;
    }

    .graph-wrap .copyright {
        position: relative;
        font-size: 0.5rem;
        opacity: 60%;
        text-align: left;
        padding-top: 16px;
        padding-bottom: 4px;
        bottom: 5px;
    }
}

@media all and (max-width: 420px) or (max-height: 420px) {
    /*  */
}

@media all and (min-width: 901px) {
    .graph-wrap .canvas-container {
        width: 500px;
        height: 500px;
    }

    .graph-wrap #top-button {
        display: block;
        position: fixed;
    }

    .graph-wrap .logo {
        width: 150.28px;
        height: 31.85px;
    }

    .graph-wrap .container {
        display: flex;
        justify-items: flex-end;
        width: 100%;
    }

    .graph-wrap #chart-container {
        display: flex;
        flex-direction: row;
    }

    .graph-wrap #chart-legend {
        width: 178px;
        padding-top: 100px;
    }

    .graph-wrap #chart-description {
        display: none;
        font-size: 0.5rem;
        color: rgb(255, 255, 255, 0.5);
        padding-top: 200px;
    }

    .graph-wrap .popup-left-bar {
        width: 160px;
        display: flex;
        justify-content: start;
        padding-left: 20px;
        margin-bottom: 2vh;
    }

    .graph-wrap .popup-menu {
        padding-right: 50px;
        color: #fff;
        text-align: center;
        width: 10vw;
    }

    .graph-wrap .popup-header {
        display: flex;
        border-bottom: 1px solid #fff;
        padding-top: 3vh;
        position: relative;
    }

    .graph-wrap .popup-list-menu,
    .graph-wrap .menu-wrap {
        display: none;
    }

    .graph-wrap .popup-title-mobile {
        display: none;
    }

    .graph-wrap .popup-menu-header {
        display: flex;
        width: 80px;
    }

    .graph-wrap .popup-menu-bar {
        display: flex;
        align-items: flex-end;
        width: 60vw;
    }

    .graph-wrap .popup-arrow-bar {
        padding-left: 96px;
    }

    .graph-wrap #sub-title {
        display: none;
    }

    .graph-wrap .sub-title-1 {
        display: none;
    }

    .graph-wrap .sub-title-2 {
        display: none;
    }

    .graph-wrap #menu-subtitle {
        font-weight: 700;
        font-size: 1rem;
        padding-bottom: 20px;
    }

    .graph-wrap ul {
        width: 180px;
        padding-top: 5vh;
        padding-inline-start: 0;
        /* display: flex;
        flex-direction: column; */
    }

    .graph-wrap li {
        font-size: 0.7rem;
        text-align: left;
        text-decoration: none;
        list-style: none !important;
        font-weight: 300;
        padding-left: 30px !important;
        padding-right: 3vw !important;
        padding-top: 2vh !important;
        padding-bottom: 2vh !important;
        border-bottom: 0.6px solid #fff;
        display: flex;
        align-items: center;
        cursor: pointer;

    }

    .graph-wrap #menu1 {
        width: 84px;
    }

    .graph-wrap #menu2,
    .graph-wrap #menu3 {
        width: 104px;
    }

    .graph-wrap #menu4 {
        width: 76px;
    }

    .graph-wrap #menu5,
    .graph-wrap #menu9 {
        width: 50px;
    }

    .graph-wrap #menu6,
    .graph-wrap #menu7 {
        width: 56px;
    }

    .graph-wrap #menu8 {
        width: 80px;
    }

    .graph-wrap #menu10 {
        width: 120px;
    }

    .graph-wrap #menu11 {
        width: 25px;
    }

    .graph-wrap #menu1,
    .graph-wrap #menu2,
    .graph-wrap #menu3 {
        display: flex;
    }

    .graph-wrap #menu1-mobile,
    .graph-wrap #menu2-mobile,
    .graph-wrap #menu3-mobile {
        display: none;
    }

    .graph-wrap li:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .graph-wrap .mid-container {
        justify-content: flex-start;
        padding-top: 7vh;
        width: 58vw;
        padding-bottom: 7vh;
    }

    .graph-wrap #menu-title {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 16px;
    }

    .graph-wrap #menu-description {
        font-size: 13px;
        padding-bottom: 30px;
    }

    .graph-wrap #score-title {
        font-size: 18px;
        font-weight: 800;
        padding-top: 36px;
        padding-bottom: 16px;
    }

    .graph-wrap #score-img {
        padding-bottom: 36px;
    }

    .graph-wrap #code {
        padding-top: 20px;
        color: #fff;
        font-size: 0.8rem;
        font-weight: 700;
        text-align: left;
    }

    .graph-wrap .left-container,
    .graph-wrap .right-container {
        display: flex;
        color: white;
        font-size: 2rem;
        align-items: center;
        padding-left: 42px;
        padding-right: 42px;
        /* justify-content:space-around; */
    }

    .graph-wrap .left-container {
        position: relative;
        top: 50%;
        width: 12px;
    }

    .graph-wrap .left-container img {
        position: fixed;
        top: 50%;
    }

    .graph-wrap .right-container {
        position: fixed;
        right: 0;
        top: 50%;
    }

    .graph-wrap .popup-close {
        display: none;
        padding-top: 1vw;
        position: absolute;
        width: 18px;
        right: 30px;
    }

    .graph-wrap #arrow-left,
    .graph-wrap #arrow-right {
        width: 12px;
        cursor: pointer;
    }

    .graph-wrap .arrow-bar {
        display: none;
    }

    .graph-wrap .icon-data {
        width: 44px;
        height: auto;
        padding-right: 10px;
    }

    .graph-wrap .icon-image {
        /* width: 50px; */
        width: 62px;
        height: auto;
        padding-right: 10px;
    }

    .graph-wrap .icon-back {
        display: none;
    }

    .graph-wrap .copyright {
        position: relative;
        font-size: 0.5rem;
        opacity: 60%;
        text-align: left;
        padding-top: 16px;
        padding-bottom: 4px;
        bottom: -10px;
    }

    .graph-wrap .download-bar {
        margin-top: 30px;
    }
}

.graph-wrap .conts > .layer {
    font-family: "NanumSquare", san-serif;
    line-height: 1.5;
    height: 100%;
    overflow-y: auto;
}

#popup-layer-background {
    height: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    background-color: rgb(0, 19, 56);
    background-size: 100%;
    height: auto;
    min-height: 100%;
}

.graph-wrap canvas {
    background-color: #001338;
    background-size: 100%;
}

.graph-wrap .container {
    display: flex;
    justify-items: flex-end;
    width: 100%;
    height: auto;
    overflow: visible;
}

.graph-wrap .nanumsquare {
    font-family: "NanumSquare", sans-serif !important;
}

@media (max-width: 900px) {
    #popup-layer-background {
        padding: 0 10px;
    }
}
