#display {
    cursor: default;
  }
  
  #model {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
  }
  
  .body-dark,
  .body-dark a {
    color: #fff;
  }
  
  .body-light,
  .body-light a {
    color: #2b2b2b;
  }
  
  #days {
    color: #fff;
  }
  
  .body-dark a {
    font-weight: normal;
  }
  
  .popup-radar-sidemenu,
  .close-radar-side-menu,
  .animation-wrap-a,
  .legend-wrap,
  #measure,
  #unitsMenu,
  #marker-detail,
  #message {
    line-height: 1.6em;
  }
  
  #map,
  #animation,
  #nogl,
  #teximage,
  #places {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
  }
  
  #teximage,
  #nogl {
    z-index: -1;
  }
  
  #radar-type {
    position: absolute;
    bottom: 108px;
    font-size: 1em;
    display: none;
    border-radius: 40px;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
    -o-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
    color: #0091EA;
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: opacity 200ms ease;
    -webkit-transition: opacity 200ms ease;
    
  }
  
  #message {
    position: absolute;
    bottom: 160px;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: all;
  }
  
  #message div {
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 5px;
    pointer-events: all;
  }
  
  .body-dark #radar-type,
  .body-dark #radar-side-menu,
  .body-dark .marker-wrap-a,
  .body-dark .marker-distance-wrap,
  .body-dark .animation-wrap-a,
  .body-dark #message div {
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .body-light #radar-type,
  .body-light #radar-side-menu,
  .body-light .marker-wrap-a,
  .body-light .marker-distance-wrap,
  .body-light .animation-wrap-a,
  .body-light #message div {
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  .body-dark .location-close-wrap span,
  .body-dark .animation-back-wrap-b,
  .body-dark .animation-play-wrap-b {
    background-color: #000;
  }
  
  .body-light .location-close-wrap span,
  .body-light .animation-back-wrap-b,
  .body-light .animation-play-wrap-b {
    background-color: #fff;
  }
  
  .normal #radar-type {
    right: 12px;
    padding: 5px 20px 5px 10px;
  }
  
  .mirror #radar-type {
    left: 12px;
    padding: 5px 10px 5px 20px;
  }
  
  .popup-radar-sidemenu {
    position: fixed;
    top: 0;
    left: auto;
    z-index: 1000;
    height: 100%;
    width: 100%;
  }
  
  .popup-radar-sidemenu.show {
    display: block;
  }
  
  .popup-radar-sidemenu.hide {
    display: none;
  }
  
  #radar-side-menu {
    position: fixed;
    overflow: scroll;
    top: 0;
    width: 200px;
    z-index: 101;
    font-size: 0.9em;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    -o-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
  
  .normal #radar-side-menu {
    right: -210px;
    transition: right 200ms ease;
    -webkit-transition: right 200ms ease;
    
  }
  
  .mirror #radar-side-menu {
    left: -210px;
    transition: left 200ms ease;
    -webkit-transition: left 200ms ease;
    
  }
  
  #radar-side-menu .ol-first {
    padding: 50px 0 20px 0;
  }
  
  .normal #radar-side-menu .icon1 {
    margin-left: -42px;
    margin-right: 15px;
  }
  
  .mirror #radar-side-menu .icon1 {
    margin-left: 15px;
    margin-right: -42px;
  }
  
  #radar-side-menu span {
    display: block;
    cursor: pointer;
  }
  
  .normal #radar-side-menu span {
    padding: 10px 10px 10px 62px;
  }
  
  .mirror #radar-side-menu span {
    padding: 10px 62px 10px 10px;
  }
  
  .normal #radar-side-menu ol ol span {
    padding: 10px 10px 10px 62px;
  }
  
  .mirror #radar-side-menu ol ol span {
    padding: 10px 62px 10px 10px;
  }
  
  #radar-side-menu li.act {
    background-color: rgba(62, 161, 255, 0.6);
  }
  
  .wrap-over-show {
    transition: height 200ms ease;
    -webkit-transition: height 200ms ease;
    
  }
  
  .wrap-over-hide {
    transition: height 200ms ease;
    -webkit-transition: height 200ms ease;
    
  }
  
  #wrap-over-wind,
  #wrap-over-temp,
  #wrap-over-press,
  #wrap-over-clouds {
    height: 0;
    overflow: hidden;
  }
  
  .markerA {
    fill: #00ff34;
    stroke: #00ff34;
    stroke-width: 3;
  }
  
  .markerB {
    fill: #00ff34;
    stroke: #00ff34;
    stroke-width: 3;
  }
  
  .country-dark {
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 1.25px;
    fill: none;
  }
  
  .country-light {
    stroke: rgba(0, 0, 0, 0.5);
    stroke-width: 1.25px;
    fill: none;
  }
  
  .pref-dark {
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 1px;
    fill: none;
  }
  
  .pref-light {
    stroke: rgba(0, 0, 0, 0.3);
    stroke-width: 1;
    fill: none;
  }
  /* readme 다크테마일떄 위치명 색상 */
  .labels-dark {
    font-size: 1em;
    fill: #D5D6D6;
    text-anchor: middle;
    -moz-user-select: none;
    user-select: none;
  }
  
  .labels-light {
    font-size: 1em;
    fill: #000000;
    text-anchor: middle;
    -moz-user-select: none;
    user-select: none;
    text-shadow: 0 0 5px #FFF;
  }
  /* readme 다크테마일떄 위치 점 색상 */
  .place-circle-dark {
    fill: #D5D6D6;
  }
  
  .place-circle-light {
    fill: #000000;
  }
  
  #legend-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    font-size: 1em;
    line-height: 0;
  }
  
  .legend-wrap-b {
    position: relative;
    width: 100%;
    height: 18px;
  }
  
  #legend-bar {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .mirror #legend-bar {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  
  .legend-value-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    padding: 3px 18px 0 18px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  
  .legend-value-wrap span {
    display: inline;
    font-size: 12px;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    color: rgba(255, 255, 255, 1.0);
  }
  
  .normal #measure {
    position: absolute;
    bottom: 78px;
    right: 2px;
    display: none;
  }
  
  .mirror #measure {
    position: absolute;
    bottom: 75px;
    left: 20px;
  }
  
  .measure-text {
    display: inline-block;
    font-size: 12px;
    margin: 0 6px 0 0;
  }
  
  .mirror .measure-text {
    margin: 0 0 0 6px;
  }
  
  .body-dark .measure-box {
    display: inline-block;
    height: 8px;
    width: 100px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-top: none;
  }
  
  .body-light .measure-box {
    display: inline-block;
    height: 10px;
    width: 100px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-top: none;
  }
  
  .close-radar-side-menu {
    display: none;
  }
  
  #marker-detail {
    position: absolute;
    top: 35px;
    left: 50%;
    display: none;
    width: 168px;
    margin-left: -82px;
    pointer-events: all;
    transition: top 200ms ease;
    -webkit-transition: top 200ms ease;
    
  }
  
  #marker-detail.notch {
    top: 70px;
  }
  
  .marker-wrap-a {
    display: inline-block;
    width: 168px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 10px 10px 5px 10px;
    vertical-align: top;
    text-align: center;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    -o-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
  
  .marker-wrap-a.left {
    margin: 0 4px 0 0;
  }
  
  .mirror .marker-wrap-a.left {
    margin: 0 0 0 4px;
  }
  
  .marker-wrap-b {
    display: block;
    padding: 5px 0;
  }
  
  .marker-wrap-b.second {
    display: none;
  }
  
  .marker-wrap-c {
    display: inline-block;
    text-align: left;
  }
  
  .mirror .marker-wrap-c {
    text-align: right;
  }
  
  #markerB-wrap {
    display: none;
  }
  
  .markerA-circle {
    width: 20px;
    height: 20px;
    margin: -15px auto 0 auto;
    border-radius: 15px;
    background-color: #0091EA;
  }
  
  .markerB-circle {
    display: block;
    width: 20px;
    height: 20px;
    margin: -15px auto 0 auto;
    border-radius: 15px;
    background-color: #0091EA;
  }
  
  .wind-arrow-wrap-a {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 4px;
    min-width: 20px;
  }
  
  .wind-arrow-wrap-b {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 15px;
  }
  
  .marker-wrap-a .icon1 {
    vertical-align: sub;
    font-size: 1.8em;
  }
  
  .marker-detail-arrow.icon1 {
    display: block;
    width: 15px;
    margin: 0 auto;
    font-size: 15px;
  }
  
  .bigNumber {
    font-size: 1.8em;
    font-weight: 400;
  }
  
  .thin {
    font-size: 0.8em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
  }
  
  .degree-text {
    display: inline-block;
    overflow: hidden;
    max-width: 35px;
    max-height: 30px;
    word-wrap: break-word;
    font-size: 0.8em;
    line-height: 0.9em;
    margin-bottom: -0.1em
  }
  
  .marker-distance-wrap {
    display: none;
    position: absolute;
    top: 25px;
    left: 50%;
    width: 4px;
    height: 40px;
    margin-left: -2px;
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
    -o-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  }
  
  #marker-distance-value,
  #marker-distance-unit {
    position: absolute;
    top: 27px;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    text-align: center;
    font-size: 0.9em;
    z-index: 10;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
  }
  
  #marker-distance-unit {
    top: 40px;
  }
  
  .location-close-wrap {
    position: absolute;
    bottom: -10px;
    width: 40px;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    -o-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
  
  .normal .location-close-wrap {
    right: -10px;
  }
  
  .mirror .location-close-wrap {
    left: -10px;
  }
  
  .location-close-wrap span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  
  .location-close-wrap span:before,
  .location-close-wrap span:after {
    position: absolute;
    top: 17px;
    right: 17px;
    content: "";
    width: 18px;
    height: 18px;
    z-index: 3;
    box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
  }
  
  .location-close-wrap span:after {
    right: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  .body-dark .location-close-wrap span:before,
  .body-dark .location-close-wrap span:after {
    border-right: 1px solid #CCC;
  }
  
  .body-light .location-close-wrap span:before,
  .body-light .location-close-wrap span:after {
    border-right: 1px solid #333;
  }
  
  #markerA-wind-units-mirror,
  #markerB-wind-units-mirror,
  #markerA-value-units-mirror,
  #markerB-value-units-mirror {
    display: none;
  }
  
  .animation-wrap-a {
    position: absolute;
    bottom: 18px;
    left: 0;
    display: none;
    width: 100%;
    height: 60px;
  }
  
  #animation-play-wrap-a {
    position: absolute;
    top: 0;
    width: 70px;
    height: 60px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  
  #animation-back-wrap-a {
    position: absolute;
    top: -60px;
    width: 70px;
    height: 50px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  #animation-back-wrap-a.hide {
    display: none;
  }
  
  #animation-back-wrap-a.act {
    display: block;
  }
  
  .animation-back-wrap-b {
    position: absolute;
    top: 5px;
    width: 42px;
    height: 42px;
    border-radius: 25px;
    box-sizing: border-box;
    border: 2px solid #0091EA;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    -o-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    opacity: 1;
    transition: opacity 200ms ease;
    -webkit-transition: opacity 200ms ease;
    
  }
  
  .normal .animation-back-wrap-b {
    left: 15px;
  }
  
  .mirror .animation-back-wrap-b {
    right: 15px;
  }
  
  .animation-play-wrap-b {
    position: absolute;
    top: 8px;
    width: 42px;
    height: 42px;
    border-radius: 25px;
    box-sizing: border-box;
    border: 2px solid #0091EA;
  }
  
  .normal .animation-play-wrap-b {
    left: 15px;
  }
  
  .mirror .animation-play-wrap-b {
    right: 15px;
  }
  
  .animation-button-play {
    position: absolute;
    top: 12px;
    left: 11px;
    width: 18px;
    box-sizing: border-box;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #0091EA;
    border-left: 10px solid transparent;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .animation-button-pause {
    position: absolute;
    top: 11px;
    left: 13px;
    width: 12px;
    height: 16px;
    box-sizing: border-box;
    border-right: 4px solid #0091EA;
    border-left: 4px solid #0091EA;
  }
  
  .animation-button-back {
    position: absolute;
    top: 13px;
    left: 12px;
    width: 8px;
    box-sizing: border-box;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #0091EA;
    border-left: 8px solid transparent;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  
  .animation-button-back:before {
    position: absolute;
    top: -2px;
    left: -8px;
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    box-sizing: border-box;
    border-top: 3px solid #0091EA;
  }
  
  .animation-timeline-wrap-a {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .normal .animation-timeline-wrap-a {
    margin: 0 0 0 70px;
  }
  
  .mirror .animation-timeline-wrap-a {
    margin: 0 70px 0 0;
  }
  
  .animation-timeline-wrap-a::-webkit-scrollbar {
    display: none;
  }
  
  #animation-timeline-wrap-b {
    position: relative;
    z-index: 2;
    padding-top: 5px;
  }
  
  .animation-day-wrap-a {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 50px;
    box-sizing: border-box;
    z-index: -1;
  }
  
  .body-dark .animation-day-wrap-a {
    border-right: 1px solid #444;
  }
  
  .body-light .animation-day-wrap-a {
    border-right: 1px solid #ddd;
  }
  
  .animation-day-wrap-b {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
  }
  
  .animation-day-wrap-a.long,
  .animation-day-wrap-a.long .animation-day-wrap-b {
    width: 480px;
  }
  
  .animation-day-wrap-b span {
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    font-size: 14px;
    line-height: 1;
    padding: 2px 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color 400ms ease;
    -webkit-transition: background-color 400ms ease;
    
  }
  
  .normal .animation-day-wrap-b span {
    left: 0;
  }
  
  .mirror .animation-day-wrap-b span {
    right: 0;
  }
  
  .animation-day-wrap-a.act span {
    color: #fff !important;
    background-color: #ffab00;
    box-sizing: border-box;
    padding-top: 3px;
    border-radius: 15px;
    font-size: 14px;
  }
  
  .body-dark .animation-day-wrap-b .no,
  .body-dark #animation-time-wrap .no {
    color: #666;
  }
  
  /* .body-light .animation-day-wrap-b .no,
  .body-light #animation-time-wrap .no {
    color: #AAA;
  } */
  
  #animation-time-wrap {
    position: absolute;
    top: 0;
    box-sizing: border-box;
  }
  
  .normal #animation-time-wrap {
    left: 0;
  }
  
  .mirror #animation-time-wrap {
    right: 0;
  }
  
  #animation-time-wrap span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 60px;
    vertical-align: top;
    padding-top: 36px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color 400ms ease;
    -webkit-transition: color 400ms ease;
    
  }
  
  #animation-time-wrap span:before {
    content: "";
    transition: background-color 400ms ease;
    -webkit-transition: background-color 400ms ease;
    
  }
  
  #animation-time-wrap .act {
    color: #fff !important;
    padding-top: 34px;
    font-size: 15px;
  }
  
  #animation-time-wrap .act:before {
    position: absolute;
    top: 32px;
    right: 0;
    z-index: -1;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background-color: #0091EA;
  }
  
  #load-ring {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    box-sizing: border-box;
    border-radius: 50%;
  }
  
  #load-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border: 0px solid #0091EA;
    border-radius: 50%;
    animation: load-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0091EA transparent transparent transparent;
  }
  
  #load-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  
  #load-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  
  #load-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  
  @keyframes load-ring {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .logo-wrap {
    display: none;
    position: absolute;
    top: 5px;
    left: 10px;
  }
  
  .logo-wrap a {
    display: inline-block;
    width: 176px;
    height: 43px;
    padding-top: 5px;
    overflow: visible;
  }
  
  .logo-wrap img {
    box-sizing: border-box;
    width: 176px;
    height: 43px;
  }