@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

body {
    min-height: var(--map-height);
    margin: 0 auto;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#map {
    width: 100%;
    height: var(--map-height);
}

.accordion-container {
    position: absolute;
    top: 10px;
    width: 100%;
    max-width: 500px;
    max-height: 100px;
    height: auto;
    padding: 10px;
    opacity: 0.92;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #9ec5fe;
}

.set > a {
    display: block;
    padding: 1px;
    text-decoration: none;
    color: #555;
    font-size: 18px;
    font-weight: 800;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set > a i {
    float: right;
    margin-top: 5px;
}

.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    overflow: scroll;
    max-height: 400px;
}

.content p {
    padding: 10px 15px;
    margin-top: 0;
    color: #333;
    height: 100%;
    overflow: scroll;
    max-height: 200px;
}

.text-center {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100%;
}

.spinner-border {
    display: block;
    position: fixed;
    top: calc(50% - (24px / 2));
    left: calc(50% - (24px / 2));
}

input[type="search"]::-webkit-search-cancel-button {
    /* remove default */
    -webkit-appearance: none;

    height: 14px;
    width: 14px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 14px;
}

.spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
