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{
    font-family: Pretendard;
}
.hebees_common_modal .popup{
    padding: 0 !important;
    border-radius: 4px;
    overflow: hidden;
}
.hebees_common_modal [slot='header']{
    width: 100%;
    height: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: bold;
    background-color: #f4f7ff;
}
.hebees_common_modal [slot='content']{
    width: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d1d1;
    border-width: 1px 0;
}
.hebees_common_modal [slot='footer']{
    width: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input{
    height: auto !important;
    padding: 4px 10px !important;
    flex-shrink: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    border-radius: 5px !important;
    border: none !important;
    box-shadow: -1px -1px 2px 0px rgba(0, 0, 0, 0.15) inset, 1px 1px 2px 0px rgba(0, 0, 0, 0.15) inset !important;
    color: black !important;
}

.ag-overlay span{
    font-size: 14px;
}
#routify-app > .wrap{
    background: rgba(0, 0, 0, 0.15);
}
#routify-app > .wrap >.popup {
    padding: 0;
    overflow: hidden;
}
#routify-app > .wrap .btn_area{
    overflow: hidden;
}
#routify-app > .wrap .btn_area > button{
    height: 36px;
    border: none;
    border-radius: 0;
}
#routify-app > .wrap .btn_area > button:focus{
    border: none;
    outline: none;
}
#routify-app > .wrap .btn_area > button:hover{
    border: none;
}
#routify-app > .wrap .btn_area > button:nth-child(1){
    margin: 0;
}
#routify-app > .wrap .btn_area > button:nth-child(2){
    border-left: 1px solid #eee;
}
