@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");


* {
    padding: 0;
    margin: 0;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

html, body {
}

.azalea_map_box {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    flex-wrap: nowrap;
}

.azalea_title {
    text-align: center;
    width: 100%;
    overflow: auto;
}

.azalea_title i {
    color: #fff;
}


.azalea_title h1 {
    letter-spacing: 1px;
    margin: 0;
    margin-top: 5px;
    padding: 10px;
    border-radius: 7px;
    background: #af1c13;
    color: #fff;
}


.azalea_title h1 span {
    color: #fff608;
}

.azalea_map {
    width: 100%;
}

@media (max-height : 411px) {

    .azalea_map {
        width: 100%;
        height: 100%;
    }

    .azalea_title i {
        display: none;

    }

    .azalea_title h1 {
        display: none;

    }

    .azalea_title h2 {
        display: none;
    }


}

