@charset "UTF-8";

:root {
    --space-2: 2px;
    --space-3: 3px;
    --space-4: 4px;
    --space-5: 5px;
    --space-6: 6px;
    --space-7: 7px;
    --space-8: 8px;
    --space-9: 9px;
    --space-10: 10px;
    --space-11: 11px;
    --space-12: 12px;
    --space-13: 13px;
    --space-14: 14px;
    --space-15: 15px;
    --space-16: 16px;
    --space-18: 18px;
    --space-20: 20px;
    --space-22: 22px;
    --space-24: 24px;
    --space-25: 25px;
    --space-30: 30px;
    --space-33: 33px;
    --space-35: 35px;
    --space-37: 37px;
    --space-40: 40px;
    --space-45: 45px;
    --space-48: 48px;
    --space-50: 50px;
    --space-55: 55px;
    --space-60: 60px;
    --space-70: 70px;
    --space-75: 75px;
    --space-77: 77px;
    --space-80: 80px;
    --space-90: 90px;
    --space-100: 100px;
    --space-130: 130px;
    --space-280: 280px;

    --font-10: 10px;
    --font-11: 11px;
    --font-12: 12px;
    --font-13: 13px;
    --font-14: 14px;
    --font-15: 15px;
    --font-16: 16px;
    --font-17: 17px;
    --font-18: 18px;
    --font-19: 19px;
    --font-20: 20px;
    --font-22: 22px;
    --font-21: 21px;
    --font-23: 23px;
    --font-24: 24px;
    --font-25: 25px;
    --font-28: 28px;
    --font-30: 30px;
    --font-31: 31px;
    --font-32: 32px;
    --font-35: 35px;
    --font-38: 38px;
    --font-40: 40px;
    --font-45: 45px;
    --font-48: 48px;
    --font-50: 50px;
    --font-60: 60px;
    --font-130: 130px;

    --font-applesdgneo: "Apple SD Gothic Neo";

    --fw-thin: 100;
    --fw-extralight: 200;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-extrabold: 800;
    --fw-black: 900;

    --color-primary: #EA5514;
    --color-beige: #FCE9DB;
    --color-dark:#222021;
    --color-basic: #434142;
    --color-light: #565454;
    --color-gray66: #666464;
    --color-gray99: #999999;
    --color-grayec: #ECECEC;
    --color-grayf8: #F8F8F8;
    --color-white: #FFFFFF;

    --border: 1px solid #E1E1E1;


    --transition: all 0.3s;
    --flex-box: flex;
}

html {
    scroll-behavior: smooth;
    min-width: 280px;
    overflow-x: hidden;
    font-size:var(--font-20);
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button,
address, code, em, img, select,
small, strong, sub, sup, var, button,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, mark, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    font-family: 'Pretendard', sans-serif;
    font-weight:inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: keep-all;
    color: var(--color-basic)
}
    @media all and (max-width: 1023px) {
        body, div, span, object, iframe,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, button,
        address, code, em, img, select,
        small, strong, sub, sup, var, button,
        b, i, dl, dt, dd, ol, ul, li,
        fieldset, form, label, legend, input, textarea,
        table, caption, tbody, tfoot, thead, tr, th, td,
        article, aside, canvas, details, figcaption, figure,
        footer, header, hgroup, menu, nav, section, summary, mark, video {
            color: var(--color-dark)
        }
        html {
            font-size:var(--font-18);
        }
    }
    @media all and (max-width: 767px) {
        html {
            font-size:var(--font-15);
        }
    }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
}
a,
button {
    outline: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color:inherit;
    font-size:inherit;
}
svg * {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
iframe,
img,
table {
    border: 0;
}
button,
img,
input,
select,
textarea {
    vertical-align: middle;
}
li,
ol,
ul {
    list-style: none;
}
pre {
    white-space: pre-line;
}
td,
tr {
    vertical-align: middle;
}
address,
em,
optgroup {
    font-style: normal;
}
img {
    width:100%
}
::-moz-selection {
    color:#fff;
    background:#2A2A2A
}
::-webkit-selection {
    color:#fff;
    background:#2A2A2A
}
::selection {
    color:#fff;
    background:#2A2A2A
}

svg {
    height: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    :root,
    html {
        font-size: 10px;
    }
    svg {
        height: 100%;
    }
}

/* input type 화살표 제거 */
button {
    border: 0;
    background: none;
    cursor: pointer;
}
select {
    cursor: pointer;
    outline: none;
    overflow: hidden;
    width: 100%;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

/* Padding & Margin  */
.p0 {
    padding: 0 !important;
}
.pt0 {
    padding-top: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.m0 {
    margin-top: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.ml0 {
    margin-left: 0 !important;
}
.bb0 {
    border-bottom: 0 !important
}

.ready {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--color-gray);
    height: 200px;
    font-weight: var(--fw-light);
    color: var(--color-dark);
    font-size: var(--font-16);
    border-bottom: var(--border);
}
@media all and (max-width:640px) {
    .ready {
        height: 150px;
        font-size: var(--font-15)
    }
}

.pc {
    display: block;
}
.mobile {
    display: none;
}
br.reverse {
    display: none;
}
@media all and (max-width:1023px) {
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    br.reverse {
        display: block;
    }
}
@media all and (max-width:767px) {
    br {
        display: none;
    }
}


/* 카카오 지도 */
.root_daum_roughmap {
    width:100% !important;
    height: 100% !important;
}
.root_daum_roughmap .wrap_map {
    height: 100% !important;
}
.root_daum_roughmap .border1,
.root_daum_roughmap .border2,
.root_daum_roughmap .border3,
.root_daum_roughmap .border4{
    display: none !important;
}
