﻿@charset "utf-8";
@import url("/resources/font/SCDream/fonts.css"); 

#wrap {
    font-family: 'SCDream';
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#wrap ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#wrap ::-webkit-scrollbar-thumb {
    background-color: #94a1b5;
}

#wrap ::-webkit-scrollbar-track {
    background-color: #c1c5ca;
}

#container {
    position: relative;
    width: 100%;
    height: 100%;
}

/*지도 학교명 노출*/
.label {
    margin-bottom: 60px;
}

.label * {
    display: inline-block;
    vertical-align: top;
}

.label .left {
    background: url("/images/ad/sm/tip_l.png") no-repeat;
    display: inline-block;
    height: 24px;
    overflow: hidden;
    vertical-align: top;
    width: 7px;
}

.label .center {
    background: url("/images/ad/sm/tip_bg.png") repeat-x;
    display: inline-block;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    background-color: #fff;
    padding: 0px 5px 0 5px;
}

.label .center_bold {
    background: url("/images/ad/sm/tip_bg.png") repeat-x;
    display: inline-block;
    height: 22px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: blue;
    background-color: #fff;
    padding: 2px;
}

.label .right {
    background: url("/images/ad/sm/tip_r.png") -1px 0 no-repeat;
    display: inline-block;
    height: 24px;
    overflow: hidden;
    width: 6px;
}

/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    background: #1660b4;
    z-index: 999;
    height: 63px;
    line-height: 63px;
}

header h1 {
    color: #fff;
}

header h1 a {
    display: block;
    font-family: "GmarketSans";
    font-weight: 800;
    font-size: 21px;
}

header h1 a img {
    margin-right: 10px;
}

/*맵*/
#schulMapArea {
    width: 100%;
    top: 63px;
    height: calc(100% - 63px);
    z-index: 0;
    position: absolute;
    border: 1px solid #000000;
}
div:has(.map_layer){
    z-index: 1 !important;
}
.map_layer {
    z-index: 997;
}

.map_layer .map_pin {
    max-width: 40px;
}

.map_layer .map_info {
    width: 700px;
    min-height: 375px;
    position: absolute;
    left: calc(50% - 201px);
    bottom: -24px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.35);
    z-index: 999;
}

.map_layer .map_info::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: calc(50% - 20px);
}

.map_layer .map_info .info_tit {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 60px;
    background-color: #0b234a;
    color: #fff;
    border-radius: 20px 20px 20px 0;
}

.map_layer .map_info .info_tit > img {
    max-width: 30px;
    margin-right: 5px;
}

.map_layer .map_info .info_tit > span {
    white-space: nowrap;
    font-weight: 700;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
}

.map_layer .map_info .info_tit a {
    padding: 0 2.5px;
    margin: 0 2.5px;
    background: #fff;
    border-radius: 2.5px;
    color: #0b234a;
    font-size: 12px;
    font-weight: 600;
}

.map_layer .map_info .info_txt {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
}

.map_layer .map_info .info_txt p {
    width: 50%;
    padding-left: 15px;
    line-height: 1.6;
    position: relative;
    display: flex;
    font-size: 13px;
    letter-spacing: -1px;
}

.map_layer .map_info .info_txt p:nth-child(1) {
    width: 100%;
}

.map_layer .map_info .info_txt p::before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #4c5d6f;
    position: absolute;
    left: 0;
    top: 10px;
}

.map_layer .map_info .info_txt span:first-child {
    display: block;
    width: 60px;
    margin-right: 10px;
    font-weight: 700;
    color: #111;
    overflow: hidden;
}

.map_layer .map_info .info_txt span:nth-child(2) {
    max-width: calc(100% - 85px);
    height: auto;
    display: block;
    word-break: keep-all;
    white-space: normal;
    word-wrap: break-word;
}

.map_layer .map_info .info_txt .btn_wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px auto;
}

.map_layer .map_info .info_txt .btn_wrap .map_infoBtn {
    width: 94px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #fff;
    border: 2px solid #4c5d6f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5px 3px;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s;
}

.map_layer .map_info .info_txt .btn_wrap .map_infoBtn.btn_navy {
    border-color: #1660b5;
    color: #1660b5;
}

.map_layer .map_info .info_txt .btn_wrap .map_infoBtn.btn_bl {
    border-color: #459def;
    color: #459def;
}

.map_layer .map_info .info_txt .btn_wrap .map_infoBtn.btn_gr {
    border-color: #409a8a;
    color: #409a8a;
}

.map_layer .nodata {
    width: 100%;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.map_layer .nodata img {
    filter: contrast(0.5);
}

.map_layer .nodata span {
    color: #666;
    padding-top: 10px
}

.map_layer .map_info .map_closeBtn {
    width: 37px;
    height: 37px;
    border-radius: 10px;
    background-color: #657388;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 8px;
    right: 8px;
    line-height: 37px;
    font-size: 24px;
}

.map_layer .map_info .map_closeBtn i {
    transition: all 0.2s;
}

.map_layer .map_info .map_closeBtn:focus i, .map_layer .map_info .map_closeBtn:hover i {
    transform: rotate(180deg);
}

.map_layer .map_info .info_tabBox .tab_list {
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
}

.map_layer .map_info .info_tabBox .tab_list li a {
    display: block;
    padding: 2.5px 15px;
    border: 1px solid #ccc;
    font-size: 13px;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    background-image: none;
}

.map_layer .map_info .info_tabBox .tab_list li.on a {
    background: #0b234a;
    color: #fff;
    border-bottom: 1px solid #1660b4;
}

.map_layer .map_info .info_tabBox .resultInfo {
    padding: 15px 20px;
    height: 240px;
}

.map_layer .map_info .info_tabBox .resultInfo .list_box {
    display: none;
}

.map_layer .map_info .info_tabBox .resultInfo .list_box.on {
    display: block;
}

.map_layer .map_info .info_tabBox .resultInfo .tbl_st::-webkit-scrollbar {
    width: 2px !important;
    height: 2px !important;
}

.map_layer .map_info .info_tabBox .resultInfo .tbl_st {
    position: relative;
    width: 100%;
    height: 210px;
    overflow-y: auto;
    font-size: 11px;
    background: #fff;
    text-align: center;
    margin-top: 5px;
}

.map_layer .map_info .info_tabBox .resultInfo .tbl_st table {
    position: relative;
    width: 100%;
    margin: 0 0 0 -1px;
    border-top: 2px solid #222;
    -webkit-overflow-scrolling: touch;
    word-break: keep-all;
}

.map_layer .map_info .info_tabBox .resultInfo .tbl_st table thead th {
    vertical-align: middle;
    color: #222;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #b0bcce;
    border-left: 1px solid #dad8d9;
    background: #f1f1f1;
}
.map_layer .map_info .info_tabBox .resultInfo .tbl_st table thead th:nth-child(6) {width:10%;}
.map_layer .map_info .info_tabBox .resultInfo .tbl_st table td {
    padding: 2.5px 0;
    border-bottom: 1px solid #dad8d9;
    border-left: 1px solid #dad8d9;
    word-break: keep-all;
    vertical-align: middle;
    color: #333;
}

.map_layer .map_info .info_tabBox .resultInfo .tbl_st table td a.btn_bl {
    padding: 2.5px 5px;
    background: #1660b4;
    color: #fff;
}

.map_layer .map_info .info_tabBox .resultInfo .tbl_st table td a.btn_bl:hover {
    background: #1e4f9c;
}

.map_layer .map_info .info_tabBox .resultInfo .tbl_st input[type=checkbox].cstmCheck {
    margin: 0;
}

.map_layer .map_info .info_tabBox .resultInfo .tab_info {
    font-size: 11px;
    color: #666;
}

.map_layer .map_info .info_tabBox .resultInfo .tab_info span {
    font-weight: 600;
    color: #333;
}

.map_layer .map_info .info_tabBox .resultInfo .date_wrap label, .map_layer .map_info .info_tabBox .resultInfo .date_wrap input[type=month] {
    font-size: 11px;
}

.map_layer .map_info .info_tabBox .resultInfo .date_wrap + .tbl_st {
    height: 185px;
}

.map_layer .map_info .map_closeBtn {
    width: 37px;
    height: 37px;
    border-radius: 10px;
    background-color: #657388;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 8px;
    right: 8px;
    line-height: 37px;
    font-size: 24px;
}

.map_layer .map_info .map_closeBtn i {
    transition: all 0.2s;
}

.map_layer .map_info .map_closeBtn:focus i, .map_layer .map_info .map_closeBtn:hover i {
    transform: rotate(180deg);
}

/*맵 hover*/
.map_layer .map_info .info_txt .btn_wrap .map_infoBtn:focus, .map_layer .map_info .info_txt .btn_wrap .map_infoBtn:hover {
    background-color: #4c5d6f;
    color: #fff;
}

.map_layer .map_info .info_txt .btn_wrap .map_infoBtn.btn_navy:hover, .map_layer .map_info .info_txt .btn_wrap .map_infoBtn.btn_navy:focus {
    background-color: #1660b5;
    color: #fff;
}

.map_layer .map_info .info_txt .btn_wrap .map_infoBtn.btn_bl:hover, .map_layer .map_info .info_txt .btn_wrap .map_infoBtn.btn_bl:focus {
    background-color: #459def;
    color: #fff;
}

.map_layer .map_info .info_txt .btn_wrap .map_infoBtn.btn_gr:hover, .map_layer .map_info .info_txt .btn_wrap .map_infoBtn.btn_gr:focus {
    background-color: #409a8a;
    color: #fff;
}

.map_layer .map_info .info_tit a:hover {
    background: #657388;
    color: #fff;
}

/* 왼쪽 메뉴 */
.select_btn {
    width: 0;
    height: 0;
    position: absolute;
    left: -100%;
}

/*모바일버튼*/
.left_menu {
    height: 100vh;
    width: 440px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 80px 20px 40px 100px;
    z-index: 998;
    background: #fff;
    box-shadow: 25px 0px 50px -25px rgba(34, 34, 34, 0.3);
}

/*왼쪽메뉴 비활성시*/
.left_menu:not(.active) {
    width: 1px;
    padding-left: 60px;
}

.left_menu:not(.active) div.depth02 {
    width: 0;
}

.left_menu:not(.active) div.depth02 > .dep02_fold {
    right: 0;
}

.left_menu:not(.active) div.depth02 > .dep02_fold i {
    transform: rotate(360deg) !important;
}

.left_menu:not(.active) .srch_wrap, .left_menu:not(.active) .info_wrap, .left_menu:not(.active) div.depth02 > ul {
    display: none;
}

/* 왼쪽메뉴 > 검색창 */
.left_menu .srch_wrap .srch_tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background: #e5eaed;
}

.left_menu .srch_wrap .srch_tab li {
    width: 33%;
}

.left_menu .srch_wrap .srch_tab li a {
    display: block;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
}

.left_menu .srch_wrap .srch_tab li a.on {
    color: #fff;
    background-color: #5aa4f7;
    box-shadow: 0 0 10px #2068b830;
}

.left_menu .srch_wrap form {
    width: 100%;
    position: relative;
    margin: 15px 0;
}

.left_menu .srch_wrap form input {
    width: 100%;
    height: 46px;
    border-radius: 10px;
    border: 2px solid #1660b4;
    border-radius: 23px;
    outline: none;
    padding-left: 15px;
    font-size: 14px;
    font-family: 'SCDream';
}

.left_menu .srch_wrap form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    background-color: #1660b4;
    border-radius: 23px;
    color: #fff;
    font-size: 20px;
    transition: all 0.15s;
}

/* 왼쪽메뉴 > info */
.left_menu .info_wrap {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #4c5d6f;
    overflow: hidden;
}

.left_menu .info_wrap ul {
    display: flex;
    margin-left: -5px;
}

.left_menu .info_wrap ul li {
    position: relative;
    padding: 0 5px;
    font-size: 13px;
}

.left_menu .info_wrap ul li::before {
    content: "";
    position: absolute;
    left: -0.75px;
    top: calc(50% - 1.5px);
    width: 3px;
    height: 3px;
    background: #111;
}

.left_menu .info_wrap ul li span {
    font-weight: 600;
}

/* 왼쪽메뉴 > depth01 */
.left_menu ul.depth01 {
    position: absolute;
    top: 60px;
    left: 0;
    height: calc(100vh - 60px);
    width: 80px;
    background: #f2f3f4;
}

.left_menu ul.depth01 > li > .dep01_btn {
    width: 100%;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
    text-align: center;
    overflow: hidden;
}

.left_menu ul.depth01 > li > .dep01_btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 28px);
    width: 56px;
    height: 1px;
    background: #8d8d8d;
}

.left_menu ul.depth01 > li > .dep01_btn::after {
    content: "";
    position: absolute;
    width: 144px;
    height: 144px;
    top: -77px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff20;
    border-radius: 50%;
    transition: 0.2s;
}

.left_menu ul.depth01 > li > .dep01_btn .img {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.left_menu ul.depth01 > li > .dep01_btn span {
    color: #222;
    font-size: 15px;
}

/* 왼쪽메뉴 > depth01 > depth02 */
.left_menu div.depth02 {
    position: absolute;
    top: 180px;
    left: calc(-100% + -50px);
    height: calc(100% - 220px);
    width: 320px;
    padding: 0;
    z-index: -1;
    display: none;
}

.left_menu div.depth02 > ul {
    height: 100%;
    overflow-y: auto;
}

.left_menu div.depth02 > ul > li:first-child {
    padding-top: 0;
}

.left_menu div.depth02 > ul > li {
    position: relative;
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 5px 10px 0;
    border-bottom: 1px dotted #ccc;
}

.left_menu div.depth02 > ul > li .img {
    width: 30px;
    height: 30px;
}

.left_menu div.depth02 > ul > li .img img {
    width: 100%;
}

.left_menu div.depth02 > ul > li .txt {
    width: calc(100% - 30px);
    padding-left: 10px;
}

.left_menu div.depth02 > ul > li .txt .sch_name {
    width: fit-content;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 700;
}

.left_menu div.depth02 > ul > li .txt .sch_adress {
    font-size: 13px;
    color: #666;
}

.left_menu div.depth02 > ul > li .txt .list {
    margin-top: 5px;
}

.left_menu div.depth02 > ul > li .txt .list li {
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    color: #111;
}

.left_menu div.depth02 > ul > li .txt .list li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 7.5px;
    left: 0;
    border-radius: 2px;
    background: #1660b5;
}

.left_menu div.depth02 > ul > li .txt .list li .btn {
    position: relative;
    display: block;
    width: fit-content;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 1px;
    padding: 0 15px;
    font-size: 13px;
    color: #fff;
    background: #4b5462;
}

.left_menu div.depth02 > ul > li .txt .list li .btn i {
    padding-left: 15px;
}

.left_menu div.depth02 > ul > li .txt .list li .btn:hover {
    background: #343a44;
}

.left_menu div.depth02 > ul > li.on .txt .sch_name {
    color: #193f7c;
    box-shadow: inset #e0eeff 0 -10px 0;
}

.left_menu div.depth02 > .dep02_fold {
    background-color: #4c5d6f;
    width: 24px;
    height: 50px;
    position: absolute;
    right: -44px;
    top: calc(50% - 125px);
    border-radius: 0 10px 10px 0;
    display: none;
    color: #fff;
    z-index: 10;
}

.left_menu div.depth02 > .dep02_fold i {
    transition: all 0.15s;
}

.left_menu div.depth02 > .dep02_fold:focus i, .left_menu div.depth02 > .dep02_fold:hover i {
    transform: translateX(3px);
}

/* .active : depth01 클릭 시 depth02 나타나는 효과 */
.left_menu .depth01 > li.active .depth02 {
    display: block;
    left: 100px;
}

.left_menu .depth01 > li.active .depth02 > .dep02_fold i {
    transform: rotate(180deg);
}

.left_menu .depth01 > li.active .depth02 > .dep02_fold:focus i, .left_menu .depth01 > li.active .depth02 > .dep02_fold:hover i {
    transform: rotate(180deg) translateX(3px);
}

/* .btn_show : depth02 옆 fold 버튼 및 depth01_icon 배경 보이도록하는 효과*/
.left_menu .depth01 > li > .dep01_btn:hover, .left_menu .depth01 > li > .dep01_btn:focus, .left_menu .depth01 > li.btn_show .dep01_btn {
    background: #1660b4;
}

.left_menu .depth01 > li > .dep01_btn:hover::before, .left_menu .depth01 > li > .dep01_btn:focus::before, .left_menu .depth01 > li.btn_show .dep01_btn::before {
    display: none;
}

.left_menu ul.depth01 > li > .dep01_btn:hover .img img, .left_menu ul.depth01 > li > .dep01_btn:active .img img, .left_menu ul.depth01 > li > .dep01_btn:focus .img img, .left_menu ul.depth01 > li.btn_show .dep01_btn .img img {
    filter: invert(1);
}

.left_menu .depth01 > li > .dep01_btn:hover span, .left_menu .depth01 > li > .dep01_btn:focus span, .left_menu .depth01 > li > .dep01_btn:active span, .left_menu .depth01 > li.btn_show .dep01_btn span {
    color: #fff;
    font-weight: 700;
}

.left_menu .depth01 > li.btn_show .depth02 > .dep02_fold {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*map_btn 추가*/
.map_btn {position: fixed;width: 100px;border-radius: 20px;right: 10px;top: 50%;transform: translateY(-50%);}
.map_btn a.mob_btn {display: none; width: 100%; height: 35px; background-color: #fff; border-radius: 17.5px; position: relative; top: 0; left: 0; z-index: 99; margin-top: 15px; align-items: center; padding: 0 20px; transition: 0.2s 0.15s; box-shadow: 0 0 10px #0000002b; font-size: 13px;}
.map_btn a.mob_btn::after { content: "\e942"; font-family: 'xeicon'; font-size: 18px; position: absolute; right: 20px; } 
.map_btn li { margin-top: 5px;}
.map_btn li:first-child {margin-top: 0; border-top: none;}
.map_btn li a {display: flex; width: 100%; height: 100%; padding: 5px;  align-items: center; background: #fff; border-radius: 20px; border: 2px solid #343a44; font-size: 14px;}

/*map_btn :hover*/
.map_btn li.on a, .map_btn li:hover a, .map_btn li:focus a, .map_btn li:active a {background: #343a44; color: #fff;}
@media screen and (max-width: 1024px) {
    #container {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 540px) {
    /*헤더*/ header {
        width: 100%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }

    header h1 a {
        font-size: 18px;
    }

    header h1 a img {
        width: 30px;
        margin-right: 5px;
    }

    /* 왼쪽메뉴 */
    .select_btn {
        width: 100%;
        height: 35px;
        background-color: #fff;
        border-radius: 17.5px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 99;
        margin-top: 15px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        transition: 0.2s 0.15s;
        box-shadow: 0 0 10px #0000002b;
        font-size: 13px;
    }

    .select_btn::after {
        content: "\e942";
        font-family: 'xeicon';
        font-size: 18px;
        position: absolute;
        right: 20px;
    }

    .left_menu {
        width: 100%;
        height: 220px;
        position: fixed;
        left: 0;
        top: 50px;
        padding: 15px;
    }

    /*왼쪽메뉴 비활성시*/
    .left_menu:not(.active) {
        width: 100%;
        padding-left: 15px;
        height: 219px;
    }

    .left_menu:not(.active) div.depth02 {
        width: 100%;
        height: 0;
    }

    .left_menu:not(.active) div.depth02 > .dep02_fold {
        right: calc(50% - 25px);
    }

    .left_menu:not(.active) div.depth02 > .dep02_fold i {
        transform: rotate(90deg) !important;
    }

    .left_menu:not(.active) .srch_wrap, .left_menu:not(.active) {
        display: block;
    }

    /* 왼쪽메뉴 > 검색창 */
    .left_menu .srch_wrap .srch_tab {
        height: 30px;
        border-radius: 15px;
    }

    .left_menu .srch_wrap .srch_tab li a {
        font-size: 14px;
        line-height: 30px;
        border-radius: 15px;
    }

    .left_menu .srch_wrap form {
        position: relative;
        margin: 15px 0;
    }

    .left_menu .srch_wrap form input {
        height: 35px;
        border-radius: 17.5px;
        line-height: 35px;
    }

    .left_menu .srch_wrap form input::placeholder {
        font-size: 14px;
    }

    .left_menu .srch_wrap form button {
        width: 35px;
        height: 35px;
        border-radius: 17.5px;
        font-size: 17px;
    }

    /* 왼쪽메뉴 > info */
    .left_menu .info_wrap {
        display: none;
    }

    /* depth01 */
    .left_menu ul.depth01 {
        display: block;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        z-index: 1;
        height: 0;
        width: calc(100% - 30px);
        position: absolute;
        left: 0;
        top: 136px;
        transition: 0.5s;
        margin: 0 15px;
        background-color: transparent;
        overflow: hidden;
    }

    .left_menu ul.depth01 > li {
        width: 100%;
        border-bottom: none;
        background-color: #fff;
        padding: 0 20px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    }

    .left_menu ul.depth01 > li:last-child {
        border-radius: 0 0 10px 10px;
    }

    .left_menu ul.depth01 > li > .dep01_btn {
        width: 100%;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
        transition: 0.5s;
        border-top: 1px solid #eee;
    }

    .left_menu ul.depth01 > li > .dep01_btn::before {
        display: none;
    }

    .left_menu ul.depth01 > li > .dep01_btn span {
        color: #222;
        font-size: 14px;
        position: relative;
        z-index: 1;
        line-height: 1.2;
    }

    .left_menu ul.depth01 > li > .dep01_btn:hover::after, .left_menu ul.depth01 > li > .dep01_btn:focus::after, .left_menu ul.depth01 > li > .dep01_btn::after {
        content: none;
    }

    .left_menu ul.depth01 > li > .dep01_btn .img, .left_menu ul.depth01 > li > .dep01_btn br {
        display: none;
    }

    .left_menu ul.depth01.depth01_down {
        top: 194px;
        height: auto;
        overflow: unset;
    }

    .left_menu .depth01 > li > .dep01_btn:hover, .left_menu .depth01 > li > .dep01_btn:focus, .left_menu .depth01 > li.btn_show .dep01_btn {
        background: #fff;
    }

    .left_menu .depth01 > li > .dep01_btn:hover span, .left_menu .depth01 > li > .dep01_btn:focus span, .left_menu .depth01 > li > .dep01_btn:active span, .left_menu .depth01 > li.btn_show .dep01_btn span {
        color: #1660b4;
    }

    /* depth02 */
    .left_menu div.depth02 {
        position: fixed;
        top: 60px;
        left: 0;
        height: 150px;
        width: 100vw;
        background-color: #fff;
        padding: 0 20px;
        transition: all 0.5s;
    }

    .left_menu div.depth02::after {
        content: "";
        width: 100%;
        height: 25px;
        top: 221px;
        left: 0;
        position: fixed;
        background-color: var(--maincolor);
        z-index: 1;
    }

    .left_menu div.depth02 > div {
        padding: 8px 20px;
        margin-bottom: 10px;
    }

    .left_menu div.depth02 > div.font_min br {
        display: none;
    }

    .left_menu div.depth02 > ul li a img {
        max-width: 24px;
        margin-right: 5px;
    }

    .left_menu div.depth02 > .dep02_fold {
        right: calc(50% - 25px);
        top: auto;
        bottom: -24px;
        width: 50px;
        height: 24px;
        border-radius: 0 0 10px 10px;
    }

    .left_menu .depth01 > li .depth02 > .dep02_fold i {
        transform: rotate(180deg);
    }

    .left_menu .depth01 > li.active .depth02 {
        display: block;
        left: 0;
        top: 268px;
        padding-bottom: 10px;
        box-shadow: 25px 20px 50px -25px rgba(34, 34, 34, 0.2);
    }

    .left_menu .depth01 > li.active .depth02 > .dep02_fold i {
        transform: rotate(270deg);
    }

    .left_menu .depth01 > li.active .depth02 > .dep02_fold:focus i, .left_menu .depth01 > li.active .depth02 > .dep02_fold:hover i {
        transform: rotate(90deg);
    }

    .map_layer .map_info {
        left: calc(50% - 120px);
        width: 390px;
    }

    .map_layer .map_info .info_tit {
        height: 65px;
        flex-wrap: wrap;
        padding-top: 5px;
    }
 
    .map_layer .map_info .info_tit > span {
        width: calc(100% - 5rem);
    }

    .map_layer .map_info .info_tit a {
        margin-bottom: 5px;
    }

    .map_layer .map_info .info_tit a:nth-of-type(1) {
        margin-left: 33px;
    }

    .map_layer .map_info .info_txt p {
        width: 100%;
    }

    .map_layer .map_info .info_tabBox .resultInfo .tbl_st {
        overflow-x: auto;
    }

    .map_layer .map_info .info_tabBox .resultInfo .tbl_st table {
        width: 540px
    }

    
 /*map_btn 추가*/
.map_btn {position: relative; width: 100%;top: auto; right:auto; transform: translateY(0);  z-index: 100;}
.map_btn a.mob_btn {display: flex;}
.map_btn ul{display: none; flex-wrap: wrap;}
.map_btn.open ul {position: absolute; display: flex; top: 28px; width: 100%; height: 200px; padding: 10px; overflow-y: auto; background: #fff; border-radius: 0 0 10px 10px;  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);}
.map_btn li{ display: block; margin-top: 0; width: 50%;}
.map_btn li a {border: none;  width: 100%; height: 42px;display: flex;  align-items: center; justify-content: center; position: relative;  border-radius: 0;  transition: 0.5s;  border-top: 1px solid #eee;}

/*map_btn :hover*/
.map_btn li.on a, .map_btn li:hover a, .map_btn li:focus a, .map_btn li:active a {background: #fff; color:#1660b4;}
}
