@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'NEXON Lv2 Gothic';
}

body {
    overflow: hidden;
}

.mapmind-logo {
  background-image: url(/images/logo-light.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 25px;
  z-index: 99999;
  position: fixed;
  top: 10px;
  left: 10px;
  cursor: pointer;
}

.current-location-wrapper {
    position: absolute;
    top: 45px;
    left: 10px;
    z-index: 100;
    letter-spacing: -0.5px;
    padding: 0px 15px;
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
    backdrop-filter: blur(5px);
}

.current-location {
    /* z-index: 100;
    position: fixed; */
    /* bottom: 30px;
    left: calc(50% - 110px);
    background: #fafafa;
    text-align: center;
    color: #1a1a1a;
    width: 220px;
    padding: 6px 0;
    border-radius: 50px;
    line-height: 26px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center; */
    color: #1a1a1a;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    font-size: 14px;
    line-height: 28px;
}

.current-location-ym,
.current-location-pt,
.current-location-gen {
    margin: 0;
    color:#555;
}

.current-location-ym {
    margin-right: 10px;
}

.current-location-gen {
    color: #5c54b3;
}

/* .current-location-ym,
.current-location-pt {
    margin: 0;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: normal;
    text-shadow: 0 0 5px #4646465e;
}


.current-location .current-location-gen {
    line-height: 20px;
    font-size: 18px;
    height: 20px;
    color: #5a24ff;
    font-weight: bold;
    margin: 4px 0;
    text-shadow: 0 0 0 #5a24ff;
} */

.current-location .current-location-gen span {
    font-size: 14px;
}

.current-location .aa {
    font-size: 14px;
    color: #757575;
    line-height: 14px;
    letter-spacing: -1px;
}

.hide {
  display: none;
}

.btn-part {
  right: 25px;
  top: 15px;
  z-index: 9;
  position: fixed;
}

.checkbox {
  display: none;
}

.checkbox-label {
  position: relative;
  padding: 5px 2px 5px 7px;
  margin-bottom: 5px;
  background-color: #999;
  border-radius: 50px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  color: white;
  font-size: 0.9em;
  font-weight: 600;
  transition: all 0.3s;
  width: 100%;
  height: 30px;
  /* line-height: 20px; */
  box-sizing: border-box;
}

.checkbox-label svg path {
  fill: white;
}

.checkbox-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #8B5CF6;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: -1;
}

.checkbox-label .icon {
  width: 16px;
  height: 16px;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
}

.checkbox-label .icon svg {
  width: 100%;
  height: 100%;
  fill: white;
}

.checkbox-label .checkbox-slider {
  z-index: 2;
  position: relative;
  white-space: nowrap;
}

.checkbox-slider {
  padding: 5px;
}

.checkbox:checked+.checkbox-label::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
  border-radius: 50px;
}

.checkbox:checked+.checkbox-label {
  background-color: #8B5CF6;
}

.copyright {
    color: #4a4a4a;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 10;
}

.contact {
    position: absolute;
    right: 0; /* 오른쪽 고정 */
    width: 46px;
    height: 46px;
    background-color: white;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* 아이콘부터 시작 */
    transition: width 0.3s ease, right 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

.contact-text {
    white-space: nowrap;
    color: #493bde;
    font-weight: bolder;
    font-size: 14px;
    margin-left: 8px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.contactBox {
    position: fixed;
    z-index: 888;
    background-color: #1A1A2E;
    right: -400px;
    top: 0;
    height: 100%;
    width: 400px;
    transition: right 0.3s ease;
    box-sizing: border-box;
}

.contactBox input {
    /* display: none; */
}

#contactToggle {
    display: none;
}

.infinity-scroll-wrapper {
    height: calc(100% - 360px);
    overflow: scroll;
    background: #fff;
    border-radius: 10px;
    overflow-x: auto;
}

.infinity-scroll-wrapper{
    -ms-overflow-style: none;
}
.infinity-scroll-wrapper::-webkit-scrollbar{
    display:none;
}

.infinity-scroll-wrapper,
.contactInput {
    width: calc(100% - 20px);
    margin-left: 10px;
    background-color: #252547;
}

.infinity-scroll {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.infinity-scroll-item {
    font-size: 14px;
    box-sizing: border-box;
    border-top: 1px solid #3C3C63;
    padding: 15px 0;
    color:#1a1a1a;
}

.infinity-scroll-item:last-child {
    padding-bottom: 0;
}

.infinity-scroll-item:first-child {
    border-top:0;
    padding-top: 0;
}

/* 문의사항 입력 */
.searchInput {
    width: calc(100% - 20px);
    display: flex;
    background: #252547;
    margin-left: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.searchInput input {
    background-color: #252547;
    border: none;
    line-height: 34px;
    margin-left: 10px;
    outline: none;
    width: calc(100% - 65px);
    padding-left: 10px;
    box-sizing: border-box;
    color:#fafafa;
}

.searchInput button {
    cursor: pointer;
    color: #fff;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background-image: url(./images/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    background-color: #252547;
}

.contactInput {
    padding-top: 10px;
    border-radius: 10px;
    border: 1px solid #2E283C;
    background-color: #252547;
    margin-top: 10px;
}

.contactInput input,
.contactInput textarea {
    border: none;
}

.contactInput input::placeholder,
.contactInput textarea::placeholder,
.searchInput input::placeholder {
    color: #65658E;
}

.contactInput .emailInput {
    width: 100%;
    height: 38px;
    border: none;
    border-bottom: 1px solid #3C3C63;
    padding: 0px 10px 5px 10px;
}

.contactInput textarea {
    width: calc(100% - 20px);
    border: none;
    height: 150px;
    resize: none;
    margin: 10px;
    border-bottom: 1px solid #3C3C63;
}

.contactInput textarea:focus,
.searchInput input:focus {
    /* background-color: #F4F2FF; */
}

.contactInput .emailInput,
.contactInput textarea,
#savePassword {
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    color:#fafafa;
    background-color: #252547;
}

.contactInput .flex {
    display: flex;
    padding: 0px 10px 10px 10px;
    justify-content: left;
}

.contactInput .flex button {
    cursor: pointer;
    border: none;
    background-color: #8B5CF6;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 20px;
    margin-left: auto;
}

.contactInput .flex input {
    /* border-bottom: 1px solid #eee; */
    font-size: 12px;
    background-color: #3D4373;
}

.contactInput .flex svg {
    width: 20px;
}

.contactInput .flex svg circle {
    fill: #493bde !important;
}

.contactInput .flex svg rect {
    fill: #493bde !important;
}

.contactInput .flex svg path {
    stroke: #493bde !important;
}

.infinity-scroll-item div {
    font-size: 14px;
    color:#1a1a1a;
}

.infinity-scroll-item .qnaBox .time {
    font-size: 12px;
    display: flex;
    color:#858090;
}

.infinity-scroll-item .qnaBox .time span:first-child {
    margin-right: 15px;
    position: relative;
}

.infinity-scroll-item .qnaBox .time span:first-child:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #858090;
    position: absolute;
    right: -7px;
    top: 2px;
}


.infinity-scroll-item .qnaBox .txt {
    font-size: 16px;
    color:#FFFEFF;
    margin: 10px 0;
}

.infinity-scroll-item .anserTime {
    font-size: 12px;
}

.qnaBox {
    cursor: pointer;
}

.qnaBox .step {
    background-color: #610C9F;
    color: #fafafa;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 10px;
    display: inline-block;
}

.qnaBox:hover {
    border-radius: 10px;
    outline: 1px solid white;
}

.infinity-scroll-item .anser .txt {
    background: #4f5896;
    padding: 10px;
    display: block;
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    color: #fafafa;
}

.infinity-scroll-item .anser .time {
    color:#aaa;
    background: #4f5896;
    padding: 0 10px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.button.button--shikoba {
    cursor: pointer;
    font-family: 'NEXON Lv2 Gothic';
    font-size: 14px;
    font-weight: bold;
    padding: 12px 30px 14px 50px;
    overflow: hidden;
    background: #7346F3;
    color: #fff;
    /* border-color: #37474f; */
    border: 2px solid #7346F3;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    border-radius: 20px;
    position: relative;
    width: calc(50% - 10px);
}

.button--shikoba.button--inverted {
    color: #fff;
    background: #610C9F;
}

.button--shikoba > span {
    display: inline-block;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--shikoba .button__icon {
    position: absolute;
    left: 20px;
    font-size: 18px;
    -webkit-transform: translate3d(-40px, 2.5em, 0);
    transform: translate3d(-40px, 2.5em, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--shikoba::after {
    content: '';
    position: absolute;
    left: 40px;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8h12m0 0l-4-4m4 4l-4 4' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate3d(0, 2.5em, 0) translateY(-50%);
    transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    opacity: 0;
}

.button--shikoba.btnContact::after {
    background-image: url("images/contact.svg");
    width: 18px;
    height: 18px;
}

.button--shikoba:hover .button__icon,
.button--shikoba:hover > span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button--shikoba:hover::after {
    transform: translate3d(0, 0, 0) translateY(-50%);
    opacity: 1;
}

.button--shikoba:hover {
    background: linear-gradient(to right, #610C9F 0%, #940B92 100%);
    border-color: #610C9F;
    color: #fff;
}

#contact {
    position: absolute;
    z-index: 500;
    bottom: 30px;
    right: 30px;
    width: 180px;
    height: 48px;
}

.mapTap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mapTap button {
    cursor: pointer;
    background-color: #fff;
    border: none;
    padding-top: 40px;
    padding-bottom: 3px;
    width: 60px;
    border-radius: 3px;
    position: relative;
    font-size: 12px;
    border: 2px solid #fff;
    transition: .3s ease-in;
}

.mapTap button.active {
    border-color: #8B5CF6;
    color:#8B5CF6;
}

.mapTap button::before {
    content: '';
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 24px);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.mapTap button.satellite {
    margin-left: 5px;
}

.mapTap button.nomal::before {
    background-image: url(/images/map2.png);
}

.mapTap button.satellite::before {
    background-image: url(/images/map1.png);
}


:root {
  --lg-bg-color: rgba(255, 255, 255, 0.25);
  --lg-highlight: rgba(255, 255, 255, 0.75);
  --lg-text: #ffffff;
  --lg-hover-glow: rgba(255, 255, 255, 0.4);
  --lg-red: #fb4268;
  --lg-grey: #5b5b5b;
}
/* ========== CONTAINER ========== */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container--inline {
  flex-direction: row;
}

/* ========== GLASS CONTAINER ========== */
.glass-container {
  position: relative;
  display: flex;
  font-weight: 600;
  color: var(--lg-text);
  /* background: rgba(255, 255, 255, .3); */
  background: radial-gradient(#ffffff, #ffffff17);
  overflow: hidden;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  border-radius: 7px;
}

.glass-container--large {
  /* min-width: 32rem; */
}

/* ========== GLASS LAYERS ========== */
.glass-filter {
  position: absolute;
  inset: 0;
  z-index: 0;
  backdrop-filter: blur(0px);
  filter: url(#lg-dist);
  isolation: isolate;
}

.glass-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--lg-bg-color);
}

.glass-specular {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  overflow: hidden;
  box-shadow: inset 1px 1px 0 var(--lg-highlight),
    inset 0 0 5px var(--lg-highlight);
}

.glass-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 20px;
}

.glass-content--inline {
  /* padding: 0.25rem 2rem 0.25rem 0.75rem;
  flex: 1 1 auto;
  justify-content: space-between; */
}

/* ========== ICONS AND IMAGES ========== */
.glass-content a {
  display: inline-block;
  position: relative;
  padding: 1px;
  border-radius: 1.2rem;
}

.glass-content a img {
  display: block;
  width: 75px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.glass-content a img:hover {
  transform: scale(0.95);
}


/* 툴팁 */
.deckgl-tooltip-box {
    background-color: #1a1a1a;
    color: #fafafa;
    font-size: 14px;
    border-radius: 5px;
    padding: 7px 15px;
    box-sizing: border-box;
    line-height: 19px;
    min-height: 30px;
    min-width: 110px;
    text-align: center;
    transform: translate(-50%, 15px);
    z-index: 3;
}

.deckgl-tooltip-box table tr th,
.deckgl-tooltip-box table tr td {
    word-break: keep-all;
}

.deckgl-tooltip-box::before {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    left: calc(50% - 4px);
    border-top: 10px solid transparent;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #1a1a1a;
}
.sanddance-panel {
    display: none;
}

#koreanSummary .radio-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:12px 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    backdrop-filter: blur(1px);
    isolation: isolate;
    box-shadow: inset 1px 1px 0 var(--lg-highlight), inset 0 0 5px var(--lg-highlight);
}

#koreanSummary .radio-wrapper label {
    width: 50%;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
}

#koreanSummary .radio-wrapper div {
    font-size: 14px;
    color: #333;
    border-radius: 9px;
    /* background: rgba(255, 255, 255, 0.1); */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
}

#koreanSummary .radio-wrapper input[type="radio"]:checked+div {
    color: #000;
    position: relative;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1) inset;
}

#koreanSummary .radio-wrapper input[type="radio"]:checked+div:after {
    /* content: '';
    display: block;
    width: 100%;
    height: 34px;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7px; */
}

/* #koreanSummary .radio-wrapper input[type="radio"]+div:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease; 
} */


#koreanSummary .radio-wrapper input {
    display: none;
}

#sidoDetailChartWrapper,
#detailMapWrapper,
#koreanSummaryWrapper {
    transition: 1s ease-in;
}

#koreanSummary #monthGenList {
    font-size: 14px;
    list-style: none;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 10px 10px;
    box-shadow: 0 0 5px #ffffff75;
    color: #1a1a1a;
    font-weight: normal;
    box-sizing: border-box;
    border-radius: 10px;
    backdrop-filter: blur(1px);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

#koreanSummary #monthGenList:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

#koreanSummary #monthGenList li {
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    transition: .3s ease-in;
    position: relative;
    overflow: hidden;
}

#koreanSummary #monthGenList li.whole {
    font-weight: bold;
    background: #8b5cf624;
    padding: 7px;
}

#koreanSummary #monthGenList li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #8b5cf624, transparent);
    transition: left 0.5s ease;
}

#koreanSummary #monthGenList li:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

#koreanSummary #monthGenList li.whole:hover {
    background: #8b5cf624;
    transform: translateY(0);
}

#koreanSummary #monthGenList li:hover:before {
    left: 100%;
}

#koreanSummary #monthGenList li.li-head {
    font-weight: bold;
    padding-bottom: 7px;
    cursor:unset;
}

#koreanSummary #monthGenList li.li-head:before {
    background: unset;
    display: none;
}

#koreanSummary #monthGenList li.li-head:hover {
    transform: translateY(0);
    background: unset;
}

#koreanSummary #monthGenList li .area {
    width: 100px;
    display: inline-block;
}

#koreanSummary #monthGenList li .kw {
    width: 100px;
    text-align: right;
    display: inline-block;
    letter-spacing: -0.5px;
}

#koreanSummary #monthGenList li .percent {
    text-align: right;
    display: inline-block;
    width: 90px;
    letter-spacing: -0.5px;
}

#goToKorea {
    width: 100px;
    height: 32px;
    border-radius: 5px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 3;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
}

#goToKorea:hover {
    background: rgba(255, 255, 255, 0.2);
}

#goToKorea:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

#goToKorea:hover:before {
    left: 100%;
}


#select-sido-name {
    color: #1a1a1a;
    font-size: 24px;
    pointer-events: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.tipbox tr th {
    text-align-last: left;
}

.scope {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    right: 230px;
    width: 100px;
    height: 20px;
    color: red;
    /* background: linear-gradient(to right, #328E8A33, #328E8A); */
}

.scope:before {
    display: block;
    position: absolute;
    /* color: #333; */
    font-size: 12px;
    letter-spacing: -1px;
    content: 'Low';
    left: -10px;
    top: -15px;
}

.scope:after {
    display: block;
    position: absolute;
    /* color: #333; */
    font-size: 12px;
    letter-spacing: -1px;
    content: 'High';
    right: -10px;
    top: -15px;
}