@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap');

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: keep-all;
    font-family: "Pretendard", sans-serif !important;
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
    display: block;
    border: 0;
    *margin: 0;
    *padding: 0;
    *font-size: 0
}

html, body {
    width: 100%;
    min-width:280px;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    color: #333;
    font-weight: 500;
    background: #fff;
    overflow-x: hidden;
}

body {
    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a[href^="tel"] {
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    width:auto;
}

input, select, textarea{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: "Pretendard", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

input::placeholder, 
select:invalid{
    color: #B1B1B7;
    font-size: 14px;
    font-weight: 400;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

input:read-only {
    outline: none;
    background : #F5F6F7;
}

input:read-only:focus {
    border: 1px solid #DBDBDB;
}

select option[value=""][disabled] {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img, iframe {
    border: 0
}

ul, ol {
    list-style: none;
}

caption, legend {
    display: none
}

em, i {
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

button {
    cursor: pointer;
}

/****************************************
  scrollbar
*****************************************/
::-webkit-scrollbar {
    width: 8px;
    height:3px;
}


::-webkit-scrollbar-thumb {
    background: #ececec;
    border: none;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 8px;
}