@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-grid;
  }
  .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;
    min-width: 210px;
    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;
    font-weight: bold;
  }
  .body .LeftMenuWrap.active {
    display: block;
  }
  .body .M_Title {
    width: 100%;
    height: 40px;
    color: #ffffff;
    display: block;
    padding: 6px 0px 8px 0px;
    font-weight: 800;
    font-size: 20px;
  }
  .body .M_Title img {
    width: 18px;
    max-width: 100%;
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    float: left;
    overflow: auto;
    position: relative;
    padding: 10px;
  }
  .body .RightWrap .GisTitleWrap {
    width: 100%;
    height: 60px;
    padding: 10px 0px;
    display: inline-block;
  }
  .body .RightWrap .GisTitleWrap .GisTitle {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .body .RightWrap .GisTitleWrap .GisTitle::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    background-color: #487bf6;
    float: left;
    margin-right: 7px;
    margin-top: -2px;
  }
  .body .RightWrap .GisTitleWrap .Time {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #727379;
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .GISWrap .GisBox {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .GisBox .DayTitle {
    display: block;
    width: 100%;
    height: 20px;
    color: #487BF6;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap .GisBox .DayTitle span {
    font-size: 15px;
    color: #a6a6a6;
    margin-left: 10px;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative {
    position: absolute;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative p {
    height: 15px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span {
    width: auto;
    padding: 3px 5px;
    border-radius: 100px;
    background-color: #73BFE6;
    font-size: 12px;
    color: #ffffff;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.Good {
    background-color: #73BFE6;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.SoSo {
    background-color: #7FC45A;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.Bad {
    background-color: #E9B544;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.VeryBad {
    background-color: #D55842;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Incheon {
    left: 14%;
    top: 12%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Seoul {
    left: 29%;
    top: 14.5%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeonggido_N {
    left: 33%;
    top: 6%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeonggido_S {
    left: 31%;
    top: 23%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gangwondo_E {
    left: 70%;
    top: 9%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gangwondo_W {
    left: 55%;
    top: 13%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Chungcheongbukdo {
    left: 48%;
    top: 28%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Chungcheongnamdo {
    left: 25%;
    top: 38%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Sejong {
    left: 35%;
    top: 34%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Daejeon {
    left: 37%;
    top: 41%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeongsangbukdo {
    left: 66%;
    top: 41%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeongsangnamdo {
    left: 56%;
    top: 62%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Daegu {
    left: 63%;
    top: 52%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeolabukdo {
    left: 32%;
    top: 53%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeolanamdo {
    left: 28%;
    top: 72%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gwangju {
    left: 23%;
    top: 65%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Ulsan {
    left: 76%;
    top: 59%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Busan {
    left: 73%;
    top: 65%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeju {
    left: 17%;
    top: 90%;
  }
  .body .RightWrap .GISWrap .GisBox.DayAfterTomorrowWrap {
    margin-bottom: 0px;
  }
  .body .RightWrap .GISWrap .SubCont {
    width: 100%;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone {
    width: 100%;
    height: 680px;
    
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueTitle {
    font-size: 13px;
    color: #ffffff;
    text-shadow: -1px 0 #191C2D, 0 1px #191C2D, 1px 0 #191C2D, 0 -1px #191C2D;
    margin-bottom: 5px;
    text-align: center;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueTitle span {
    font-size: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueColor {
    width: 25px;
    height: 140px;
    border-radius: 50px;
    margin: 0 auto;
    background: rgb(213, 88, 66);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 88, 66)), color-stop(23%, rgb(233, 181, 68)), color-stop(67%, rgb(127, 196, 90)), color-stop(83%, rgb(115, 191, 230)));
    background: linear-gradient(180deg, rgb(213, 88, 66) 0%, rgb(233, 181, 68) 23%, rgb(127, 196, 90) 67%, rgb(115, 191, 230) 83%);
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueColor p {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    padding-top: 25px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.active {
    display: block;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor {
    width: 28px;
    background: rgb(213, 88, 66);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 88, 66)), color-stop(26%, rgb(233, 181, 68)), color-stop(82%, rgb(127, 196, 90)), color-stop(94%, rgb(115, 191, 230)));
    background: linear-gradient(180deg, rgb(213, 88, 66) 0%, rgb(233, 181, 68) 26%, rgb(127, 196, 90) 82%, rgb(115, 191, 230) 94%);
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor p {
    font-size: 12px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor p:nth-of-type(2) {
    padding-top: 40px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap {
    width: 100%;
    height: 110px;
    display: inline-block;
    background-color: #244aa8;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 50px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .PlayWrap {
    width: 51px;
    height: 51px;
    float: left;
    margin: 15px 0px 0px 20px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .PlayWrap button {
    width: 51px;
    height: 51px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.23);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.23);
    border-radius: 100px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap {
    width: calc(100% - 86px);
    float: right;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .Month {
    display: inline-block;
    width: auto;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap output {
    width: auto;
    padding: 10px 15px;
    border-radius: 5px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .TimeDate {
    width: 103%;
    display: none;
    margin-top: 8px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .TimeDate p {
    width: 1.55%;
    height: 26px;
    font-size: 13px;
    font-weight: 800;
    display: inline-block;
    float: left;
    color: #ffffff;
    margin-right: 2.61%;
    text-align: center;
    white-space: nowrap;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect {
    width: 100%;
    display: inline-block;
    padding: 7px 0px 22px 0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel {
    display: inline-block;
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel p {
    display: block;
    color: #727379;
    padding: 9px 0px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel label {
    width: 70px;
    height: 35px;
    float: left;
    color: #212438;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    padding: 8px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel input[type=radio] {
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel input[type=radio]:checked + label {
    background: #5CC8FF;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 54px;
    color: #ffffff;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel p {
    display: block;
    color: #727379;
    margin-right: 27px;
    padding: 9px 0px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel select {
    width: 100%;
    height: 35px;
    border: 1px solid #e3e3e3;
    padding: 8px 11px;
    color: #727379;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel select::-ms-expand {
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SearchBtn {
    width: 100%;
    height: 35px;
    background-color: #5CC8FF;
    padding: 9px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SearchBtn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 15px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p {
    color: #212438;
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p span {
    color: #727379;
  }
  .body .RightWrap .GISWrap .SubCont .GraphWrap {
    width: 100%;
    height: 260px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .GraphWrap img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .ForecastWrap {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap {
    width: 100%;
    height: 456px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle {
    width: 100%;
    display: inline-block;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .ForecastName {
    width: 100%;
    height: 34px;
    display: block;
    padding-bottom: 14px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    color: #212438;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .ForecastName span {
    font-size: 13px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .Time {
    padding-top: 14px;
    display: block;
    font-size: 14px;
    color: #727379;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table {
    width: auto;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-top: 20px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table thead tr th {
    background-color: #f9f9f9;
    color: #727379;
    font-weight: normal;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table thead tr:first-of-type th:last-of-type {
    border-right: 0px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td {
    height: 50px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td.lowness {
    background-color: rgba(221, 243, 255, 0.3);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td.Commonly {
    background-color: rgba(218, 247, 203, 0.5);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td.Height {
    background-color: rgba(255, 223, 218, 0.5);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td:last-of-type {
    border-right: 0px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table th, .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    display: inline-block;
    margin-bottom: 14px;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap .ContentTitle {
    height: auto;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap .ContentTitle::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    background-color: #487bf6;
    float: left;
    margin-right: 7px;
    margin-top: -2px;
    margin-left: -10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap p {
    line-height: 34px;
    margin-right: 16px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select {
    width: 112px;
    height: 34px;
    padding: 8px 11px;
    color: #727379;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select::-ms-expand {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap input[type=text] {
    width: calc(100% - 112px - 10px);
    max-width: 500px;
    height: 34px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap button {
    display: block;
    width: 100%;
    height: 34px;
    background: #ffffff;
    border: 1px solid #727379;
    border-radius: 3px;
    margin-top: 10px;
    float: right;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap {
    width: 100%;
    height: 100%;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table {
    width: 100%;
    margin-bottom: 15px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr {
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th {
    display: inline-block;
    line-height: 30px;
    height: 50px;
    vertical-align: middle;
    font-size: 15px;
    color: #727379;
    padding: 10px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(2) {
    width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(5) {
    width: 150px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:first-of-type, .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(3), .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(4), .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(6) {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td {
    display: inline-block;
    line-height: 30px;
    height: 50px;
    vertical-align: middle;
    color: #727379;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    text-align: center;
    font-size: 15px;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td .File {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td .FileAct {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(2) {
    width: calc(100% - 150px);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(5) {
    width: 150px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:first-of-type, .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(3), .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(4), .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(6) {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover {
    background-color: #f8fcff;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td {
    color: #212438;
    font-weight: bold;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td .File {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td .FileAct {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable {
    width: 100%;
    margin-bottom: 15px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    table-layout: fixed;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody {
    border-top: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr {
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr th {
    height: 54px;
    background-color: #f9f9f9;
    vertical-align: middle;
    color: #212438;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td {
    height: 54px;
    vertical-align: middle;
    color: #727379;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=text], .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=password] {
    width: 100%;
    height: 34px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=file] {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .FindFile {
    display: inline-block;
    width: 85px;
    height: 34px;
    background-color: #f9f9f9;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    float: left;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename {
    width: calc(100% - 95px);
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename span {
    display: inline-block;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename .FileDelBtn {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename.active span {
    width: calc(100% - 10px);
    float: left;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename.active .FileDelBtn {
    display: inline-block;
    float: left;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename.active .FileDelBtn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td textarea {
    width: 100%;
    height: 360px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.07);
            box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.07);
    font-family: NanumSquare;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .DownFile {
    width: calc(100% - 20px);
    height: 21px;
    display: inline-block;
    color: #212438;
    border-bottom: 1px solid #212438;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable.ViewTable {
    table-layout: fixed;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable.ViewTable th {
    white-space: normal;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .NewContBtn {
    width: 71px;
    height: 34px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-radius: 3px;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination {
    width: auto;
    height: 25px;
    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;
    margin: 20px auto;
    clear: both;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li {
    width: 25px;
    height: 25px;
    float: left;
    padding: 5px 7px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li.active {
    background-color: #727379;
    border-radius: 50px;
    color: #ffffff;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li:last-of-type {
    margin-right: 0px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap {
    width: 100%;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button {
    height: 34px;
    padding: 7px 15px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-radius: 3px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button.BlueBtn {
    background: #487BF6;
    border-color: #487bf6;
    color: #ffffff;
    margin-left: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button.EditBtn {
    margin-left: 10px;
  }
  .body .RightWrap .APIContWrap {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px 10px;
  }
  .body .RightWrap .APIContWrap .TotalApiTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox img {
    width: 20%;
    max-width: 100px;
    height: auto;
    float: left;
  }
  .body .RightWrap .APIContWrap .TotalApiBox .ReadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    float: left;
    -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;
    padding-left: 20px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox .ReadBox p {
    font-weight: 800;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox .ReadBox span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .APIContWrap .TotalApiRead {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    clear: both;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 50px;
  }
  .body .RightWrap .APIContWrap .TotalApiRead > p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .APIContWrap .TotalApiRead span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .APIContWrap .ApiProcess {
    display: none;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .body .RightWrap .APIContWrap .ApiProcessM {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .body .RightWrap .APIContWrap .ApplyProcess {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 10px;
  }
  .body .RightWrap .APIContWrap .ApplyProcess span {
    display: block;
    font-size: 15px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessNum {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessWrap {
    width: 100%;
    height: auto;
    margin-top: 13px;
    background: #F1F1F1;
    border-radius: 5px;
    padding: 30px 20px;
    margin-bottom: 54px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessWrap > p {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessWrap ul li {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessWrap ul li span {
    display: block;
  }
  .body .RightWrap .APIContWrap .DontAct li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 13px;
  }
  .body .RightWrap .IntroContWrap {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px 10px;
  }
  .body .RightWrap .IntroContWrap .IntroTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 45px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox {
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox .IntroImg {
    display: none;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox .IntroImgM {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .body .RightWrap .IntroContWrap .IntroBox {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroBox img {
    width: 20%;
    max-width: 100px;
    height: auto;
    float: left;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    float: left;
    -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;
    padding-left: 20px;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox p {
    font-weight: 800;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_L, .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R {
    width: 100%;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_L .BoldT, .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .BoldT {
    display: block;
    font-weight: bold;
    color: #487BF6;
    margin-bottom: 12px;
    letter-spacing: -1px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R {
    margin-top: 32px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .IntroImgBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .IntroImgBoxWrap .IntroImgWrap {
    width: auto;
    max-width: 50%;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 img {
    width: auto;
    max-width: 100%;
    border: 1px solid #487BF6;
    border-radius: 8px;
    overflow: hidden;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 span {
    display: block;
    margin-bottom: 8px;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02 {
    margin: 38px 0px 52px;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02.aiModelM {
    display: block;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02.aiModel {
    display: none;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.StepBg {
    display: none;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.StepBgM {
    display: block;
  }
  .body .RightWrap .IntroContWrap .Bold_b {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .body .RightWrap .IntroContWrap .errorBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin: 20px 0px 52px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .body .RightWrap .IntroContWrap .errorBox img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL {
    display: block;
    width: 100%;
    height: auto;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL ul li {
    line-height: 28px;
    margin-bottom: 28px;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL ul li span {
    color: #F93E1D;
    font-weight: bold;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroR img {
    min-width: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    float: left;
    image-rendering: -webkit-optimize-contrast;
  }
  .body .RightWrap.ContRight .ContentWrap {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
  }
  .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 .RightWrap .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 .RightWrap .MarkerLayer .LayerTitle {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(118, 138, 188, 0.5);
    padding: 15px 23px 15px 30px;
  }
  .body .RightWrap .MarkerLayer .LayerTitle p {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    color: #a6a6a6;
    font-weight: bold;
  }
  .body .RightWrap .MarkerLayer .LayerTitle p.PointerActive .Date {
    display: none;
  }
  .body .RightWrap .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 .RightWrap .MarkerLayer .LayerTitle button {
    display: none;
  }
  .body .RightWrap .MarkerLayer .ValueWrap {
    width: 100%;
    display: inline-block;
    padding: 25px;
  }
  .body .RightWrap .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 .RightWrap .MarkerLayer .ValueWrap .ChartWrap .Chart {
    float: left;
    max-width: 102px;
    height: 102px;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap .Chart img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap .ChartValue {
    float: right;
    margin-left: 25px;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap .ChartValue p {
    width: 84px;
    height: 27px;
    padding: 5px 28px;
    background-color: #5CC8FF;
    border-radius: 50px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin: 15px auto;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap .ChartValue p span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .RightWrap .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 .RightWrap .MarkerLayer .ValueWrap .GraphWrap {
    width: 100%;
    max-height: 200px;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #f6f8fa;
    padding: 10px;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap img {
    display: none;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap img.M_img {
    display: block;
  }
  .body .LoginWrap {
    display: none;
  }
  .body .SubScriptZone {
    width: 100%;
    min-height: calc(100% - 850px - 80px);
    height: auto;
    max-height: 100%;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 8px;
    padding: 20px;
  }
  .body .SubScriptZone p.Title {
    margin-bottom: 12px;
    font-weight: bold;
  }
  .body .SubScriptZone p.Title::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 100px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 4px;
  }
}
/*  일반적인 스마트폰의 가로모드 */
@media only screen and (min-width: 421px) and (max-width: 767px) {
  .body {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: #487BF6;
    display: inline-grid;
  }
  .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 .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;
    font-weight: bold;
  }
  .body .LeftMenuWrap.active {
    display: block;
  }
  .body .M_Title {
    width: 100%;
    height: 40px;
    color: #ffffff;
    display: block;
    padding: 6px 0px 8px 0px;
    font-weight: 800;
    font-size: 20px;
  }
  .body .M_Title img {
    width: 18px;
    max-width: 100%;
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    float: left;
    overflow: auto;
    position: relative;
    padding: 10px;
  }
  .body .RightWrap .GisTitleWrap {
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    display: inline-block;
  }
  .body .RightWrap .GisTitleWrap .GisTitle {
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 20px;
    font-weight: bold;
  }
  .body .RightWrap .GisTitleWrap .GisTitle::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    background-color: #487bf6;
    float: left;
    margin-right: 7px;
    margin-top: -2px;
  }
  .body .RightWrap .GisTitleWrap .Time {
    float: right;
    font-size: 14px;
    color: #727379;
  }
  .body .RightWrap .GISWrap {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .GISWrap .GisBox {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .GisBox .DayTitle {
    display: block;
    width: 100%;
    height: 20px;
    color: #487BF6;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap .GisBox .DayTitle span {
    font-size: 15px;
    color: #a6a6a6;
    margin-left: 10px;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative {
    position: absolute;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative p {
    height: 15px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span {
    width: auto;
    padding: 3px 5px;
    border-radius: 100px;
    background-color: #73BFE6;
    font-size: 12px;
    color: #ffffff;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.Good {
    background-color: #73BFE6;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.SoSo {
    background-color: #7FC45A;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.Bad {
    background-color: #E9B544;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.VeryBad {
    background-color: #D55842;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Incheon {
    left: 14%;
    top: 12%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Seoul {
    left: 29%;
    top: 14.5%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeonggido_N {
    left: 33%;
    top: 6%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeonggido_S {
    left: 31%;
    top: 23%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gangwondo_E {
    left: 70%;
    top: 9%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gangwondo_W {
    left: 55%;
    top: 13%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Chungcheongbukdo {
    left: 48%;
    top: 28%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Chungcheongnamdo {
    left: 25%;
    top: 38%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Sejong {
    left: 35%;
    top: 34%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Daejeon {
    left: 37%;
    top: 41%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeongsangbukdo {
    left: 66%;
    top: 41%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeongsangnamdo {
    left: 56%;
    top: 62%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Daegu {
    left: 63%;
    top: 52%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeolabukdo {
    left: 32%;
    top: 53%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeolanamdo {
    left: 28%;
    top: 72%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gwangju {
    left: 23%;
    top: 65%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Ulsan {
    left: 76%;
    top: 59%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Busan {
    left: 73%;
    top: 65%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeju {
    left: 17%;
    top: 90%;
  }
  .body .RightWrap .GISWrap .GisBox.DayAfterTomorrowWrap {
    margin-bottom: 0px;
  }
  .body .RightWrap .GISWrap .SubCont {
    width: 100%;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone {
    width: 100%;
    height: 680px;
    
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueTitle {
    font-size: 13px;
    color: #ffffff;
    text-shadow: -1px 0 #191C2D, 0 1px #191C2D, 1px 0 #191C2D, 0 -1px #191C2D;
    margin-bottom: 5px;
    text-align: center;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueTitle span {
    font-size: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueColor {
    width: 25px;
    height: 140px;
    border-radius: 50px;
    margin: 0 auto;
    background: rgb(213, 88, 66);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 88, 66)), color-stop(23%, rgb(233, 181, 68)), color-stop(67%, rgb(127, 196, 90)), color-stop(83%, rgb(115, 191, 230)));
    background: linear-gradient(180deg, rgb(213, 88, 66) 0%, rgb(233, 181, 68) 23%, rgb(127, 196, 90) 67%, rgb(115, 191, 230) 83%);
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueColor p {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    padding-top: 25px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.active {
    display: block;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor {
    width: 28px;
    background: rgb(213, 88, 66);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 88, 66)), color-stop(26%, rgb(233, 181, 68)), color-stop(82%, rgb(127, 196, 90)), color-stop(94%, rgb(115, 191, 230)));
    background: linear-gradient(180deg, rgb(213, 88, 66) 0%, rgb(233, 181, 68) 26%, rgb(127, 196, 90) 82%, rgb(115, 191, 230) 94%);
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor p {
    font-size: 12px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor p:nth-of-type(2) {
    padding-top: 40px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap {
    width: 100%;
    height: 110px;
    display: inline-block;
    background-color: #244aa8;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 50px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .PlayWrap {
    width: 51px;
    height: 51px;
    float: left;
    margin: 15px 0px 0px 20px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .PlayWrap button {
    width: 51px;
    height: 51px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.23);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.23);
    border-radius: 100px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap {
    width: calc(100% - 86px);
    float: right;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .Month {
    display: inline-block;
    width: auto;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap output {
    width: auto;
    padding: 10px 15px;
    border-radius: 5px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .TimeDate {
    width: 103%;
    display: none;
    margin-top: 8px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .TimeDate p {
    width: 1.55%;
    height: 26px;
    font-size: 13px;
    font-weight: 800;
    display: inline-block;
    float: left;
    color: #ffffff;
    margin-right: 2.61%;
    text-align: center;
    white-space: nowrap;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect {
    width: 100%;
    display: inline-block;
    padding: 7px 0px 22px 0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel, .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel {
    float: left;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel {
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel p {
    display: block;
    color: #727379;
    margin-right: 27px;
    padding: 9px 0px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel label {
    width: 70px;
    height: 35px;
    float: left;
    color: #212438;
    margin-right: 30px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    padding: 8px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel input[type=radio] {
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel input[type=radio]:checked + label {
    background: #5CC8FF;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 54px;
    color: #ffffff;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel p {
    display: block;
    color: #727379;
    margin-right: 27px;
    padding: 9px 0px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel select {
    min-width: 120px;
    height: 35px;
    border: 1px solid #e3e3e3;
    padding: 8px 11px;
    color: #727379;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel select::-ms-expand {
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SearchBtn {
    width: 100%;
    height: 35px;
    background-color: #5CC8FF;
    padding: 9px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SearchBtn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap {
    width: 100%;
    height: 70px;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 15px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p {
    float: left;
    color: #212438;
    margin-right: 40px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p span {
    color: #727379;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p:first-of-type {
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p:last-of-type {
    margin-right: 0px;
  }
  .body .RightWrap .GISWrap .SubCont .GraphWrap {
    width: 100%;
    height: 260px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .GraphWrap img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .ForecastWrap {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap {
    width: 100%;
    height: 456px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle {
    width: 100%;
    display: inline-block;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .ForecastName {
    width: 100%;
    height: 34px;
    display: block;
    padding-bottom: 14px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    color: #212438;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .ForecastName span {
    font-size: 13px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .Time {
    padding-top: 14px;
    display: block;
    font-size: 14px;
    color: #727379;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table {
    width: auto;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-top: 20px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table thead tr th {
    background-color: #f9f9f9;
    color: #727379;
    font-weight: normal;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table thead tr:first-of-type th:last-of-type {
    border-right: 0px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td {
    height: 50px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td.lowness {
    background-color: rgba(221, 243, 255, 0.3);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td.Commonly {
    background-color: rgba(218, 247, 203, 0.5);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td.Height {
    background-color: rgba(255, 223, 218, 0.5);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td:last-of-type {
    border-right: 0px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table th, .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap {
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    display: inline-block;
    margin-bottom: 14px;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap .ContentTitle {
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap .ContentTitle::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    background-color: #487bf6;
    float: left;
    margin-right: 7px;
    margin-top: -2px;
    margin-left: -10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap {
    display: inline-block;
    width: 100%;
    height: 75px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap p, .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select, .body .RightWrap .ContentWrap .TableContWrap .SearchWrap input, .body .RightWrap .ContentWrap .TableContWrap .SearchWrap button {
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap p {
    line-height: 34px;
    margin-right: 16px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select {
    width: 112px;
    height: 34px;
    padding: 8px 11px;
    color: #727379;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select::-ms-expand {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap input[type=text] {
    width: calc(100% - 36px - 40px - 112px - 58px);
    max-width: 500px;
    height: 34px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap button {
    width: 58px;
    height: 34px;
    background: #ffffff;
    border: 1px solid #727379;
    border-radius: 3px;
    margin-right: 0px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap {
    width: 100%;
    height: 100%;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table {
    width: 100%;
    margin-bottom: 15px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr {
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th {
    display: inline-block;
    line-height: 30px;
    height: 50px;
    vertical-align: middle;
    font-size: 15px;
    color: #727379;
    padding: 10px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(2) {
    width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(5) {
    width: 150px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:first-of-type, .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(3), .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(4), .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(6) {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td {
    display: inline-block;
    line-height: 30px;
    height: 50px;
    vertical-align: middle;
    color: #727379;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    text-align: center;
    font-size: 15px;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td .File {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td .FileAct {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(2) {
    width: calc(100% - 150px);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(5) {
    width: 150px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:first-of-type, .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(3), .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(4), .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(6) {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover {
    background-color: #f8fcff;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td {
    color: #212438;
    font-weight: bold;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td .File {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td .FileAct {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable {
    width: 100%;
    margin-bottom: 15px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody {
    border-top: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr {
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr th {
    height: 54px;
    background-color: #f9f9f9;
    vertical-align: middle;
    color: #212438;
    padding: 10px;
    white-space: nowrap;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td {
    height: 54px;
    vertical-align: middle;
    color: #727379;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    border-collapse: inherit;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=text], .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=password] {
    width: 100%;
    height: 34px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=file] {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .FindFile {
    display: inline-block;
    width: 85px;
    height: 34px;
    background-color: #f9f9f9;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    float: left;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename {
    width: calc(100% - 95px);
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename span {
    display: inline-block;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename .FileDelBtn {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename.active span {
    width: auto;
    max-width: calc(100% - 10px - 7px);
    float: left;
    margin-right: 7px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename.active .FileDelBtn {
    display: inline-block;
    float: left;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename.active .FileDelBtn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td textarea {
    width: 100%;
    height: 360px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.07);
            box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.07);
    font-family: NanumSquare;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .DownFile {
    height: 21px;
    display: inline-block;
    color: #212438;
    border-bottom: 1px solid #212438;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .NewContBtn {
    width: 71px;
    height: 34px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-radius: 3px;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination {
    width: auto;
    height: 25px;
    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;
    margin: 20px auto;
    clear: both;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li {
    width: 25px;
    height: 25px;
    float: left;
    padding: 5px 7px;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li.active {
    background-color: #727379;
    border-radius: 50px;
    color: #ffffff;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li:last-of-type {
    margin-right: 0px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap {
    width: 100%;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button {
    height: 34px;
    padding: 7px 15px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-radius: 3px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button.BlueBtn {
    background: #487BF6;
    border-color: #487bf6;
    color: #ffffff;
    margin-left: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button.EditBtn {
    margin-left: 10px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap {
    display: inline-block;
    width: 100%;
    min-height: calc(100% - 40px);
    height: auto;
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SatelliteBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SatelliteBox .ImgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: url(../images/patternbg.png) #fff repeat;
    padding: 24px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SatelliteBox .ImgBox img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 0px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap p, .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select, .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap input, .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap button {
    float: left;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap p {
    width: 100%;
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select {
    width: calc(50% - 5px);
    height: 34px;
    padding: 8px 11px;
    color: #727379;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select:first-of-type {
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select::-ms-expand {
    display: none;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap button {
    width: 100%;
    height: 34px;
    background: #73BFE6;
    color: #ffffff;
    border-radius: 3px;
    margin-right: 0px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .body .RightWrap .APIContWrap {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px 10px;
  }
  .body .RightWrap .APIContWrap .TotalApiTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 60px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox img {
    width: auto;
    max-width: 100%;
    height: 100px;
    float: left;
  }
  .body .RightWrap .APIContWrap .TotalApiBox .ReadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 100px);
    height: auto;
    float: left;
    -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;
    padding-left: 20px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox .ReadBox p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox .ReadBox span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .APIContWrap .TotalApiRead {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    clear: both;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 50px;
  }
  .body .RightWrap .APIContWrap .TotalApiRead > p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .APIContWrap .TotalApiRead span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .APIContWrap .ApiProcess {
    display: none;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .body .RightWrap .APIContWrap .ApiProcessM {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .body .RightWrap .APIContWrap .ApplyProcess {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 10px;
  }
  .body .RightWrap .APIContWrap .ApplyProcess span {
    display: block;
    font-size: 15px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessNum {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessWrap {
    width: 100%;
    height: auto;
    margin-top: 13px;
    background: #F1F1F1;
    border-radius: 5px;
    padding: 30px 20px;
    margin-bottom: 54px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessWrap > p {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessWrap ul li {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessWrap ul li span {
    display: block;
  }
  .body .RightWrap .APIContWrap .DontAct li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 13px;
  }
  .body .RightWrap .IntroContWrap {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px 10px;
  }
  .body .RightWrap .IntroContWrap .IntroTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 45px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox {
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox .IntroImg {
    display: none;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox .IntroImgM {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .body .RightWrap .IntroContWrap .IntroBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroBox img {
    width: 20%;
    max-width: 100px;
    height: auto;
    max-height: 100px;
    float: left;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    float: left;
    -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;
    padding-left: 20px;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_L, .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R {
    width: 100%;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_L .BoldT, .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .BoldT {
    display: block;
    font-weight: bold;
    color: #487BF6;
    margin-bottom: 12px;
    letter-spacing: -1px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R {
    margin-top: 32px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .IntroImgBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .IntroImgBoxWrap .IntroImgWrap {
    width: auto;
    max-width: 50%;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 img {
    width: auto;
    max-width: 100%;
    border: 1px solid #487BF6;
    border-radius: 8px;
    overflow: hidden;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 span {
    display: block;
    margin-bottom: 8px;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02 {
    margin: 38px 0px 52px;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02.aiModelM {
    display: block;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02.aiModel {
    display: none;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.StepBg {
    display: none;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.StepBgM {
    display: block;
  }
  .body .RightWrap .IntroContWrap .Bold_b {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .body .RightWrap .IntroContWrap .errorBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin: 20px 0px 52px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .body .RightWrap .IntroContWrap .errorBox img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL {
    display: block;
    width: 100%;
    height: auto;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL ul li {
    line-height: 28px;
    margin-bottom: 28px;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL ul li span {
    color: #F93E1D;
    font-weight: bold;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroR img {
    min-width: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    float: left;
  }
  .body .RightWrap.ContRight .ContentWrap {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap.SatelliteRWrap {
    min-height: calc(100vh - 60px);
  }
  .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 .RightWrap .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 .RightWrap .MarkerLayer .ValueWrap {
    width: 100%;
    display: inline-block;
    padding: 25px;
  }
  .body .RightWrap .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 .RightWrap .MarkerLayer .ValueWrap .ChartWrap .Chart {
    float: left;
    max-width: 102px;
    height: 102px;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap .Chart img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap .ChartValue {
    float: right;
    margin-left: 25px;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap .ChartValue p {
    width: 84px;
    height: 27px;
    padding: 5px 28px;
    background-color: #5CC8FF;
    border-radius: 50px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin: 15px auto;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap .ChartValue p span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .RightWrap .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 .RightWrap .MarkerLayer .ValueWrap .GraphWrap {
    width: 100%;
    max-height: 200px;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #f6f8fa;
    padding: 10px;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap img {
    display: none;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap img.M_img {
    display: block;
  }
  .body .SubScriptZone {
    width: 100%;
    min-height: calc(100% - 850px - 80px);
    height: auto;
    max-height: 100%;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 8px;
    padding: 20px;
  }
  .body .SubScriptZone p.Title {
    margin-bottom: 12px;
    font-weight: bold;
  }
  .body .SubScriptZone p.Title::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 100px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 4px;
  }
  .body .LoginWrap {
    display: none;
  }
}
/* 세로 모드의 태블릿이나 큰 화면을 가진 스마트폰의 가로모드 */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .body {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: #487BF6;
    display: inline-grid;
  }
  .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 .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;
    font-weight: bold;
  }
  .body .LeftMenuWrap.active {
    display: block;
  }
  .body .M_Title {
    width: 100%;
    height: 40px;
    color: #ffffff;
    display: block;
    padding: 6px 0px 8px 0px;
    font-weight: 800;
    font-size: 20px;
  }
  .body .M_Title img {
    width: 18px;
    max-width: 100%;
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    float: left;
    overflow: auto;
    position: relative;
    padding: 10px;
  }
  .body .RightWrap .GisTitleWrap {
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    display: inline-block;
  }
  .body .RightWrap .GisTitleWrap .GisTitle {
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 20px;
    font-weight: bold;
  }
  .body .RightWrap .GisTitleWrap .GisTitle::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    background-color: #487bf6;
    float: left;
    margin-right: 7px;
    margin-top: -2px;
  }
  .body .RightWrap .GisTitleWrap .Time {
    float: right;
    font-size: 14px;
    color: #727379;
  }
  .body .RightWrap .GISWrap {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .GISWrap .GisBox {
    width: calc(33% - 13px);
    height: auto;
    float: left;
  }
  .body .RightWrap .GISWrap .GisBox.TomorrowWrap {
    margin: 0px 20px;
  }
  .body .RightWrap .GISWrap .GisBox .DayTitle {
    display: block;
    width: 100%;
    height: 20px;
    color: #487BF6;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap .GisBox .DayTitle span {
    font-size: 15px;
    color: #a6a6a6;
    margin-left: 10px;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative {
    position: absolute;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative p {
    height: 15px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 6px;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span {
    width: auto;
    padding: 6px 12px;
    border-radius: 100px;
    background-color: #73BFE6;
    font-size: 13px;
    color: #ffffff;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.Good {
    background-color: #73BFE6;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.SoSo {
    background-color: #7FC45A;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.Bad {
    background-color: #E9B544;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.VeryBad {
    background-color: #D55842;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Incheon {
    left: 14%;
    top: 12%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Seoul {
    left: 29%;
    top: 14.5%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeonggido_N {
    left: 33%;
    top: 6%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeonggido_S {
    left: 31%;
    top: 23%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gangwondo_E {
    left: 70%;
    top: 9%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gangwondo_W {
    left: 55%;
    top: 13%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Chungcheongbukdo {
    left: 48%;
    top: 28%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Chungcheongnamdo {
    left: 25%;
    top: 38%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Sejong {
    left: 35%;
    top: 34%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Daejeon {
    left: 37%;
    top: 41%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeongsangbukdo {
    left: 66%;
    top: 41%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeongsangnamdo {
    left: 56%;
    top: 62%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Daegu {
    left: 63%;
    top: 52%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeolabukdo {
    left: 32%;
    top: 53%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeolanamdo {
    left: 28%;
    top: 72%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gwangju {
    left: 23%;
    top: 65%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Ulsan {
    left: 76%;
    top: 59%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Busan {
    left: 73%;
    top: 65%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeju {
    left: 17%;
    top: 90%;
  }
  .body .RightWrap .GISWrap .SubCont {
    width: 100%;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone {
    width: 100%;
    height: 680px;
    
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueTitle {
    font-size: 13px;
    color: #ffffff;
    text-shadow: -1px 0 #191C2D, 0 1px #191C2D, 1px 0 #191C2D, 0 -1px #191C2D;
    margin-bottom: 5px;
    text-align: center;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueTitle span {
    font-size: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueColor {
    width: 25px;
    height: 140px;
    border-radius: 50px;
    margin: 0 auto;
    background: rgb(213, 88, 66);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 88, 66)), color-stop(23%, rgb(233, 181, 68)), color-stop(67%, rgb(127, 196, 90)), color-stop(83%, rgb(115, 191, 230)));
    background: linear-gradient(180deg, rgb(213, 88, 66) 0%, rgb(233, 181, 68) 23%, rgb(127, 196, 90) 67%, rgb(115, 191, 230) 83%);
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueColor p {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    padding-top: 25px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.active {
    display: block;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor {
    width: 28px;
    background: rgb(213, 88, 66);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 88, 66)), color-stop(26%, rgb(233, 181, 68)), color-stop(82%, rgb(127, 196, 90)), color-stop(94%, rgb(115, 191, 230)));
    background: linear-gradient(180deg, rgb(213, 88, 66) 0%, rgb(233, 181, 68) 26%, rgb(127, 196, 90) 82%, rgb(115, 191, 230) 94%);
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor p {
    font-size: 12px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor p:nth-of-type(2) {
    padding-top: 40px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap {
    width: 100%;
    height: 110px;
    display: inline-block;
    background-color: #244aa8;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 50px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .PlayWrap {
    width: 51px;
    height: 51px;
    float: left;
    margin: 15px 0px 0px 20px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .PlayWrap button {
    width: 51px;
    height: 51px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.23);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.23);
    border-radius: 100px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap {
    width: calc(100% - 86px);
    float: right;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .Month {
    display: inline-block;
    width: auto;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap output {
    width: auto;
    padding: 10px 15px;
    border-radius: 5px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .TimeDate {
    width: 103%;
    display: none;
    margin-top: 8px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .TimeDate p {
    width: 1.55%;
    height: 26px;
    font-size: 13px;
    font-weight: 800;
    display: inline-block;
    float: left;
    color: #ffffff;
    margin-right: 2.61%;
    text-align: center;
    white-space: nowrap;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect {
    width: 100%;
    display: inline-block;
    padding: 7px 0px 22px 0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel, .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel {
    float: left;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel {
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel p {
    float: left;
    color: #727379;
    margin-right: 27px;
    padding: 9px 0px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel label {
    width: 70px;
    height: 35px;
    float: left;
    color: #212438;
    margin-right: 30px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    padding: 8px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel input[type=radio] {
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel input[type=radio]:checked + label {
    background: #5CC8FF;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 54px;
    color: #ffffff;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel p {
    float: left;
    color: #727379;
    margin-right: 27px;
    padding: 9px 0px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel select {
    min-width: 120px;
    height: 35px;
    border: 1px solid #e3e3e3;
    padding: 8px 11px;
    color: #727379;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel select::-ms-expand {
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SearchBtn {
    width: 85px;
    height: 35px;
    background-color: #5CC8FF;
    float: right;
    padding: 9px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SearchBtn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 15px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p {
    float: left;
    color: #212438;
    margin-right: 40px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p span {
    color: #727379;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p:last-of-type {
    margin-right: 0px;
  }
  .body .RightWrap .GISWrap .SubCont .GraphWrap {
    width: 100%;
    height: 260px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .GraphWrap img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .ForecastWrap {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap {
    width: 100%;
    height: 414px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle {
    width: 100%;
    height: 34px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .ForecastName {
    font-weight: bold;
    color: #212438;
    float: left;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .ForecastName span {
    font-size: 13px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .Time {
    float: right;
    font-size: 14px;
    color: #727379;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table {
    width: auto;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-top: 20px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table thead tr th {
    background-color: #f9f9f9;
    color: #727379;
    font-weight: normal;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table thead tr:first-of-type th:last-of-type {
    border-right: 0px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td {
    height: 50px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td.lowness {
    background-color: rgba(221, 243, 255, 0.3);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td.Commonly {
    background-color: rgba(218, 247, 203, 0.5);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td.Height {
    background-color: rgba(255, 223, 218, 0.5);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td:last-of-type {
    border-right: 0px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table th, .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap {
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    display: inline-block;
    margin-bottom: 14px;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap .ContentTitle {
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 20px;
    font-weight: bold;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap .ContentTitle::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    background-color: #487bf6;
    float: left;
    margin-right: 7px;
    margin-top: -2px;
  }
  .body .RightWrap .ContentWrap .TableContWrap {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap {
    display: inline-block;
    width: 100%;
    height: 75px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap p, .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select, .body .RightWrap .ContentWrap .TableContWrap .SearchWrap input, .body .RightWrap .ContentWrap .TableContWrap .SearchWrap button {
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap p {
    line-height: 34px;
    margin-right: 16px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select {
    width: 112px;
    height: 34px;
    padding: 8px 11px;
    color: #727379;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select::-ms-expand {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap input[type=text] {
    width: calc(100% - 36px - 40px - 112px - 58px);
    max-width: 500px;
    height: 34px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap button {
    width: 58px;
    height: 34px;
    background: #ffffff;
    border: 1px solid #727379;
    border-radius: 3px;
    margin-right: 0px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap {
    width: 100%;
    height: 100%;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table {
    width: 100%;
    margin-bottom: 15px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr {
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th {
    display: inline-block;
    line-height: 30px;
    height: 50px;
    vertical-align: middle;
    font-size: 15px;
    color: #727379;
    padding: 10px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(2) {
    width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(5) {
    width: 150px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:first-of-type, .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(3), .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(4), .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th:nth-of-type(6) {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td {
    display: inline-block;
    line-height: 30px;
    height: 50px;
    vertical-align: middle;
    color: #727379;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    text-align: center;
    font-size: 15px;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td .File {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td .FileAct {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(2) {
    width: calc(100% - 150px);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(5) {
    width: 150px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:first-of-type, .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(3), .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(4), .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(6) {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover {
    background-color: #f8fcff;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td {
    color: #212438;
    font-weight: bold;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td .File {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td .FileAct {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable {
    width: 100%;
    margin-bottom: 15px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody {
    border-top: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr {
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr th {
    height: 54px;
    background-color: #f9f9f9;
    vertical-align: middle;
    color: #212438;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td {
    height: 54px;
    vertical-align: middle;
    color: #727379;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    border-collapse: inherit;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=text], .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=password] {
    width: 100%;
    height: 34px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=file] {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .FindFile {
    display: inline-block;
    width: 85px;
    height: 34px;
    background-color: #f9f9f9;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename {
    display: inline-block;
    padding-left: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename .FileDelBtn {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename.active .FileDelBtn {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename.active .FileDelBtn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td textarea {
    width: 100%;
    height: 360px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.07);
            box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.07);
    font-family: NanumSquare;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .DownFile {
    height: 21px;
    display: inline-block;
    color: #212438;
    border-bottom: 1px solid #212438;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .NewContBtn {
    width: 71px;
    height: 34px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-radius: 3px;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination {
    width: auto;
    height: 25px;
    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;
    margin: 20px auto;
    clear: both;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li {
    width: 25px;
    height: 25px;
    float: left;
    padding: 5px 7px;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li.active {
    background-color: #727379;
    border-radius: 50px;
    color: #ffffff;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li:last-of-type {
    margin-right: 0px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap {
    width: 100%;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button {
    height: 34px;
    padding: 7px 15px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-radius: 3px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button.BlueBtn {
    background: #487BF6;
    border-color: #487bf6;
    color: #ffffff;
    margin-left: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button.EditBtn {
    margin-left: 10px;
  }
  .body .RightWrap .ContentWrap .APIContWrap {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px 10px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 60px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiBox img {
    width: auto;
    max-width: 100%;
    height: 100px;
    float: left;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiBox .ReadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 100px);
    height: auto;
    float: left;
    -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;
    padding-left: 20px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiBox .ReadBox p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiBox .ReadBox span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiRead {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    clear: both;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 50px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiRead > p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiRead span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApiProcess {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApiProcessM {
    display: none;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApplyProcess {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 10px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApplyProcessNum {
    padding: 0px 20px;
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApplyProcessWrap {
    width: 100%;
    height: auto;
    margin-top: 13px;
    background: #F1F1F1;
    border-radius: 5px;
    padding: 30px 20px;
    margin-bottom: 54px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApplyProcessWrap > p {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApplyProcessWrap ul li {
    font-size: 15px;
    line-height: 33px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApplyProcessWrap ul li span {
    display: block;
  }
  .body .RightWrap .ContentWrap .APIContWrap .DontAct li {
    font-size: 15px;
    line-height: 33px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap {
    display: inline-block;
    width: 100%;
    min-height: calc(100% - 40px);
    height: auto;
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SatelliteBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SatelliteBox .ImgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: url(../images/patternbg.png) #fff repeat;
    padding: 24px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SatelliteBox .ImgBox img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 0px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap p, .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select, .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap input, .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap button {
    float: left;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap p {
    width: 100%;
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select {
    width: calc(50% - 5px);
    height: 34px;
    padding: 8px 11px;
    color: #727379;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select:first-of-type {
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select::-ms-expand {
    display: none;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap button {
    width: 100%;
    height: 34px;
    background: #73BFE6;
    color: #ffffff;
    border-radius: 3px;
    margin-right: 0px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .body .RightWrap .IntroContWrap {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px 10px;
  }
  .body .RightWrap .IntroContWrap .IntroTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 45px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox {
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox .IntroImg {
    display: none;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox .IntroImgM {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .body .RightWrap .IntroContWrap .IntroBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroBox img {
    width: auto;
    max-width: 100%;
    height: 100px;
    float: left;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 100px);
    height: auto;
    float: left;
    -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;
    padding-left: 20px;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_L, .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R {
    width: 100%;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_L .BoldT, .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .BoldT {
    display: block;
    font-weight: bold;
    color: #487BF6;
    margin-bottom: 12px;
    letter-spacing: -1px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R {
    margin-top: 32px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .IntroImgBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .IntroImgBoxWrap .IntroImgWrap {
    width: auto;
    max-width: 50%;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 img {
    width: auto;
    max-width: 100%;
    border: 1px solid #487BF6;
    border-radius: 8px;
    overflow: hidden;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 span {
    display: block;
    margin-bottom: 8px;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02 {
    margin: 38px 0px 52px;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02.aiModelM {
    display: block;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02.aiModel {
    display: none;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.StepBg {
    display: block;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.StepBgM {
    display: none;
  }
  .body .RightWrap .IntroContWrap .Bold_b {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .body .RightWrap .IntroContWrap .errorBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin: 20px 0px 52px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .body .RightWrap .IntroContWrap .errorBox img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL {
    display: block;
    width: 100%;
    height: auto;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL ul li span {
    color: #F93E1D;
    font-weight: bold;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 285px;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroR img {
    width: auto;
    max-width: 100%;
    height: auto;
    float: left;
  }
  .body .RightWrap.ContRight .ContentWrap {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap.SatelliteRWrap {
    min-height: calc(100vh - 60px);
  }
  .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 .RightWrap .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 .RightWrap .MarkerLayer .ValueWrap {
    width: 100%;
    display: inline-block;
    padding: 25px;
  }
  .body .RightWrap .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 .RightWrap .MarkerLayer .ValueWrap .ChartWrap p {
    width: 84px;
    height: 27px;
    padding: 5px 28px;
    background-color: #5CC8FF;
    border-radius: 50px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-top: 15px;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap p span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap .M_Date {
    display: none;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap {
    width: calc(100% - 220px);
    float: right;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap .M_img {
    display: none;
  }
  .body .RightWrap .MarkerLayer .M_Date {
    display: none;
  }
  .body .SubScriptZone {
    width: 100%;
    min-height: calc(100% - 850px - 80px);
    height: auto;
    max-height: 100%;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 8px;
    padding: 20px;
  }
  .body .SubScriptZone p.Title {
    margin-bottom: 12px;
    font-weight: bold;
  }
  .body .SubScriptZone p.Title::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 100px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 4px;
  }
  .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 .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 .Title img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .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 .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 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;
    font-weight: bold;
  }
  .body .RightWrap {
    width: calc(100% - 210px - 20px);
    height: calc(100vh - 70px - 20px - 20px);
    float: left;
    border-radius: 10px;
    overflow: auto;
    position: relative;
    background-color: #F9F9F9;
    padding: 30px;
  }
  .body .RightWrap .M_Title {
    display: none;
  }
  .body .RightWrap .GisTitleWrap {
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    display: inline-block;
  }
  .body .RightWrap .GisTitleWrap .GisTitle {
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 20px;
    font-weight: bold;
  }
  .body .RightWrap .GisTitleWrap .GisTitle::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    background-color: #487bf6;
    float: left;
    margin-right: 7px;
    margin-top: -2px;
  }
  .body .RightWrap .GisTitleWrap .Time {
    float: right;
    font-size: 14px;
    color: #727379;
  }
  .body .RightWrap .GISWrap {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .body .RightWrap .GISWrap .GisBox {
    width: calc(33% - 13px);
    height: auto;
    float: left;
  }
  .body .RightWrap .GISWrap .GisBox.TomorrowWrap {
    margin: 0px 20px;
  }
  .body .RightWrap .GISWrap .GisBox .DayTitle {
    display: block;
    width: 100%;
    height: 20px;
    color: #487BF6;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap .GisBox .DayTitle span {
    font-size: 15px;
    color: #a6a6a6;
    margin-left: 10px;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative {
    position: absolute;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative p {
    height: 15px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 6px;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span {
    width: auto;
    padding: 6px 12px;
    border-radius: 100px;
    background-color: #73BFE6;
    font-size: 13px;
    color: #ffffff;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.Good {
    background-color: #73BFE6;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.SoSo {
    background-color: #7FC45A;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.Bad {
    background-color: #E9B544;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.VeryBad {
    background-color: #D55842;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Incheon {
    left: 14%;
    top: 12%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Seoul {
    left: 29%;
    top: 14.5%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeonggido_N {
    left: 33%;
    top: 6%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeonggido_S {
    left: 31%;
    top: 23%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gangwondo_E {
    left: 70%;
    top: 9%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gangwondo_W {
    left: 55%;
    top: 13%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Chungcheongbukdo {
    left: 48%;
    top: 28%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Chungcheongnamdo {
    left: 25%;
    top: 38%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Sejong {
    left: 35%;
    top: 34%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Daejeon {
    left: 37%;
    top: 41%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeongsangbukdo {
    left: 66%;
    top: 41%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeongsangnamdo {
    left: 56%;
    top: 62%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Daegu {
    left: 63%;
    top: 52%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeolabukdo {
    left: 32%;
    top: 53%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeolanamdo {
    left: 28%;
    top: 72%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gwangju {
    left: 23%;
    top: 65%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Ulsan {
    left: 76%;
    top: 59%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Busan {
    left: 73%;
    top: 65%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeju {
    left: 17%;
    top: 90%;
  }
  .body .RightWrap .GISWrap .SubCont {
    width: 100%;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone {
    width: 100%;
    height: 680px;
    
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueTitle {
    font-size: 13px;
    color: #ffffff;
    text-shadow: -1px 0 #191C2D, 0 1px #191C2D, 1px 0 #191C2D, 0 -1px #191C2D;
    margin-bottom: 5px;
    text-align: center;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueTitle span {
    font-size: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueColor {
    width: 25px;
    height: 140px;
    border-radius: 50px;
    margin: 0 auto;
    background: rgb(213, 88, 66);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 88, 66)), color-stop(23%, rgb(233, 181, 68)), color-stop(67%, rgb(127, 196, 90)), color-stop(83%, rgb(115, 191, 230)));
    background: linear-gradient(180deg, rgb(213, 88, 66) 0%, rgb(233, 181, 68) 23%, rgb(127, 196, 90) 67%, rgb(115, 191, 230) 83%);
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueColor p {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    padding-top: 25px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.active {
    display: block;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor {
    width: 28px;
    background: rgb(213, 88, 66);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 88, 66)), color-stop(26%, rgb(233, 181, 68)), color-stop(82%, rgb(127, 196, 90)), color-stop(94%, rgb(115, 191, 230)));
    background: linear-gradient(180deg, rgb(213, 88, 66) 0%, rgb(233, 181, 68) 26%, rgb(127, 196, 90) 82%, rgb(115, 191, 230) 94%);
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor p {
    font-size: 12px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor p:nth-of-type(2) {
    padding-top: 40px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap {
    width: 100%;
    height: 110px;
    display: inline-block;
    background-color: #244aa8;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 50px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .PlayWrap {
    width: 51px;
    height: 51px;
    float: left;
    margin: 15px 0px 0px 20px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .PlayWrap button {
    width: 51px;
    height: 51px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.23);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.23);
    border-radius: 100px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap {
    width: calc(100% - 86px);
    float: right;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .Month {
    display: inline-block;
    width: auto;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 13px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap output {
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .TimeDate {
    width: 103%;
    display: inline-block;
    margin-top: 8px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .TimeDate p {
    width: 1.55%;
    height: 26px;
    font-size: 13px;
    font-weight: 800;
    display: inline-block;
    float: left;
    color: #ffffff;
    margin-right: 2.61%;
    text-align: center;
    white-space: nowrap;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect {
    width: 100%;
    display: inline-block;
    padding: 7px 0px 22px 0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel, .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel {
    float: left;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel {
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel p {
    float: left;
    color: #727379;
    margin-right: 27px;
    padding: 9px 0px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel label {
    width: 70px;
    height: 35px;
    float: left;
    color: #212438;
    margin-right: 30px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    padding: 8px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel input[type=radio] {
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel input[type=radio]:checked + label {
    background: #5CC8FF;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 54px;
    color: #ffffff;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel p {
    float: left;
    color: #727379;
    margin-right: 27px;
    padding: 9px 0px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel select {
    min-width: 120px;
    height: 35px;
    border: 1px solid #e3e3e3;
    padding: 8px 11px;
    color: #727379;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel select::-ms-expand {
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SearchBtn {
    width: 85px;
    height: 35px;
    background-color: #5CC8FF;
    float: right;
    padding: 9px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SearchBtn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 15px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p {
    float: left;
    color: #212438;
    margin-right: 40px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p span {
    color: #727379;
  }
  .body .RightWrap .GISWrap .SubCont .GraphWrap {
    width: 100%;
    height: 260px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .GraphWrap img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .ForecastWrap {
    width: 100%;
    height: auto;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap {
    width: 100%;
    height: 414px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle {
    width: 100%;
    height: 34px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .ForecastName {
    font-weight: bold;
    color: #212438;
    float: left;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .ForecastName span {
    font-size: 13px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .Time {
    float: right;
    font-size: 14px;
    color: #727379;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table {
    width: auto;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-top: 20px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table thead tr th {
    background-color: #f9f9f9;
    color: #727379;
    font-weight: normal;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table thead tr:first-of-type th:last-of-type {
    border-right: 0px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td {
    height: 50px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td.lowness {
    background-color: rgba(221, 243, 255, 0.3);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td.Commonly {
    background-color: rgba(218, 247, 203, 0.5);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td.Height {
    background-color: rgba(255, 223, 218, 0.5);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table tbody tr td:last-of-type {
    border-right: 0px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table th, .body .RightWrap .ForecastWrap .ForecastTableWrap .TableWrap table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap {
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    display: inline-block;
    margin-bottom: 14px;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap .ContentTitle {
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 20px;
    font-weight: bold;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap .ContentTitle::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    background-color: #487bf6;
    float: left;
    margin-right: 7px;
    margin-top: -2px;
  }
  .body .RightWrap .ContentWrap .TableContWrap {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap {
    display: inline-block;
    width: 100%;
    height: 75px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap p, .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select, .body .RightWrap .ContentWrap .TableContWrap .SearchWrap input, .body .RightWrap .ContentWrap .TableContWrap .SearchWrap button {
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap p {
    line-height: 34px;
    margin-right: 16px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select {
    width: 112px;
    height: 34px;
    padding: 8px 11px;
    color: #727379;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select::-ms-expand {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap input[type=text] {
    width: calc(100% - 36px - 40px - 112px - 58px);
    max-width: 500px;
    height: 34px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap button {
    width: 58px;
    height: 34px;
    background: #ffffff;
    border: 1px solid #727379;
    border-radius: 3px;
    margin-right: 0px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap {
    width: 100%;
    height: 100%;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table {
    width: 100%;
    margin-bottom: 15px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr {
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th {
    height: 50px;
    vertical-align: middle;
    font-size: 15px;
    color: #727379;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td {
    height: 50px;
    vertical-align: middle;
    color: #727379;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    text-align: center;
    font-size: 15px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td .File {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td .FileAct {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(2) {
    text-align: left;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover {
    background-color: #f8fcff;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td {
    color: #212438;
    font-weight: bold;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td .File {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td .FileAct {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable {
    width: 100%;
    margin-bottom: 15px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody {
    border-top: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr {
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr th {
    height: 54px;
    background-color: #f9f9f9;
    vertical-align: middle;
    color: #212438;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td {
    height: 54px;
    vertical-align: middle;
    color: #727379;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    border-collapse: inherit;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=text], .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=password] {
    width: 100%;
    height: 34px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=file] {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .FindFile {
    display: inline-block;
    width: 85px;
    height: 34px;
    background-color: #f9f9f9;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename {
    display: inline-block;
    padding-left: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename .FileDelBtn {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename.active .FileDelBtn {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename.active .FileDelBtn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td textarea {
    width: 100%;
    height: 360px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.07);
            box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.07);
    font-family: NanumSquare;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .DownFile {
    height: 21px;
    display: inline-block;
    color: #212438;
    border-bottom: 1px solid #212438;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .NewContBtn {
    width: 71px;
    height: 34px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-radius: 3px;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination {
    width: auto;
    height: 25px;
    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;
    margin: 20px auto;
    clear: both;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li {
    width: 25px;
    height: 25px;
    float: left;
    padding: 5px 7px;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li.active {
    background-color: #727379;
    border-radius: 50px;
    color: #ffffff;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li:last-of-type {
    margin-right: 0px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap {
    width: 100%;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button {
    height: 34px;
    padding: 7px 15px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-radius: 3px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button.BlueBtn {
    background: #487BF6;
    border-color: #487bf6;
    color: #ffffff;
    margin-left: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button.EditBtn {
    margin-left: 10px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SatelliteBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SatelliteBox .ImgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: url(../images/patternbg.png) #fff repeat;
    padding: 24px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SatelliteBox .ImgBox img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 0px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap p, .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select, .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap input, .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap button {
    float: left;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap p {
    width: 100%;
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select {
    width: calc(50% - 5px);
    height: 34px;
    padding: 8px 11px;
    color: #727379;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select:first-of-type {
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select::-ms-expand {
    display: none;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap button {
    width: 100%;
    height: 34px;
    background: #73BFE6;
    color: #ffffff;
    border-radius: 3px;
    margin-right: 0px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .body .RightWrap .APIContWrap {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px 10px;
  }
  .body .RightWrap .APIContWrap .TotalApiTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox {
    width: calc(33% - 37px);
    float: left;
    margin-bottom: 60px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox img {
    width: auto;
    max-width: 100%;
    float: left;
  }
  .body .RightWrap .APIContWrap .TotalApiBox .ReadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 100px);
    height: auto;
    float: left;
    -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;
    padding-left: 20px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox .ReadBox p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox .ReadBox span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .APIContWrap .TotalApiBox:nth-of-type(2) {
    margin: 0px 55px;
  }
  .body .RightWrap .APIContWrap .TotalApiRead {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    clear: both;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 50px;
  }
  .body .RightWrap .APIContWrap .TotalApiRead > p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .APIContWrap .TotalApiRead span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .APIContWrap .ApiProcess {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .body .RightWrap .APIContWrap .ApiProcessM {
    display: none;
  }
  .body .RightWrap .APIContWrap .ApplyProcess {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 10px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessNum {
    padding: 0px 20px;
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessWrap {
    width: 100%;
    height: auto;
    margin-top: 13px;
    background: #F1F1F1;
    border-radius: 5px;
    padding: 30px 20px;
    margin-bottom: 54px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessWrap > p {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessWrap ul li {
    font-size: 15px;
    line-height: 33px;
  }
  .body .RightWrap .APIContWrap .ApplyProcessWrap ul li span {
    display: block;
  }
  .body .RightWrap .APIContWrap .DontAct li {
    font-size: 15px;
    line-height: 33px;
  }
  .body .RightWrap .IntroContWrap {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px 10px;
  }
  .body .RightWrap .IntroContWrap .IntroTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 45px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox {
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox .IntroImg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox .IntroImgM {
    display: none;
  }
  .body .RightWrap .IntroContWrap .IntroBox {
    width: calc(33% - 37px);
    float: left;
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroBox img {
    width: auto;
    max-width: 100%;
    float: left;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 100px);
    height: auto;
    float: left;
    -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;
    padding-left: 20px;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .IntroContWrap .IntroBox:nth-of-type(2) {
    margin: 0px 55px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_L, .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R {
    width: 50%;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_L .BoldT, .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .BoldT {
    display: block;
    font-weight: bold;
    color: #487BF6;
    margin-bottom: 12px;
    letter-spacing: -1px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .IntroImgBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .IntroImgBoxWrap .IntroImgWrap {
    width: auto;
    max-width: 50%;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 img {
    width: auto;
    max-width: 100%;
    border: 1px solid #487BF6;
    border-radius: 8px;
    overflow: hidden;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 span {
    display: block;
    margin-bottom: 8px;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02 {
    margin: 38px 0px 52px;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02.aiModelM {
    display: none;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02.aiModel {
    display: block;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.StepBg {
    display: block;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.StepBgM {
    display: none;
  }
  .body .RightWrap .IntroContWrap .Bold_b {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .body .RightWrap .IntroContWrap .errorBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin: 20px 0px 52px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .body .RightWrap .IntroContWrap .errorBox img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL {
    width: calc(100% - 285px);
    height: auto;
    float: left;
    padding-right: 40px;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL ul li span {
    color: #F93E1D;
    font-weight: bold;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroR {
    width: 285px;
    float: right;
  }
  .body .RightWrap.ContRight {
    background-color: #ffffff;
  }
  .body .RightWrap .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 10px 0px 0px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .body .RightWrap .MarkerLayer .ValueWrap {
    width: 100%;
    height: 250px;
    display: inline-block;
    padding: 25px;
  }
  .body .RightWrap .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 .RightWrap .MarkerLayer .ValueWrap .ChartWrap p {
    width: 84px;
    height: 27px;
    padding: 5px 28px;
    background-color: #5CC8FF;
    border-radius: 50px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-top: 15px;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap p span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap .M_Date {
    display: none;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap {
    width: calc(100% - 220px);
    height: 200px;
    float: right;
    background: #f6f8fa;
    padding: 10px;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap .img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap .M_img {
    display: none;
  }
  .body .RightWrap .MarkerLayer.active {
    bottom: 0px;
  }
  .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 .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;
  }
  .body .LoginWrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    right: 0px;
    top: 0px;
  }
  .body .LoginWrap p, .body .LoginWrap button {
    color: #ffffff;
  }
  .body .LoginWrap p {
    display: none;
  }
  .body .LoginWrap p.active {
    display: block;
  }
  .body .LoginWrap .LoginBtn {
    display: none;
  }
  .body .LoginWrap .LoginBtn.active {
    display: block;
  }
  .body .SubScriptZone {
    width: 100%;
    min-height: calc(100% - 850px - 80px);
    height: auto;
    max-height: 100%;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 8px;
    padding: 20px;
  }
  .body .SubScriptZone p.Title {
    margin-bottom: 12px;
    font-weight: bold;
  }
  .body .SubScriptZone p.Title::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 100px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 4px;
  }
}
/*데스크탑*/
@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 .Title img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .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 .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 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;
    font-weight: bold;
  }
  .body .RightWrap {
    width: calc(100% - 210px - 20px);
    height: calc(100vh - 70px - 20px - 20px);
    float: left;
    border-radius: 10px;
    overflow: auto;
    position: relative;
    background-color: #F9F9F9;
    padding: 30px;
  }
  .body .RightWrap .M_Title {
    display: none;
  }
  .body .RightWrap .GisTitleWrap {
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    display: inline-block;
  }
  .body .RightWrap .GisTitleWrap .GisTitle {
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 20px;
    font-weight: bold;
  }
  .body .RightWrap .GisTitleWrap .GisTitle::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    background-color: #487bf6;
    float: left;
    margin-right: 7px;
    margin-top: -2px;
  }
  .body .RightWrap .GisTitleWrap .Time {
    float: right;
    font-size: 14px;
    color: #727379;
  }
  .body .RightWrap .GISWrap {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .body .RightWrap .GISWrap .GisBox {
    width: calc(33.3% - 13px);
    height: auto;
    float: left;
  }
  .body .RightWrap .GISWrap .GisBox.TomorrowWrap {
    margin: 0px 20px;
  }
  .body .RightWrap .GISWrap .GisBox .DayTitle {
    display: block;
    width: 100%;
    height: 20px;
    color: #487BF6;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .body .RightWrap .GISWrap .GisBox .DayTitle span {
    font-size: 15px;
    color: #a6a6a6;
    margin-left: 10px;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative {
    position: absolute;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative p {
    height: 15px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 6px;
    font-weight: bold;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span {
    width: auto;
    padding: 6px 12px;
    border-radius: 100px;
    background-color: #73BFE6;
    font-size: 13px;
    color: #ffffff;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.Good {
    background-color: #73BFE6;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.SoSo {
    background-color: #7FC45A;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.Bad {
    background-color: #E9B544;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative span.VeryBad {
    background-color: #D55842;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Incheon {
    left: 14%;
    top: 12%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Seoul {
    left: 29%;
    top: 14.5%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeonggido_N {
    left: 33%;
    top: 6%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeonggido_S {
    left: 31%;
    top: 23%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gangwondo_E {
    left: 70%;
    top: 9%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gangwondo_W {
    left: 55%;
    top: 13%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Chungcheongbukdo {
    left: 48%;
    top: 28%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Chungcheongnamdo {
    left: 25%;
    top: 38%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Sejong {
    left: 35%;
    top: 34%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Daejeon {
    left: 37%;
    top: 41%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeongsangbukdo {
    left: 66%;
    top: 41%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gyeongsangnamdo {
    left: 56%;
    top: 62%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Daegu {
    left: 63%;
    top: 52%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeolabukdo {
    left: 32%;
    top: 53%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeolanamdo {
    left: 28%;
    top: 72%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Gwangju {
    left: 23%;
    top: 65%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Ulsan {
    left: 76%;
    top: 59%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Busan {
    left: 73%;
    top: 65%;
  }
  .body .RightWrap .GISWrap .GisBox .GisZone .administrative.Jeju {
    left: 17%;
    top: 90%;
  }
  .body .RightWrap .GISWrap .SubCont {
    width: 100%;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone {
    width: 100%;
    height: 680px;
    
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueTitle, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueTitle {
    font-size: 13px;
    color: #ffffff;
    text-shadow: -1px 0 #191C2D, 0 1px #191C2D, 1px 0 #191C2D, 0 -1px #191C2D;
    margin-bottom: 5px;
    text-align: center;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueTitle span, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueTitle span {
    font-size: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueColor {
    width: 25px;
    height: 140px;
    border-radius: 50px;
    margin: 0 auto;
    background: rgb(213, 88, 66);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 88, 66)), color-stop(23%, rgb(233, 181, 68)), color-stop(67%, rgb(127, 196, 90)), color-stop(83%, rgb(115, 191, 230)));
    background: linear-gradient(180deg, rgb(213, 88, 66) 0%, rgb(233, 181, 68) 23%, rgb(127, 196, 90) 67%, rgb(115, 191, 230) 83%);
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC .ValueColor p {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    padding-top: 25px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.active, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.active {
    display: block;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor {
    width: 28px;
    background: rgb(213, 88, 66);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 88, 66)), color-stop(26%, rgb(233, 181, 68)), color-stop(82%, rgb(127, 196, 90)), color-stop(94%, rgb(115, 191, 230)));
    background: linear-gradient(180deg, rgb(213, 88, 66) 0%, rgb(233, 181, 68) 26%, rgb(127, 196, 90) 82%, rgb(115, 191, 230) 94%);
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor p, .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor p {
    font-size: 12px;
  }
  .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue1.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .PMValue2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .CO.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .NO2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .SO2.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .O3.SO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.NO2 .ValueColor p:nth-of-type(2), .body .RightWrap .GISWrap .SubCont .AirQuGisZone .VOC.SO2 .ValueColor p:nth-of-type(2) {
    padding-top: 40px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap {
    width: 100%;
    height: 110px;
    display: inline-block;
    background-color: #244aa8;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 50px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .PlayWrap {
    width: 51px;
    height: 51px;
    float: left;
    margin: 15px 0px 0px 20px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .PlayWrap button {
    width: 51px;
    height: 51px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.23);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.23);
    border-radius: 100px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap {
    width: calc(100% - 86px);
    float: right;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .Month {
    display: inline-block;
    width: auto;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 13px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap output {
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .TimeDate {
    width: 103%;
    display: inline-block;
    margin-top: 8px;
  }
  .body .RightWrap .GISWrap .SubCont .PlayerWrap .rangeWrap .TimeDate p {
    width: 1.55%;
    height: 26px;
    font-size: 13px;
    font-weight: 800;
    display: inline-block;
    float: left;
    color: #ffffff;
    margin-right: 2.61%;
    text-align: center;
    white-space: nowrap;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap {
    width: 100%;
    height: 177px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect {
    width: 100%;
    display: inline-block;
    padding: 7px 0px 22px 0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel, .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel {
    float: left;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel p {
    float: left;
    color: #727379;
    margin-right: 27px;
    padding: 9px 0px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel label {
    width: 70px;
    height: 35px;
    float: left;
    color: #212438;
    margin-right: 30px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    padding: 8px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel input[type=radio] {
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .FirstSel input[type=radio]:checked + label {
    background: #5CC8FF;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 54px;
    color: #ffffff;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel p {
    float: left;
    color: #727379;
    margin-right: 27px;
    padding: 9px 0px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel select {
    min-width: 120px;
    height: 35px;
    border: 1px solid #e3e3e3;
    padding: 8px 11px;
    color: #727379;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SecondSel select::-ms-expand {
    display: none;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SearchBtn {
    width: 85px;
    height: 35px;
    background-color: #5CC8FF;
    float: right;
    padding: 9px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .SearchSelect .SearchBtn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 15px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p {
    float: left;
    color: #212438;
    margin-right: 40px;
  }
  .body .RightWrap .GISWrap .SubCont .SearchWrap .PlaceWrap p span {
    color: #727379;
  }
  .body .RightWrap .GISWrap .SubCont .GraphWrap {
    width: 100%;
    height: 260px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
  }
  .body .RightWrap .GISWrap .SubCont .GraphWrap img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .ForecastWrap {
    width: 100%;
    height: auto;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap {
    width: 100%;
    height: 414px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle {
    width: 100%;
    height: 34px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .ForecastName {
    font-weight: bold;
    color: #212438;
    float: left;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .ForecastName span {
    font-size: 13px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap .ForecastTitle .Time {
    float: right;
    font-size: 14px;
    color: #727379;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap table {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    margin-top: 20px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap table thead tr th {
    background-color: #f9f9f9;
    color: #727379;
    font-weight: normal;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap table thead tr:first-of-type th:last-of-type {
    border-right: 0px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap table tbody tr td {
    height: 50px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap table tbody tr td.lowness {
    background-color: rgba(221, 243, 255, 0.3);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap table tbody tr td.Commonly {
    background-color: rgba(218, 247, 203, 0.5);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap table tbody tr td.Height {
    background-color: rgba(255, 223, 218, 0.5);
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap table tbody tr td:last-of-type {
    border-right: 0px;
  }
  .body .RightWrap .ForecastWrap .ForecastTableWrap table th, .body .RightWrap .ForecastWrap .ForecastTableWrap table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap {
    height: 100%;
    overflow: auto;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap {
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    display: inline-block;
    margin-bottom: 14px;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap .ContentTitle {
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 20px;
    font-weight: bold;
  }
  .body .RightWrap .ContentWrap .ContentTitleWrap .ContentTitle::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    background-color: #487bf6;
    float: left;
    margin-right: 7px;
    margin-top: -2px;
  }
  .body .RightWrap .ContentWrap .TableContWrap {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap {
    display: inline-block;
    width: 100%;
    height: 75px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap p, .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select, .body .RightWrap .ContentWrap .TableContWrap .SearchWrap input, .body .RightWrap .ContentWrap .TableContWrap .SearchWrap button {
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap p {
    line-height: 34px;
    margin-right: 16px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select {
    width: 112px;
    height: 34px;
    padding: 8px 11px;
    color: #727379;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap select::-ms-expand {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap input[type=text] {
    width: calc(100% - 36px - 40px - 112px - 58px);
    max-width: 500px;
    height: 34px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .body .RightWrap .ContentWrap .TableContWrap .SearchWrap button {
    width: 58px;
    height: 34px;
    background: #ffffff;
    border: 1px solid #727379;
    border-radius: 3px;
    margin-right: 0px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap {
    width: 100%;
    height: 100%;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table {
    width: 100%;
    margin-bottom: 15px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr {
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table thead tr th {
    height: 50px;
    vertical-align: middle;
    font-size: 15px;
    color: #727379;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td {
    height: 50px;
    vertical-align: middle;
    color: #727379;
    font-weight: bold;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
    text-align: center;
    font-size: 15px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td .File {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td .FileAct {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr td:nth-of-type(2) {
    text-align: left;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover {
    background-color: #f8fcff;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td {
    color: #212438;
    font-weight: bold;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td .File {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Table tbody tr:hover td .FileAct {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable {
    width: 100%;
    margin-bottom: 15px;
    -webkit-transform: skew(-0.1deg);
            transform: skew(-0.1deg);
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody {
    border-top: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr {
    border-bottom: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr th {
    height: 54px;
    background-color: #f9f9f9;
    vertical-align: middle;
    color: #212438;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td {
    height: 54px;
    vertical-align: middle;
    color: #727379;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    border-collapse: inherit;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=text], .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=password] {
    width: 100%;
    height: 34px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td input[type=file] {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .FindFile {
    display: inline-block;
    width: 85px;
    height: 34px;
    background-color: #f9f9f9;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename {
    display: inline-block;
    padding-left: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename .FileDelBtn {
    display: none;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename.active .FileDelBtn {
    display: inline-block;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .filename.active .FileDelBtn img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td textarea {
    width: 100%;
    height: 360px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.07);
            box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.07);
    font-family: NanumSquare;
    padding: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .EditTable tbody tr td .DownFile {
    height: 21px;
    display: inline-block;
    color: #212438;
    border-bottom: 1px solid #212438;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .NewContBtn {
    width: 71px;
    height: 34px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-radius: 3px;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination {
    width: auto;
    height: 25px;
    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;
    margin: 20px auto;
    clear: both;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li {
    width: 25px;
    height: 25px;
    float: left;
    padding: 5px 7px;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li.active {
    background-color: #727379;
    border-radius: 50px;
    color: #ffffff;
  }
  .body .RightWrap .ContentWrap .TableContWrap .TableWrap .Pagination ul li:last-of-type {
    margin-right: 0px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap {
    width: 100%;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button {
    height: 34px;
    padding: 7px 15px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-radius: 3px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button.BlueBtn {
    background: #487BF6;
    border-color: #487bf6;
    color: #ffffff;
    margin-left: 10px;
  }
  .body .RightWrap .ContentWrap .TableContWrap .BtnWrap button.EditBtn {
    margin-left: 10px;
  }
  .body .RightWrap .ContentWrap .APIContWrap {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px 10px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiBox {
    width: calc(33% - 37px);
    float: left;
    margin-bottom: 60px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiBox img {
    width: auto;
    max-width: 100%;
    float: left;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiBox .ReadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 100px);
    height: 100px;
    float: left;
    -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;
    padding-left: 20px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiBox .ReadBox p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiBox .ReadBox span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiBox:nth-of-type(2) {
    margin: 0px 55px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiRead {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    clear: both;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 50px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiRead > p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .TotalApiRead span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApiProcess {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApiProcessM {
    display: none;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApplyProcess {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 10px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApplyProcessNum {
    padding: 0px 20px;
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApplyProcessWrap {
    width: 100%;
    height: auto;
    margin-top: 13px;
    background: #F1F1F1;
    border-radius: 5px;
    padding: 30px 20px;
    margin-bottom: 54px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApplyProcessWrap > p {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApplyProcessWrap ul li {
    font-size: 15px;
    line-height: 33px;
  }
  .body .RightWrap .ContentWrap .APIContWrap .ApplyProcessWrap ul li span {
    display: block;
  }
  .body .RightWrap .ContentWrap .APIContWrap .DontAct li {
    font-size: 15px;
    line-height: 33px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SatelliteBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SatelliteBox .ImgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: url(../images/patternbg.png) #fff repeat;
    padding: 24px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SatelliteBox .ImgBox img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap {
    display: inline-block;
    width: 100%;
    height: 75px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap p, .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select, .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap input, .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap button {
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap p {
    line-height: 34px;
    margin-right: 16px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select {
    width: 112px;
    height: 34px;
    padding: 8px 11px;
    color: #727379;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    background: url(../images/SelectBtn2.svg) #ffffff no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-right: 10px;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap select::-ms-expand {
    display: none;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap input[type=text] {
    width: calc(100% - 36px - 40px - 112px - 58px);
    max-width: 500px;
    height: 34px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .body .RightWrap .ContentWrap.SatelliteWrap .SatelliteBoxWrap .SearchWrap button {
    width: 58px;
    height: 34px;
    background: #73BFE6;
    color: #ffffff;
    border-radius: 3px;
    margin-right: 0px;
  }
  .body .RightWrap .IntroContWrap {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px 10px;
  }
  .body .RightWrap .IntroContWrap .IntroTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 45px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox {
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox .IntroImg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox .IntroImgM {
    display: none;
  }
  .body .RightWrap .IntroContWrap .IntroBox {
    width: calc(33% - 37px);
    float: left;
    margin-bottom: 50px;
  }
  .body .RightWrap .IntroContWrap .IntroBox img {
    width: auto;
    max-width: 100%;
    float: left;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 100px);
    height: 100px;
    float: left;
    -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;
    padding-left: 20px;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox p {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #487BF6;
    margin-bottom: 8px;
  }
  .body .RightWrap .IntroContWrap .IntroBox .ReadBox span {
    display: block;
    font-size: 15px;
    line-height: 23px;
  }
  .body .RightWrap .IntroContWrap .IntroBox:nth-of-type(2) {
    margin: 0px 55px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    gap: 52px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_L, .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R {
    width: auto;
    max-width: 50%;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_L .BoldT, .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .BoldT {
    display: block;
    font-weight: bold;
    color: #487BF6;
    margin-bottom: 12px;
    letter-spacing: -1px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .IntroImgBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 .IntroBox_R .IntroImgBoxWrap .IntroImgWrap {
    width: auto;
    max-width: 50%;
  }
  .body .RightWrap .IntroContWrap .IntroImgBox02 img {
    width: auto;
    max-width: 100%;
    border: 1px solid #487BF6;
    border-radius: 8px;
    overflow: hidden;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 span {
    display: block;
    margin-bottom: 8px;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02 {
    margin: 38px 0px 52px;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02.aiModelM {
    display: none;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.IntroImg02.aiModel {
    display: block;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.StepBg {
    display: block;
  }
  .body .RightWrap .IntroContWrap .IntroBox02 img.StepBgM {
    display: none;
  }
  .body .RightWrap .IntroContWrap .Bold_b {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .body .RightWrap .IntroContWrap .errorBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin: 20px 0px 52px 0;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL {
    width: calc(100% - 285px);
    height: auto;
    float: left;
    padding-right: 40px;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroL ul li span {
    color: #F93E1D;
    font-weight: bold;
  }
  .body .RightWrap .IntroContWrap .WhyUseIntroR {
    width: 285px;
    float: right;
  }
  .body .RightWrap.ContRight {
    background-color: #ffffff;
  }
  .body .RightWrap .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 10px 0px 0px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .body .RightWrap .MarkerLayer .ValueWrap {
    width: 100%;
    height: 250px;
    display: inline-block;
    padding: 25px;
  }
  .body .RightWrap .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 .RightWrap .MarkerLayer .ValueWrap .ChartWrap p {
    width: 84px;
    height: 27px;
    padding: 5px 28px;
    background-color: #5CC8FF;
    border-radius: 50px;
    margin-top: 15px;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap p span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .ChartWrap .M_Date {
    display: none;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap {
    width: calc(100% - 220px);
    height: 200px;
    float: right;
    background: #f6f8fa;
    padding: 10px;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap .img {
    width: auto;
    max-width: 100%;
  }
  .body .RightWrap .MarkerLayer .ValueWrap .GraphWrap .M_img {
    display: none;
  }
  .body .RightWrap .MarkerLayer.active {
    bottom: 0px;
  }
  .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 .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;
    top: 2%;
    left: 5%;
  }
  .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;
  }
  .body .LoginWrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    right: 0px;
    top: 0px;
  }
  .body .LoginWrap p, .body .LoginWrap button {
    color: #ffffff;
  }
  .body .LoginWrap p {
    display: none;
  }
  .body .LoginWrap p.active {
    display: block;
  }
  .body .LoginWrap .LoginBtn {
    display: none;
  }
  .body .LoginWrap .LoginBtn.active {
    display: block;
  }
  .body .SubScriptZone {
    width: 100%;
    min-height: calc(100% - 850px - 80px);
    height: auto;
    max-height: 100%;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 8px;
    padding: 20px;
  }
  .body .SubScriptZone p.Title {
    margin-bottom: 12px;
    font-weight: bold;
  }
  .body .SubScriptZone p.Title::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 100px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 4px;
  }
}