@charset "UTF-8";
@font-face {
  font-family: "NanumSquare";
  font-weight: 400;
  src: url(../font/NanumSquareR.eot);
  src: local(NanumSquareR), url(../font/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../font/NanumSquareR.woff) format("woff"), url(../font/NanumSquareR.ttf) format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 700;
  src: url(../font/NanumSquareB.eot);
  src: local(NanumSquareB), url(../font/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../font/NanumSquareB.woff) format("woff"), url(../font/NanumSquareB.ttf) format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 800;
  src: url(../font/NanumSquareEB.eot);
  src: local(NanumSquareEB), url(../font/NanumSquareEB.eot?#iefix) format("embedded-opentype"), url(../font/NanumSquareEB.woff) format("woff"), url(../font/NanumSquareEB.ttf) format("truetype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 300;
  src: url(../font/NanumSquareL.eot);
  src: local(NanumSquareL), url(../font/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../font/NanumSquareL.woff) format("woff"), url(../font/NanumSquareL.ttf) format("truetype");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  height: 100%;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  font-family: NanumSquare;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none !important;
  cursor: pointer;
}

div, span, label, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  display: block;
  text-decoration: none;
}

.f_L {
  float: left;
}

.f_L::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.f_R {
  float: right;
}

.f_R::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: NanumSquare;
}

p, li, a, button, select, label, span {
  -webkit-transform: skew(-0.1deg);
          transform: skew(-0.1deg);
}

button:focus, input:focus, select:focus {
  outline: none;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: crisp-edges;
}

/*  일반적인 스마트폰의 세로모드 */
@media only screen and (max-width: 420px) {
  .body {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: #487BF6;
    display: inline-block;
  }
  .body .Header {
    width: 100%;
    height: 60px;
    padding: 13px 18px 12px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .body .Header .Logo {
    width: 210px;
    height: 35px;
    margin-right: 20px;
    float: left;
  }
  .body .Header .Logo a {
    color: #ffffff;
    font-size: 15px;
	line-height: 19px;
    font-weight: bold;
  }
  .body .Header .Logo a img {
    float: left;
    margin-right: 9px;
  }
  .body .Header .Title {
    display: none;
    width: auto;
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .Header .Navigation {
    display: none;
    width: auto;
    float: right;
  }
  .body .Header .Navigation ul {
    height: 30px;
    line-height: 44px;
  }
  .body .Header .Navigation ul li {
    float: left;
  }
  .body .Header .Navigation ul li a {
    color: #ffffff;
    float: left;
  }
  .body .Header .Navigation ul li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../images/Arrow_R.svg) no-repeat center center;
    margin: 0px 8px;
  }
  .body .Header .MenuBtn {
    width: 24px;
    height: 24px;
    padding: 0px;
    position: absolute;
    right: 18px;
    z-index: 999;
  }
  .body .Header .MenuBtn .DF {
    display: block;
  }
  .body .Header .MenuBtn .CS {
    display: none;
  }
  .body .Header .MenuBtn.active .DF {
    display: none;
  }
  .body .Header .MenuBtn.active .CS {
    display: block;
  }
  .body .Header .LoginWrap {
    display: none;
  }
  .body .LeftMenuWrap {
    display: none;
    max-width: 400px;
    width: calc(100% - 160px);
    min-height: 100vh;
    height: 100%;
    overflow: auto;
    background: linear-gradient(177.64deg, #81C5E8 0.18%, #41ABE1 99.7%);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    float: right;
    padding: 20px 23px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 99;
  }
  .body .LeftMenuWrap .MenuClose {
    width: 15px;
    height: 15px;
    padding: 0px;
    margin-bottom: 12px;
    float: right;
  }
  .body .LeftMenuWrap .LoginWrap_M {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .body .LeftMenuWrap .LoginWrap_M p, .body .LeftMenuWrap .LoginWrap_M button {
    color: #ffffff;
  }
  .body .LeftMenuWrap .LoginWrap_M p {
    display: none;
  }
  .body .LeftMenuWrap .LoginWrap_M p.active {
    display: block;
  }
  .body .LeftMenuWrap .LoginWrap_M .LoginBtn {
    display: none;
  }
  .body .LeftMenuWrap .LoginWrap_M .LoginBtn.active {
    display: block;
  }
  .body .LeftMenuWrap ul li {
    height: 65px;
    line-height: 65px;
  }
  .body .LeftMenuWrap ul li a {
    width: 100%;
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li a img {
    margin-right: 17px;
    vertical-align: middle;
    margin-top: -5px;
  }
  .body .LeftMenuWrap ul li a img.defaimg {
    display: inline-block;
  }
  .body .LeftMenuWrap ul li a img.actimg {
    display: none;
  }
  .body .LeftMenuWrap ul li.TopList .SubMenu {
    display: none;
  }
  .body .LeftMenuWrap ul li.TopList > a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.TopList.active {
    height: auto;
  }
  .body .LeftMenuWrap ul li.TopList.active > a {
    font-weight: 800;
    position: relative;
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.TopList.active > a:after {
    content: "";
    display: inline-block;
    float: right;
    width: 15px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url(../images/Arrow_B.svg);
    cursor: pointer;
  }
  .body .LeftMenuWrap ul li.TopList.active ul {
    display: block;
    padding-left: 41px;
    margin-bottom: 20px;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li {
    height: 40px;
    line-height: 40px;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li a {
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li.active a {
    color: #ffffff;
  }
  .body .LeftMenuWrap.active {
    display: block;
  }
  .body .RightWrap {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    padding: 10px;
  }
  .body .RightWrap .M_Title {
    width: 100%;
    height: 40px;
    color: #ffffff;
    display: block;
    padding: 6px 0px 8px 0px;
    font-weight: 800;
    font-size: 20px;
  }
  .body .RightWrap .M_Title img {
    width: 18px;
    max-width: 100%;
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .GIS {
    width: 100%;
    height: 440px;
    
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
  }
  .body .RightWrap .GIS .BtnWrap {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
  }
  .body .RightWrap .GIS .BtnWrap button {
    display: block;
    width: auto;
    min-width: 76px;
    height: 28px;
    padding: 6px 7px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    font-size: 11px;
    color: #212438;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-bottom: 5px;
  }
  .body .RightWrap .GIS .BtnWrap button img {
    width: 16px;
    max-width: 100%;
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .GIS .BtnWrap button span {
    display: none;
  }
  .body .RightWrap .GIS .BtnWrap button.active {
    padding: 0px 1px;
    border: 3px solid #73BFE6;
  }
  .body .RightWrap .GIS .BtnWrap.active {
    padding: 8px 26px;
    border: 5px solid #73BFE6;
  }
  .body .RightWrap .GIS .DataValueM {
    max-width: 60px;
    max-height: 60px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
            box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
    position: absolute;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
    border-radius: 100px;
  }
  .body .RightWrap .GIS .DataValueM p {
    line-height: 17px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    background-color: #41ABE1;
    padding: 16px;
    border-radius: 100px;
  }
  .body .RightWrap .GIS .DataValueM p.Good {
    background-color: #73BFE6;
  }
  .body .RightWrap .GIS .DataValueM p.SoSo {
    background-color: #7FC45A;
  }
  .body .RightWrap .GIS .DataValueM p.Bad {
    background-color: #E9B544;
  }
  .body .RightWrap .GIS .DataValueM p.VeryBad {
    background-color: #D55842;
  }
  .body .RightWrap .GIS .DataValueM:hover {
    max-width: 70px;
    max-height: 70px;
    border: 10px solid #ffffff;
  }
  .body .RightWrap .GIS .DataValueL {
    max-width: 70px;
    max-height: 70px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
            box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
    position: absolute;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    left: 50%;
    top: 50%;
    cursor: pointer;
    border-radius: 100px;
  }
  .body .RightWrap .GIS .DataValueL p {
    line-height: 27px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    background-color: #41ABE1;
    padding: 16px;
    border-radius: 100px;
  }
  .body .RightWrap .GIS .DataValueL p.Good {
    background-color: #73BFE6;
  }
  .body .RightWrap .GIS .DataValueL p.SoSo {
    background-color: #7FC45A;
  }
  .body .RightWrap .GIS .DataValueL p.Bad {
    background-color: #E9B544;
  }
  .body .RightWrap .GIS .DataValueL p.VeryBad {
    background-color: #D55842;
  }
  .body .RightWrap .GIS .DataValueL:hover {
    max-width: 80px;
    max-height: 80px;
    border: 10px solid #ffffff;
  }
  .body .RightWrap .ValueLegend {
    display: block;
    width: 105px;
    height: auto;
    max-height: 169px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
  }
  .body .RightWrap .ValueLegend ul li {
    height: auto;
    line-height: 30px;
    padding: 0px 7px;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    font-size: 14px;
  }
  .body .RightWrap .ValueLegend ul li a {
    color: #a6a6a6;
  }
  .body .RightWrap .ValueLegend ul li a.Value::after {
    content: "";
    display: inline-block;
    float: right;
    background: url(../images/SelectBtn.svg) no-repeat left top;
    width: 9px;
    height: 6px;
    margin: 12px 6px 12px 0px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .body .RightWrap .ValueLegend ul li a.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .body .RightWrap .ValueLegend .SubValue {
    height: 0px;
    visibility: hidden;
    margin-bottom: 6px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    overflow: hidden;
  }
  .body .RightWrap .ValueLegend .SubValue li {
    height: 30px;
    line-height: 30px;
    padding: 0px;
    display: block;
  }
  .body .RightWrap .ValueLegend .SubValue li a {
    display: inline-block;
    color: #212438;
  }
  .body .RightWrap .ValueLegend .SubValue li::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 9px;
    border-radius: 50px;
  }
  .body .RightWrap .ValueLegend .SubValue li.Good::before {
    background-color: #73BFE6;
  }
  .body .RightWrap .ValueLegend .SubValue li.SoSo::before {
    background-color: #7FC45A;
  }
  .body .RightWrap .ValueLegend .SubValue li.Bad::before {
    background-color: #E9B544;
  }
  .body .RightWrap .ValueLegend .SubValue li.VeryBad::before {
    background-color: #D55842;
  }
  .body .RightWrap .ValueLegend .SubValue.active {
    height: auto;
    visibility: visible;
  }
  .body .MarkerLayer {
    display: block;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -3px 11px rgba(0, 0, 0, 0.16);
            box-shadow: 0px -3px 11px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
  }
  .body .MarkerLayer .LayerTitle {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(118, 138, 188, 0.5);
    padding: 15px 23px 15px 30px;
  }
  .body .MarkerLayer .LayerTitle p {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    color: #a6a6a6;
    font-weight: bold;
  }
  .body .MarkerLayer .LayerTitle p.PointerActive .Date {
    display: none;
  }
  .body .MarkerLayer .LayerTitle p::before {
    content: "";
    display: inline-block;
    background: url(../images/SpotPointer.svg) no-repeat left top;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
  }
  .body .MarkerLayer .LayerTitle button {
    display: none;
  }
  .body .MarkerLayer .ValueWrap {
    width: 100%;
    display: inline-block;
    padding: 25px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .Chart {
    float: left;
    max-width: 102px;
    height: 102px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .Chart img {
    width: auto;
    max-width: 100%;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .ChartValue {
    float: right;
    margin-left: 25px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .ChartValue p {
    width: 84px;
    height: 27px;
    padding: 5px 14px;
    background-color: #5CC8FF;
    border-radius: 50px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin: 15px auto;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .ChartValue p span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .ChartValue .M_Date {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #a6a6a6;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .MarkerLayer .ValueWrap .GraphWrap {
    width: 100%;
    max-height: 200px;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #f6f8fa;
    padding: 10px;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap img {
    display: none;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap img.M_img {
    display: block;
  }
}
/*  일반적인 스마트폰의 가로모드 */
@media only screen and (min-width: 421px) and (max-width: 767px) {
  .body {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: #487BF6;
    display: inline-block;
  }
  .body .Header {
    width: 100%;
    height: 60px;
    padding: 13px 18px 12px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .body .Header .Logo {
    width: 210px;
    height: 35px;
    margin-right: 20px;
    float: left;
  }
  .body .Header .Logo a {
    color: #ffffff;
    font-size: 15px;
	line-height: 19px;
    font-weight: bold;
  }
  .body .Header .Logo a img {
    float: left;
    margin-right: 9px;
  }
  .body .Header .Title {
    display: none;
    width: auto;
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .Header .Navigation {
    display: none;
    width: auto;
    float: right;
  }
  .body .Header .Navigation ul {
    height: 30px;
    line-height: 44px;
  }
  .body .Header .Navigation ul li {
    float: left;
  }
  .body .Header .Navigation ul li a {
    color: #ffffff;
    float: left;
  }
  .body .Header .Navigation ul li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../images/Arrow_R.svg) no-repeat center center;
    margin: 0px 8px;
  }
  .body .Header .MenuBtn {
    width: 24px;
    height: 24px;
    padding: 0px;
    position: absolute;
    right: 18px;
    z-index: 999;
  }
  .body .Header .MenuBtn .DF {
    display: block;
  }
  .body .Header .MenuBtn .CS {
    display: none;
  }
  .body .Header .MenuBtn.active .DF {
    display: none;
  }
  .body .Header .MenuBtn.active .CS {
    display: block;
  }
  .body .Header .LoginWrap {
    display: none;
  }
  .body .LeftMenuWrap {
    display: none;
    max-width: 400px;
    width: calc(100% - 160px);
    min-height: 100vh;
    height: 100%;
    overflow: auto;
    background: linear-gradient(177.64deg, #81C5E8 0.18%, #41ABE1 99.7%);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    float: right;
    padding: 20px 23px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 99;
  }
  .body .LeftMenuWrap .MenuClose {
    width: 15px;
    height: 15px;
    padding: 0px;
    margin-bottom: 12px;
    float: right;
  }
  .body .LeftMenuWrap .LoginWrap_M {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .body .LeftMenuWrap .LoginWrap_M p, .body .LeftMenuWrap .LoginWrap_M button {
    color: #ffffff;
  }
  .body .LeftMenuWrap .LoginWrap_M p {
    display: none;
  }
  .body .LeftMenuWrap .LoginWrap_M p.active {
    display: block;
  }
  .body .LeftMenuWrap .LoginWrap_M .LoginBtn {
    display: none;
  }
  .body .LeftMenuWrap .LoginWrap_M .LoginBtn.active {
    display: block;
  }
  .body .LeftMenuWrap ul li {
    height: 65px;
    line-height: 65px;
  }
  .body .LeftMenuWrap ul li a {
    width: 100%;
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li a img {
    margin-right: 17px;
    vertical-align: middle;
    margin-top: -5px;
  }
  .body .LeftMenuWrap ul li a img.defaimg {
    display: inline-block;
  }
  .body .LeftMenuWrap ul li a img.actimg {
    display: none;
  }
  .body .LeftMenuWrap ul li .dn {
    display: none;
  }
  .body .LeftMenuWrap ul li.subactive {
    height: auto;
  }
  .body .LeftMenuWrap ul li.subactive > a {
    font-weight: 800;
    position: relative;
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.subactive > a img {
    margin-right: 17px;
    vertical-align: middle;
    margin-top: -5px;
  }
  .body .LeftMenuWrap ul li.subactive > a img.defaimg {
    display: none;
  }
  .body .LeftMenuWrap ul li.subactive > a img.actimg {
    display: inline-block;
  }
  .body .LeftMenuWrap ul li.subactive ul {
    padding-left: 41px;
    margin-bottom: 20px;
  }
  .body .LeftMenuWrap ul li.subactive ul li {
    height: 40px;
    line-height: 40px;
  }
  .body .LeftMenuWrap ul li.subactive ul li a {
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li.subactive ul li a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.subactive ul li.active a {
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.TopList .SubMenu {
    display: none;
  }
  .body .LeftMenuWrap ul li.TopList > a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.TopList.subactive {
    position: relative;
  }
  .body .LeftMenuWrap ul li.TopList.subactive .SubMenu.subactive {
    display: block;
  }
  .body .LeftMenuWrap ul li.TopList.subactive > a::after {
    content: "";
    display: inline-block;
    float: right;
    width: 15px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url(../images/Arrow_B.svg);
    cursor: pointer;
  }
  .body .LeftMenuWrap ul li.TopList.active {
    height: auto;
  }
  .body .LeftMenuWrap ul li.TopList.active > a {
    font-weight: 800;
    position: relative;
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.TopList.active > a:after {
    content: "";
    display: inline-block;
    float: right;
    width: 15px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url(../images/Arrow_B.svg);
    cursor: pointer;
  }
  .body .LeftMenuWrap ul li.TopList.active ul {
    display: block;
    padding-left: 41px;
    margin-bottom: 20px;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li {
    height: 40px;
    line-height: 40px;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li a {
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li.active a {
    color: #ffffff;
  }
  .body .LeftMenuWrap.active {
    display: block;
  }
  .body .RightWrap {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    padding: 10px;
  }
  .body .RightWrap .M_Title {
    width: 100%;
    height: 40px;
    color: #ffffff;
    display: block;
    padding: 6px 0px 8px 0px;
    font-weight: 800;
    font-size: 20px;
  }
  .body .RightWrap .M_Title img {
    width: 18px;
    max-width: 100%;
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .GIS {
    width: 100%;
    height: 440px;
    
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
  }
  .body .RightWrap .GIS .BtnWrap {
    position: absolute;
    top: 80px;
    left: 10px;
    z-index: 9;
  }
  .body .RightWrap .GIS .BtnWrap button {
    display: block;
    width: auto;
    min-width: 76px;
    height: 28px;
    padding: 6px 7px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    font-size: 11px;
    color: #212438;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-bottom: 5px;
  }
  .body .RightWrap .GIS .BtnWrap button img {
    width: 16px;
    max-width: 100%;
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .GIS .BtnWrap button span {
    display: none;
  }
  .body .RightWrap .GIS .BtnWrap button.active {
    padding: 0px 1px;
    border: 3px solid #73BFE6;
  }
  .body .RightWrap .GIS .BtnWrap.active {
    padding: 8px 26px;
    border: 5px solid #73BFE6;
  }
  .body .RightWrap .GIS .DataValueM {
    max-width: 60px;
    max-height: 60px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
            box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
    position: absolute;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
    border-radius: 100px;
  }
  .body .RightWrap .GIS .DataValueM p {
    line-height: 17px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    background-color: #41ABE1;
    padding: 16px;
    border-radius: 100px;
  }
  .body .RightWrap .GIS .DataValueM p.Good {
    background-color: #73BFE6;
  }
  .body .RightWrap .GIS .DataValueM p.SoSo {
    background-color: #7FC45A;
  }
  .body .RightWrap .GIS .DataValueM p.Bad {
    background-color: #E9B544;
  }
  .body .RightWrap .GIS .DataValueM p.VeryBad {
    background-color: #D55842;
  }
  .body .RightWrap .GIS .DataValueM:hover {
    max-width: 70px;
    max-height: 70px;
    border: 10px solid #ffffff;
  }
  .body .RightWrap .GIS .DataValueL {
    max-width: 70px;
    max-height: 70px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
            box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
    position: absolute;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    left: 50%;
    top: 50%;
    cursor: pointer;
    border-radius: 100px;
  }
  .body .RightWrap .GIS .DataValueL p {
    line-height: 27px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    background-color: #41ABE1;
    padding: 16px;
    border-radius: 100px;
  }
  .body .RightWrap .GIS .DataValueL p.Good {
    background-color: #73BFE6;
  }
  .body .RightWrap .GIS .DataValueL p.SoSo {
    background-color: #7FC45A;
  }
  .body .RightWrap .GIS .DataValueL p.Bad {
    background-color: #E9B544;
  }
  .body .RightWrap .GIS .DataValueL p.VeryBad {
    background-color: #D55842;
  }
  .body .RightWrap .GIS .DataValueL:hover {
    max-width: 80px;
    max-height: 80px;
    border: 10px solid #ffffff;
  }
  .body .RightWrap .ValueLegend {
    display: block;
    width: 105px;
    height: auto;
    max-height: 169px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
  }
  .body .RightWrap .ValueLegend ul li {
    height: auto;
    line-height: 30px;
    padding: 0px 7px;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    font-size: 14px;
  }
  .body .RightWrap .ValueLegend ul li a {
    color: #a6a6a6;
  }
  .body .RightWrap .ValueLegend ul li a.Value::after {
    content: "";
    display: inline-block;
    float: right;
    background: url(../images/SelectBtn.svg) no-repeat left top;
    width: 9px;
    height: 6px;
    margin: 12px 6px 12px 0px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .body .RightWrap .ValueLegend ul li a.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .body .RightWrap .ValueLegend .SubValue {
    height: 0px;
    visibility: hidden;
    margin-bottom: 6px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    overflow: hidden;
  }
  .body .RightWrap .ValueLegend .SubValue li {
    height: 30px;
    line-height: 30px;
    padding: 0px;
    display: block;
  }
  .body .RightWrap .ValueLegend .SubValue li a {
    display: inline-block;
    color: #212438;
  }
  .body .RightWrap .ValueLegend .SubValue li::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 9px;
    border-radius: 50px;
  }
  .body .RightWrap .ValueLegend .SubValue li.Good::before {
    background-color: #73BFE6;
  }
  .body .RightWrap .ValueLegend .SubValue li.SoSo::before {
    background-color: #7FC45A;
  }
  .body .RightWrap .ValueLegend .SubValue li.Bad::before {
    background-color: #E9B544;
  }
  .body .RightWrap .ValueLegend .SubValue li.VeryBad::before {
    background-color: #D55842;
  }
  .body .RightWrap .ValueLegend .SubValue.active {
    height: auto;
    visibility: visible;
  }
  .body .MarkerLayer {
    display: block;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -3px 11px rgba(0, 0, 0, 0.16);
            box-shadow: 0px -3px 11px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
  }
  .body .MarkerLayer .LayerTitle {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(118, 138, 188, 0.5);
    padding: 15px 23px 15px 30px;
  }
  .body .MarkerLayer .LayerTitle p {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    color: #a6a6a6;
    font-weight: bold;
  }
  .body .MarkerLayer .LayerTitle p.PointerActive .Date {
    display: none;
  }
  .body .MarkerLayer .LayerTitle p::before {
    content: "";
    display: inline-block;
    background: url(../images/SpotPointer.svg) no-repeat left top;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
  }
  .body .MarkerLayer .LayerTitle button {
    display: none;
  }
  .body .MarkerLayer .ValueWrap {
    width: 100%;
    display: inline-block;
    padding: 25px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .Chart {
    float: left;
    max-width: 102px;
    height: 102px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .Chart img {
    width: auto;
    max-width: 100%;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .ChartValue {
    float: right;
    margin-left: 25px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .ChartValue p {
    width: 84px;
    height: 27px;
    padding: 5px 14px;
    background-color: #5CC8FF;
    border-radius: 50px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin: 15px auto;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .ChartValue p span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .ChartValue .M_Date {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #a6a6a6;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .MarkerLayer .ValueWrap .GraphWrap {
    width: 100%;
    max-height: 200px;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #f6f8fa;
    padding: 10px;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap img {
    display: none;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap img.M_img {
    display: block;
  }
}
/* 세로 모드의 태블릿이나 큰 화면을 가진 스마트폰의 가로모드 */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .body {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: #487BF6;
    display: inline-block;
  }
  .body .Header {
    width: 100%;
    height: 60px;
    padding: 13px 18px 12px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .body .Header .Logo {
    width: 210px;
    height: 35px;
    margin-right: 20px;
    float: left;
  }
  .body .Header .Logo a {
    color: #ffffff;
    font-size: 15px;
	line-height: 19px;
    font-weight: bold;
  }
  .body .Header .Logo a img {
    float: left;
    margin-right: 9px;
  }
  .body .Header .Title {
    display: none;
    width: auto;
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .Header .Navigation {
    display: none;
    width: auto;
    float: right;
  }
  .body .Header .Navigation ul {
    height: 30px;
    line-height: 44px;
  }
  .body .Header .Navigation ul li {
    float: left;
  }
  .body .Header .Navigation ul li a {
    color: #ffffff;
    float: left;
  }
  .body .Header .Navigation ul li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../images/Arrow_R.svg) no-repeat center center;
    margin: 0px 8px;
  }
  .body .Header .MenuBtn {
    width: 24px;
    height: 24px;
    padding: 0px;
    position: absolute;
    right: 18px;
    z-index: 999;
  }
  .body .Header .MenuBtn .DF {
    display: block;
  }
  .body .Header .MenuBtn .CS {
    display: none;
  }
  .body .Header .MenuBtn.active .DF {
    display: none;
  }
  .body .Header .MenuBtn.active .CS {
    display: block;
  }
  .body .LeftMenuWrap {
    display: none;
    max-width: 400px;
    width: calc(100% - 160px);
    min-height: 100vh;
    height: 100%;
    overflow: auto;
    background: linear-gradient(177.64deg, #81C5E8 0.18%, #41ABE1 99.7%);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    float: right;
    padding: 20px 23px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 99;
  }
  .body .LeftMenuWrap .LoginWrap_M {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .body .LeftMenuWrap .LoginWrap_M p, .body .LeftMenuWrap .LoginWrap_M button {
    color: #ffffff;
  }
  .body .LeftMenuWrap .LoginWrap_M p {
    display: none;
  }
  .body .LeftMenuWrap .LoginWrap_M p.active {
    display: block;
  }
  .body .LeftMenuWrap .LoginWrap_M .LoginBtn {
    display: none;
  }
  .body .LeftMenuWrap .LoginWrap_M .LoginBtn.active {
    display: block;
  }
  .body .LeftMenuWrap .MenuClose {
    width: 15px;
    height: 15px;
    padding: 0px;
    margin-bottom: 12px;
    float: right;
  }
  .body .LeftMenuWrap ul li {
    height: 65px;
    line-height: 65px;
  }
  .body .LeftMenuWrap ul li a {
    width: 100%;
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li a img {
    margin-right: 17px;
    vertical-align: middle;
    margin-top: -5px;
  }
  .body .LeftMenuWrap ul li a img.defaimg {
    display: inline-block;
  }
  .body .LeftMenuWrap ul li a img.actimg {
    display: none;
  }
  .body .LeftMenuWrap ul li .dn {
    display: none;
  }
  .body .LeftMenuWrap ul li.subactive {
    height: auto;
  }
  .body .LeftMenuWrap ul li.subactive > a {
    font-weight: 800;
    position: relative;
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.subactive > a img {
    margin-right: 17px;
    vertical-align: middle;
    margin-top: -5px;
  }
  .body .LeftMenuWrap ul li.subactive > a img.defaimg {
    display: none;
  }
  .body .LeftMenuWrap ul li.subactive > a img.actimg {
    display: inline-block;
  }
  .body .LeftMenuWrap ul li.subactive ul {
    padding-left: 41px;
    margin-bottom: 20px;
  }
  .body .LeftMenuWrap ul li.subactive ul li {
    height: 40px;
    line-height: 40px;
  }
  .body .LeftMenuWrap ul li.subactive ul li a {
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li.subactive ul li a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.subactive ul li.active a {
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.TopList .SubMenu {
    display: none;
  }
  .body .LeftMenuWrap ul li.TopList > a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.TopList.subactive {
    position: relative;
  }
  .body .LeftMenuWrap ul li.TopList.subactive .SubMenu.subactive {
    display: block;
  }
  .body .LeftMenuWrap ul li.TopList.subactive > a::after {
    content: "";
    display: inline-block;
    float: right;
    width: 15px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url(../images/Arrow_B.svg);
    cursor: pointer;
  }
  .body .LeftMenuWrap ul li.TopList.active {
    height: auto;
  }
  .body .LeftMenuWrap ul li.TopList.active > a {
    font-weight: 800;
    position: relative;
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.TopList.active > a:after {
    content: "";
    display: inline-block;
    float: right;
    width: 15px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url(../images/Arrow_B.svg);
    cursor: pointer;
  }
  .body .LeftMenuWrap ul li.TopList.active ul {
    display: block;
    padding-left: 41px;
    margin-bottom: 20px;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li {
    height: 40px;
    line-height: 40px;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li a {
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li.active a {
    color: #ffffff;
  }
  .body .LeftMenuWrap.active {
    display: block;
  }
  .body .RightWrap {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    padding: 10px;
  }
  .body .RightWrap .M_Title {
    width: 100%;
    height: 40px;
    color: #ffffff;
    display: block;
    padding: 6px 0px 8px 0px;
    font-weight: 800;
    font-size: 20px;
  }
  .body .RightWrap .M_Title img {
    width: 18px;
    max-width: 100%;
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .GIS {
    width: 100%;
    height: 440px;
    
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
  }
  .body .RightWrap .GIS .BtnWrap {
    position: absolute;
    top: 80px;
    left: 10px;
    z-index: 9;
  }
  .body .RightWrap .GIS .BtnWrap button {
    display: block;
    width: auto;
    min-width: 130px;
    height: 47px;
    padding: 7px 16px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    font-size: 16px;
    color: #212438;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-bottom: 10px;
  }
  .body .RightWrap .GIS .BtnWrap button img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .GIS .BtnWrap button span {
    display: none;
  }
  .body .RightWrap .GIS .BtnWrap.active {
    padding: 8px 26px;
    border: 5px solid #73BFE6;
  }
  .body .RightWrap .GIS .DataValueM {
    max-width: 60px;
    max-height: 60px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
            box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
    position: absolute;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
    border-radius: 100px;
  }
  .body .RightWrap .GIS .DataValueM p {
    line-height: 17px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    background-color: #41ABE1;
    padding: 16px;
    border-radius: 100px;
  }
  .body .RightWrap .GIS .DataValueM p.Good {
    background-color: #73BFE6;
  }
  .body .RightWrap .GIS .DataValueM p.SoSo {
    background-color: #7FC45A;
  }
  .body .RightWrap .GIS .DataValueM p.Bad {
    background-color: #E9B544;
  }
  .body .RightWrap .GIS .DataValueM p.VeryBad {
    background-color: #D55842;
  }
  .body .RightWrap .GIS .DataValueM:hover {
    max-width: 70px;
    max-height: 70px;
    border: 10px solid #ffffff;
  }
  .body .RightWrap .GIS .DataValueL {
    max-width: 70px;
    max-height: 70px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
            box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
    position: absolute;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    left: 50%;
    top: 50%;
    cursor: pointer;
    border-radius: 100px;
  }
  .body .RightWrap .GIS .DataValueL p {
    line-height: 27px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    background-color: #41ABE1;
    padding: 16px;
    border-radius: 100px;
  }
  .body .RightWrap .GIS .DataValueL p.Good {
    background-color: #73BFE6;
  }
  .body .RightWrap .GIS .DataValueL p.SoSo {
    background-color: #7FC45A;
  }
  .body .RightWrap .GIS .DataValueL p.Bad {
    background-color: #E9B544;
  }
  .body .RightWrap .GIS .DataValueL p.VeryBad {
    background-color: #D55842;
  }
  .body .RightWrap .GIS .DataValueL:hover {
    max-width: 80px;
    max-height: 80px;
    border: 10px solid #ffffff;
  }
  .body .RightWrap .ValueLegend {
    display: block;
    width: 145px;
    height: auto;
    max-height: 169px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
  }
  .body .RightWrap .ValueLegend ul li {
    height: auto;
    line-height: 30px;
    padding: 0px 14px;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .RightWrap .ValueLegend ul li a {
    color: #a6a6a6;
  }
  .body .RightWrap .ValueLegend ul li a.Value::after {
    content: "";
    display: inline-block;
    float: right;
    background: url(../images/SelectBtn.svg) no-repeat left top;
    width: 9px;
    height: 6px;
    margin: 12px 6px 12px 0px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .body .RightWrap .ValueLegend ul li a.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .body .RightWrap .ValueLegend .SubValue {
    height: 0px;
    visibility: hidden;
    margin-bottom: 6px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    overflow: hidden;
  }
  .body .RightWrap .ValueLegend .SubValue li {
    height: 30px;
    line-height: 30px;
    padding: 0px;
    display: block;
  }
  .body .RightWrap .ValueLegend .SubValue li a {
    display: inline-block;
    color: #212438;
  }
  .body .RightWrap .ValueLegend .SubValue li::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 9px;
    border-radius: 50px;
  }
  .body .RightWrap .ValueLegend .SubValue li.Good::before {
    background-color: #73BFE6;
  }
  .body .RightWrap .ValueLegend .SubValue li.SoSo::before {
    background-color: #7FC45A;
  }
  .body .RightWrap .ValueLegend .SubValue li.Bad::before {
    background-color: #E9B544;
  }
  .body .RightWrap .ValueLegend .SubValue li.VeryBad::before {
    background-color: #D55842;
  }
  .body .RightWrap .ValueLegend .SubValue.active {
    height: auto;
    visibility: visible;
  }
  .body .MarkerLayer {
    display: block;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -3px 11px rgba(0, 0, 0, 0.16);
            box-shadow: 0px -3px 11px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
  }
  .body .MarkerLayer .LayerTitle {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(118, 138, 188, 0.5);
    padding: 15px 23px 15px 30px;
  }
  .body .MarkerLayer .LayerTitle p {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    color: #a6a6a6;
    font-size: 20px;
    font-weight: bold;
  }
  .body .MarkerLayer .LayerTitle p.PointerActive .Date {
    display: inline-block;
    font-size: 13px;
    margin-right: 8px;
  }
  .body .MarkerLayer .LayerTitle p::before {
    content: "";
    display: inline-block;
    background: url(../images/SpotPointer.svg) no-repeat left top;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
  }
  .body .MarkerLayer .LayerTitle button {
    display: none;
  }
  .body .MarkerLayer .ValueWrap {
    width: 100%;
    display: inline-block;
    padding: 25px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap {
    width: 220px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap p {
    width: 84px;
    height: 27px;
    padding: 5px 14px;
    background-color: #5CC8FF;
    border-radius: 50px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-top: 15px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap p span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .M_Date {
    display: none;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap {
    width: calc(100% - 220px);
    float: right;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap img {
    width: auto;
    max-width: 100%;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap .M_img {
    display: none;
  }
  .body .MarkerLayer .M_Date {
    display: none;
  }
  .LoginWrap {
    display: none;
  }
}
/* 가로모드 태블릿이나 오래된 데스크탑 모니터 */
@media only screen and (min-width: 1200px) and (max-width: 1759px) {
  .body {
    width: 100%;
    height: 100vh;
    background-color: #487BF6;
    padding: 20px;
  }
      .body .RightWrap .GIS iframe {display: block; width: 100%; height: calc(100vh - 70px - 20px - 20px); border: none;}
  .body .Header {
    width: 100%;
    height: 70px;
    padding: 20px 0px;
    position: relative;
  }
  .body .Header .Logo {
    width: 210px;
    height: 35px;
    padding: 0px 10px;
    margin-right: 20px;
    float: left;
  }
  .body .Header .Logo a {
    color: #ffffff;
    font-size: 15px;
	line-height: 19px;
    font-weight: bold;
  }
  .body .Header .Logo a img {
    float: left;
    margin-right: 9px;
  }
  .body .Header .Title {
    width: auto;
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .Header .Navigation {
    width: auto;
    float: right;
  }
  .body .Header .Navigation ul {
    height: 30px;
    line-height: 44px;
  }
  .body .Header .Navigation ul li {
    float: left;
  }
  .body .Header .Navigation ul li a {
    color: #ffffff;
    float: left;
  }
  .body .Header .Navigation ul li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../images/Arrow_R.svg) no-repeat center center;
    margin: 0px 8px;
  }
  .body .Header .MenuBtn {
    display: none;
  }
  .body .Header .LoginWrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    right: 0px;
    top: 0px;
  }
  .body .Header .LoginWrap p, .body .Header .LoginWrap button {
    color: #ffffff;
  }
  .body .Header .LoginWrap p {
    display: none;
  }
  .body .Header .LoginWrap p.active {
    display: block;
  }
  .body .Header .LoginWrap .LoginBtn {
    display: none;
  }
  .body .Header .LoginWrap .LoginBtn.active {
    display: block;
  }
  .body .LeftMenuWrap {
    width: 210px;
    height: calc(100vh - 70px - 20px - 20px);
    background: linear-gradient(177.64deg, #81C5E8 0.18%, #41ABE1 99.7%);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    float: left;
    padding: 20px 23px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-right: 20px;
  }
  .body .LeftMenuWrap .LoginWrap_M {
    display: none;
  }
  .body .LeftMenuWrap ul li {
    height: 65px;
    line-height: 65px;
  }
  .body .LeftMenuWrap ul li a {
    width: 100%;
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li a img {
    margin-right: 17px;
    vertical-align: middle;
    margin-top: -5px;
  }
  .body .LeftMenuWrap ul li .dn {
    display: none;
  }
  .body .LeftMenuWrap ul li.subactive {
    height: auto;
  }
  .body .LeftMenuWrap ul li.subactive > a {
    font-weight: 800;
    position: relative;
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.subactive ul {
    padding-left: 41px;
    margin-bottom: 20px;
  }
  .body .LeftMenuWrap ul li.subactive ul li {
    height: 40px;
    line-height: 40px;
  }
  .body .LeftMenuWrap ul li.subactive ul li a {
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li.subactive ul li a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.subactive ul li.active a {
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.TopList .SubMenu {
    display: none;
  }
  .body .LeftMenuWrap ul li.TopList > a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.TopList.subactive {
    position: relative;
  }
  .body .LeftMenuWrap ul li.TopList.subactive .SubMenu.subactive {
    display: block;
  }
  .body .LeftMenuWrap ul li.TopList.subactive > a::after {
    content: "";
    display: inline-block;
    float: right;
    width: 15px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url(../images/Arrow_B.svg);
    cursor: pointer;
  }
  .body .LeftMenuWrap ul li.TopList.active {
    height: auto;
  }
  .body .LeftMenuWrap ul li.TopList.active > a {
    font-weight: 800;
    position: relative;
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.TopList.active > a:after {
    content: "";
    display: inline-block;
    float: right;
    width: 15px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url(../images/Arrow_B.svg);
    cursor: pointer;
  }
  .body .LeftMenuWrap ul li.TopList.active ul {
    display: block;
    padding-left: 41px;
    margin-bottom: 20px;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li {
    height: 40px;
    line-height: 40px;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li a {
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li.active a {
    color: #ffffff;
  }
  .body .RightWrap {
    width: calc(100% - 210px - 20px);
    height: calc(100vh - 70px - 20px - 20px);
    
    float: left;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .body .RightWrap .M_Title {
    display: none;
  }
  .body .RightWrap .BtnWrap {
    position: absolute;
    top: 20px;
    left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .body .RightWrap .BtnWrap button {
    display: inline-block;
    width: auto;
    min-width: 150px;
    height: 55px;
    padding: 13px 26px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    font-size: 16px;
    color: #212438;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .RightWrap .BtnWrap button img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .BtnWrap.active {
    padding: 8px 26px;
    border: 5px solid #73BFE6;
  }
  .body .ValueLegend {
    display: block;
    width: 145px;
    height: auto;
    max-height: 169px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    padding: 5px;
  }
  .body .ValueLegend ul li {
    height: auto;
    line-height: 30px;
    padding: 0px 14px;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .ValueLegend ul li a {
    color: #a6a6a6;
  }
  .body .ValueLegend ul li a.Value::after {
    content: "";
    display: inline-block;
    float: right;
    background: url(../images/SelectBtn.svg) no-repeat left top;
    width: 9px;
    height: 6px;
    margin: 12px 6px 12px 0px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .body .ValueLegend ul li a.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .body .ValueLegend .SubValue {
    height: 0px;
    visibility: hidden;
    margin-bottom: 6px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    overflow: hidden;
  }
  .body .ValueLegend .SubValue li {
    height: 30px;
    line-height: 30px;
    padding: 0px;
    display: block;
  }
  .body .ValueLegend .SubValue li a {
    display: inline-block;
    color: #212438;
  }
  .body .ValueLegend .SubValue li::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 9px;
    border-radius: 50px;
  }
  .body .ValueLegend .SubValue li.Good::before {
    background-color: #73BFE6;
  }
  .body .ValueLegend .SubValue li.SoSo::before {
    background-color: #7FC45A;
  }
  .body .ValueLegend .SubValue li.Bad::before {
    background-color: #E9B544;
  }
  .body .ValueLegend .SubValue li.VeryBad::before {
    background-color: #D55842;
  }
  .body .ValueLegend .SubValue.active {
    height: auto;
    visibility: visible;
  }
  .body .MarkerLayer {
    display: block;
    width: calc(100% - 70px);
    height: auto;
    position: absolute;
    bottom: -254px;
    left: 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -3px 11px rgba(0, 0, 0, 0.16);
            box-shadow: 0px -3px 11px rgba(0, 0, 0, 0.16);
    border-radius: 10px 10px 0px 0px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .body .MarkerLayer .LayerTitle {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(118, 138, 188, 0.5);
    padding: 15px 23px 15px 30px;
  }
  .body .MarkerLayer .LayerTitle p {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    color: #a6a6a6;
    font-size: 20px;
    font-weight: bold;
  }
  .body .MarkerLayer .LayerTitle p.PointerActive .Date {
    display: inline-block;
    font-size: 13px;
    margin-right: 8px;
  }
  .body .MarkerLayer .LayerTitle p::before {
    content: "";
    display: inline-block;
    background: url(../images/SpotPointer.svg) no-repeat left top;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
  }
  .body .MarkerLayer .LayerTitle button {
    float: right;
    margin: 3px 0px;
  }
  .body .MarkerLayer .ValueWrap {
    width: 100%;
    height: 250px;
    display: inline-block;
    padding: 25px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap {
    width: 220px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap p {
    width: 84px;
    height: 27px;
    padding: 5px 14px;
    background-color: #5CC8FF;
    border-radius: 50px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-top: 15px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap p span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .M_Date {
    display: none;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap {
    width: calc(100% - 220px);
    height: 200px;
    float: right;
    background: #f6f8fa;
    padding: 10px;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap .img {
    width: auto;
    max-width: 100%;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap .M_img {
    display: none;
  }
  .body .MarkerLayer.active {
    bottom: 0px;
  }
  .body .DataValueM {
    max-width: 60px;
    max-height: 60px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
            box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
    position: absolute;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
    border-radius: 100px;
  }
  .body .DataValueM p {
    line-height: 17px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    background-color: #41ABE1;
    padding: 16px;
    border-radius: 100px;
  }
  .body .DataValueM p.Good {
    background-color: #73BFE6;
  }
  .body .DataValueM p.SoSo {
    background-color: #7FC45A;
  }
  .body .DataValueM p.Bad {
    background-color: #E9B544;
  }
  .body .DataValueM p.VeryBad {
    background-color: #D55842;
  }
  .body .DataValueM:hover {
    max-width: 70px;
    max-height: 70px;
    border: 10px solid #ffffff;
  }
  .body .DataValueL {
    max-width: 70px;
    max-height: 70px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
            box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
    position: absolute;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    left: 50%;
    top: 50%;
    cursor: pointer;
    border-radius: 100px;
  }
  .body .DataValueL p {
    line-height: 27px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    background-color: #41ABE1;
    padding: 16px;
    border-radius: 100px;
  }
  .body .DataValueL p.Good {
    background-color: #73BFE6;
  }
  .body .DataValueL p.SoSo {
    background-color: #7FC45A;
  }
  .body .DataValueL p.Bad {
    background-color: #E9B544;
  }
  .body .DataValueL p.VeryBad {
    background-color: #D55842;
  }
  .body .DataValueL:hover {
    max-width: 80px;
    max-height: 80px;
    border: 10px solid #ffffff;
  }
}
/*데스크탑*/
@media (min-width: 1760px) {
  .body {
    width: 100%;
    height: 100vh;
    background-color: #487BF6;
    padding: 20px;
  }
  .body .Header {
    width: 100%;
    height: 70px;
    padding: 20px 0px;
    position: relative;
  }
  .body .Header .Logo {
    width: 210px;
    height: 35px;
    padding: 0px 10px;
    margin-right: 20px;
    float: left;
  }
  .body .Header .Logo a {
    color: #ffffff;
    font-size: 15px;
	line-height: 19px;
    font-weight: bold;
  }
  .body .Header .Logo a img {
    float: left;
    margin-right: 9px;
  }
  .body .Header .Title {
    width: auto;
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .Header .Navigation {
    width: auto;
    float: right;
  }
  .body .Header .Navigation ul {
    height: 30px;
    line-height: 44px;
  }
  .body .Header .Navigation ul li {
    float: left;
  }
  .body .Header .Navigation ul li a {
    color: #ffffff;
    float: left;
  }
  .body .Header .Navigation ul li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../images/Arrow_R.svg) no-repeat center center;
    margin: 0px 8px;
  }
  .body .Header .MenuBtn {
    display: none;
  }
  .body .Header .LoginWrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    right: 0px;
    top: 0px;
  }
  .body .Header .LoginWrap p, .body .Header .LoginWrap button {
    color: #ffffff;
  }
  .body .Header .LoginWrap p {
    display: none;
  }
  .body .Header .LoginWrap p.active {
    display: block;
  }
  .body .Header .LoginWrap .LoginBtn {
    display: none;
  }
  .body .Header .LoginWrap .LoginBtn.active {
    display: block;
  }
  .body .LeftMenuWrap {
    width: 210px;
    height: calc(100vh - 70px - 20px - 20px);
    background: linear-gradient(177.64deg, #81C5E8 0.18%, #41ABE1 99.7%);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    float: left;
    padding: 20px 23px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-right: 20px;
  }
  .body .LeftMenuWrap .LoginWrap_M {
    display: none;
  }
  .body .LeftMenuWrap ul li {
    height: 65px;
    line-height: 65px;
  }
  .body .LeftMenuWrap ul li a {
    width: 100%;
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li a img {
    margin-right: 17px;
    vertical-align: middle;
    margin-top: -5px;
  }
  .body .LeftMenuWrap ul li .dn {
    display: none;
  }
  .body .LeftMenuWrap ul li.subactive {
    height: auto;
  }
  .body .LeftMenuWrap ul li.subactive > a {
    font-weight: 800;
    position: relative;
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.subactive ul {
    padding-left: 41px;
    margin-bottom: 20px;
  }
  .body .LeftMenuWrap ul li.subactive ul li {
    height: 40px;
    line-height: 40px;
  }
  .body .LeftMenuWrap ul li.subactive ul li a {
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li.subactive ul li a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.subactive ul li.active a {
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.TopList .SubMenu {
    display: none;
  }
  .body .LeftMenuWrap ul li.TopList > a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.TopList.subactive {
    position: relative;
  }
  .body .LeftMenuWrap ul li.TopList.subactive .SubMenu.subactive {
    display: block;
  }
  .body .LeftMenuWrap ul li.TopList.subactive > a::after {
    content: "";
    display: inline-block;
    float: right;
    width: 15px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url(../images/Arrow_B.svg);
    cursor: pointer;
  }
  .body .LeftMenuWrap ul li.TopList.active {
    height: auto;
  }
  .body .LeftMenuWrap ul li.TopList.active > a {
    font-weight: 800;
    position: relative;
    color: #ffffff;
  }
  .body .LeftMenuWrap ul li.TopList.active > a:after {
    content: "";
    display: inline-block;
    float: right;
    width: 15px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url(../images/Arrow_B.svg);
    cursor: pointer;
  }
  .body .LeftMenuWrap ul li.TopList.active ul {
    display: block;
    padding-left: 41px;
    margin-bottom: 20px;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li {
    height: 40px;
    line-height: 40px;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li a {
    color: #DEF4FF;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li a::after {
    content: none;
  }
  .body .LeftMenuWrap ul li.TopList.active ul li.active a {
    color: #ffffff;
  }
  .body .RightWrap {
    width: calc(100% - 210px - 20px);
    height: calc(100vh - 70px - 20px - 20px);
    
    float: left;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
      .body .RightWrap .GIS iframe {display: block; width: 100%; height: calc(100vh - 70px - 20px - 20px); border: none;}
  .body .RightWrap .M_Title {
    display: none;
  }
  .body .RightWrap .M_Title {
    display: none;
  }
  .body .RightWrap .BtnWrap {
    position: absolute;
    top: 20px;
    left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .body .RightWrap .BtnWrap button {
    display: inline-block;
    width: auto;
    min-width: 150px;
    height: 55px;
    padding: 13px 26px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    font-size: 16px;
    color: #212438;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .RightWrap .BtnWrap button img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .BtnWrap button.active {
    padding: 8px 26px;
    border: 5px solid #73BFE6;
  }
  .body .ValueLegend {
    display: block;
    width: 145px;
    height: auto;
    max-height: 169px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    padding: 5px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  }
  .body .ValueLegend ul li {
    height: auto;
    line-height: 30px;
    padding: 0px 14px;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .ValueLegend ul li a {
    color: #a6a6a6;
  }
  .body .ValueLegend ul li a.Value::after {
    content: "";
    display: inline-block;
    float: right;
    background: url(../images/SelectBtn.svg) no-repeat left top;
    width: 9px;
    height: 6px;
    margin: 12px 6px 12px 0px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .body .ValueLegend ul li a.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .body .ValueLegend .SubValue {
    height: 0px;
    visibility: hidden;
    margin-bottom: 6px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    overflow: hidden;
  }
  .body .ValueLegend .SubValue li {
    height: 30px;
    line-height: 30px;
    padding: 0px;
    display: block;
  }
  .body .ValueLegend .SubValue li a {
    display: inline-block;
    color: #212438;
  }
  .body .ValueLegend .SubValue li::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 9px;
    border-radius: 50px;
  }
  .body .ValueLegend .SubValue li.Good::before {
    background-color: #73BFE6;
  }
  .body .ValueLegend .SubValue li.SoSo::before {
    background-color: #7FC45A;
  }
  .body .ValueLegend .SubValue li.Bad::before {
    background-color: #E9B544;
  }
  .body .ValueLegend .SubValue li.VeryBad::before {
    background-color: #D55842;
  }
  .body .ValueLegend .SubValue.active {
    height: auto;
    visibility: visible;
  }
  .body .MarkerLayer {
    display: block;
    width: calc(100% - 70px);
    height: auto;
    position: absolute;
    bottom: -254px;
    left: 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -3px 11px rgba(0, 0, 0, 0.16);
            box-shadow: 0px -3px 11px rgba(0, 0, 0, 0.16);
    border-radius: 10px 10px 0px 0px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .body .MarkerLayer .LayerTitle {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(118, 138, 188, 0.5);
    padding: 15px 23px 15px 30px;
  }
  .body .MarkerLayer .LayerTitle p {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    color: #a6a6a6;
    font-size: 20px;
    font-weight: bold;
  }
  .body .MarkerLayer .LayerTitle p.PointerActive .Date {
    display: inline-block;
    font-size: 13px;
    margin-right: 8px;
  }
  .body .MarkerLayer .LayerTitle p .Date {
    display: none;
  }
  .body .MarkerLayer .LayerTitle p::before {
    content: "";
    display: inline-block;
    background: url(../images/SpotPointer.svg) no-repeat left top;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
  }
  .body .MarkerLayer .LayerTitle button {
    float: right;
    margin: 3px 0px;
  }
  .body .MarkerLayer .ValueWrap {
    width: 100%;
    height: 250px;
    display: inline-block;
    padding: 25px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap {
    width: 220px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap p {
    width: 84px;
    height: 27px;
    padding: 5px 14px;
    background-color: #5CC8FF;
    border-radius: 50px;
    margin-top: 15px;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap p span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .MarkerLayer .ValueWrap .ChartWrap .M_Date {
    display: none;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap {
    width: calc(100% - 220px);
    height: 200px;
    float: right;
    background: #f6f8fa;
    padding: 10px;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap .img {
    width: auto;
    max-width: 100%;
  }
  .body .MarkerLayer .ValueWrap .GraphWrap .M_img {
    display: none;
  }
  .body .MarkerLayer.active {
    bottom: 0px;
  }
  .body .DataValueM {
    max-width: 60px;
    max-height: 60px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
            box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
    position: absolute;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
    border-radius: 100px;
  }
  .body .DataValueM p {
    line-height: 17px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    background-color: #41ABE1;
    padding: 16px;
    border-radius: 100px;
  }
  .body .DataValueM p.Good {
    background-color: #73BFE6;
  }
  .body .DataValueM p.SoSo {
    background-color: #7FC45A;
  }
  .body .DataValueM p.Bad {
    background-color: #E9B544;
  }
  .body .DataValueM p.VeryBad {
    background-color: #D55842;
  }
  .body .DataValueM:hover {
    max-width: 70px;
    max-height: 70px;
    border: 10px solid #ffffff;
  }
  .body .DataValueL {
    max-width: 70px;
    max-height: 70px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
            box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.28);
    position: absolute;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    left: 50%;
    top: 50%;
    cursor: pointer;
    border-radius: 100px;
  }
  .body .DataValueL p {
    line-height: 27px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    background-color: #41ABE1;
    padding: 16px;
    border-radius: 100px;
  }
  .body .DataValueL p.Good {
    background-color: #73BFE6;
  }
  .body .DataValueL p.SoSo {
    background-color: #7FC45A;
  }
  .body .DataValueL p.Bad {
    background-color: #E9B544;
  }
  .body .DataValueL p.VeryBad {
    background-color: #D55842;
  }
  .body .DataValueL:hover {
    max-width: 80px;
    max-height: 80px;
    border: 10px solid #ffffff;
  }
}