<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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, input, textarea,button,select {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: Pretendard;
    line-height: 1.2;
    -webkit-appearance: none;
    box-sizing: border-box;
    background: transparent;
}
img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#routify-app{
    /*width: 100vw;*/
    height: 100vh;
    padding: 0 env(safe-area-inset-rigth) 0 env(safe-area-inset-left);
    display: flex;
    flex-direction: column;
    align-items: center;
}
#routify-app &gt; .wrap{
    background: rgba(0, 0, 0, 0.15);
}

#routify-app &gt; .wrap &gt; .popup{
    padding: 0;
}

/*splide custom css*/
.splide{
    max-width: 100%;
}
.splide__pagination__tag{
    height: 24px;
    padding: 16px 0 !important;
    position: static !important;
    gap: 8px;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start !important;
    box-sizing: content-box !important;
    �뱖ebkit-overflow-scrolling: touch;
    -ms-overflow-style: none; /* �명꽣�� �듭뒪�뚮줈�� */
    scrollbar-width: none; /* �뚯씠�댄룺�� */
    -webkit-transform: translateZ(0);
    pointer-events: auto !important;
}

.splide__pagination__tag::-webkit-scrollbar {
    display: none;
}

.splide__pagination__tag .splide__pagination__page{
    width: fit-content;
    height: 30px;
    margin: 0;
    padding: 6px 16px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 100px;
    background: #F5F5F5;
    color: #767676;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}
.splide__pagination__tag .splide__pagination__page.is-active{
    transform: none;
    background: #F7ECFF;
    color: #111;
}
.splide__pagination__tag li{
    flex-shrink: 0;
}
.splide__pagination__tag .splide__pagination__page &gt; *{
    flex-shrink: 0;
}
.splide__pagination__popup{
    position: static !important;
    column-gap: 16px;
}

.splide__pagination__popup .splide__pagination__page{
    margin: 0;
    flex-shrink: 0;
    background: #D9D9D9;
}
.splide__pagination__popup .splide__pagination__page.is-active{
    transform: none;
    background: #454545;
}
@media (max-width: 720px)  {
    #routify-app {
        height: auto;
        overflow-x: hidden;
    }
}
</pre></body></html>