@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

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

.DayPickerInput-OverlayWrapper {
  left: -200px;
}
.InputFromTo .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
  background-color: #f0f8ff !important;
  color: #4a90e2;
}
.InputFromTo .DayPicker-Day {
  border-radius: 0 !important;
}
.InputFromTo .DayPicker-Day--start {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.InputFromTo .DayPicker-Day--end {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.InputFromTo .DayPickerInput-Overlay {
  width: 550px;
}
.InputFromTo-to .DayPickerInput-Overlay {
  margin-left: -198px;
}

.Modal {
  position: absolute;
  /* top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  outline: none;
}
.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color : rgba(0, 0, 0, 0.64);
}

.custom-marker {
  color: white; 
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color:#2962ff;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #2962ff;
  cursor: pointer;
}

.custom-marker-active {
  color: #2962ff;
  background-color: white;
}
.custom-marker:hover {
  color: #2962ff;
  background-color: white;
}

.overlay-dong {
  cursor: pointer;
  position: relative;
  width: 52px;
  height: 34px;
  border-radius: 17px;
  border: solid 2px #2962ff;
  background-color: #2962ff;
  box-sizing: border-box;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.overlay-dong-active {
  width: 52px;
  height: 34px;
  border-radius: 17px;
  border: solid 2px #2962ff;
  background-color: #ffffff;
  color: #2962ff;  
}
.overlay-dong.overlay-dong-active > div {
  background-color: #2962ff;
  color: #ffffff; 
}
.overlay-dong:hover {
  width: 52px;
  height: 34px;
  border-radius: 17px;
  border: solid 2px #2962ff;
  background-color: #ffffff;
  color: #2962ff;
}
.overlay-dong:hover > div {
  background-color: #2962ff;
  color: #ffffff;
}
.overlay-dong > div {
  text-align: right;
  padding: 12px 10px;
  z-index: -1;
  top: -2px;
  left: 30px;
  position: absolute;
  /* width: 90px; */
  height: 34px;
  background-color: #ffffff;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
  padding-left: 30px;
  border-radius: 5px;
}
.overlay-dong > div > span {
  display: inline-block;
  vertical-align: 5px;
  margin-top: -5px;
}

.custom-cluster {

}

/* flex 관련 공통 클래스 */
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-item {
  flex: 1;
}
.ReactModal__Overlay {
  /* z-index: 1000; */
  z-index: 10000;
}
/* 
body {
  margin: 0 0 0 0;
  height: 100%;
}

html {
  height: 100%;
}

html,
body {
  background-color: #fafafa;
}

* {
  font-family: 'Noto Sans KR', sans-serif;
}

@media (min-width: 1905px) {
  body {
    overflow-x: hidden;
  }
}

#root {
  height: 100%;
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
}

input::-ms-clear,
::-ms-reveal {
  display: none;
} */

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading {
  filter: blur(10px);
  clip-path: inset(0);
}

.loaded {
  filter: blur(0px);
  transition: filter 0.5s linear;
}
