@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-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-35: 35px;
    --space-37: 37px;
    --space-38: 38px;
    --space-40: 40px;
    --space-45: 45px;
    --space-50: 50px;
    --space-55: 55px;
    --space-60: 60px;
    --space-65: 65px;
    --space-70: 70px;
    --space-75: 75px;
    --space-80: 80px;
    --space-90: 90px;
    --space-100: 100px;
    --space-110: 110px;
    --space-120: 120px;
    --space-130: 130px;
    --space-140: 140px;
    --space-150: 150px;
    --space-160: 160px;
    --space-200: 200px;

    --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-20: 20px;
    --font-21: 21px;
    --font-22: 22px;
    --font-23: 23px;
    --font-24: 24px;
    --font-25: 25px;
    --font-27: 27px;
    --font-28: 28px;
    --font-30: 30px;
    --font-32: 32px;
    --font-35: 35px;
    --font-38: 38px;
    --font-40: 40px;
    --font-43: 43px;
    --font-45: 45px;
    --font-48: 48px;
    --font-50: 50px;
    --font-55: 55px;
    --font-60: 60px;
    --font-65: 65px;
    --font-70: 70px;
    --font-78: 78px;
    --font-80: 80px;
    --font-100: 100px;
    --font-140: 140px;
    --font-150: 150px;
    
    --fw-light: 300;
    --fw-normal: 400; 
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-black: 800;

    --color-dark: #221E1F;
    --color-basic: #333333;
    --color-blue: #0092AD;
    --color-green: #12A74D;
    --color-orange: #FF4D00;
    --color-pink: #F243B8;
    --color-red: #F11616;
    --color-yellow: #FFA200;
    --color-white: #FFFFFF;

    --border-basic: 1px solid var( --color-basic);

    --transition: 0.3s all;
}

[data-theme="dark"] {
    --color-dark: #FFFFFF;
    --color-basic: #FFFFFF;
    --color-white: #000000
}
[data-theme="dark"] body {
    background-color: var(--color-white)
}
[data-theme="dark"] .dark-theme-fill {
    fill: var(--color-dark)
}
[data-theme="dark"] .dark-theme-stroke {
    stroke: var(--color-dark)
}
[data-theme="dark"] .dark-theme-stroke-w {
    stroke: var(--color-white)
}
[data-theme="dark"] .dark-theme-fill-w {
    fill: var(--color-white)
}
[data-theme="dark"] .icon-list > li::before,
[data-theme="dark"] .icon-list p::before {
    background: center / contain url("/public/images/icon-square-white.svg") no-repeat;
}
[data-theme="dark"] .introduce2 .imgarea {
    background-color: var(--color-dark);
    padding: var(--space-30) 0
}
[data-theme="dark"] .bi .logo-wrap .dot-bg {
    background: var(--color-dark);
}
[data-theme="dark"] .bi4 .bi-list .list:nth-child(3) .color {
    background: #2D2926;
    border: 1px solid var(--color-basic);
}
[data-theme="dark"] .bi4 .bi-list .list:nth-child(4) .color {
    background: var(--color-dark);
}
[data-theme="dark"] .select-style {
    background: var(--color-dark);
    background: url("/public/images/icon-dropdown-white.svg") no-repeat right 25px center / 13px auto;
}
[data-theme="dark"] .select-style option {
    color: var(--color-white);
}
[data-theme="dark"] .location3 .bus-list .list-con .icon-bus,
[data-theme="dark"] .location4 .subway-list .icon-subway{
    color: var(--color-dark);
}
/* 확대/축소 */
[data-uizoom="zoom"].zoomed {
    zoom: 110%
}
@media all and (max-width:640px) {
    [data-uizoom="zoom"].zoomed {
        zoom: 120%
    }
    [data-theme="dark"] .introduce2 .imgarea {
        background-color: var(--color-dark);
        padding: var(--space-20) var(--space-10)
    }
}
html {
    scroll-behavior: smooth;
    min-width: 280px;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    color: var(--color-dark);
    font-size: var(--font-18);
    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;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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-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;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    word-break: keep-all;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
}
a,
button {
    outline: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color:inherit;
    font-size:inherit;
}
a:focus,
button:focus {
    outline: 3px solid #000;
}
:focus:not(:focus-visible) {
    outline: 0;
}
svg {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
iframe,
img,
table {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption {
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    background: 0 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
    text-indent: 100%;
}
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%;
    image-rendering: -webkit-optimize-contrast;
}
::-moz-selection {
    color:var(--color-white);
    background:var(--color-dark)
}
::-webkit-selection {
    color:var(--color-white);
    background:var(--color-dark)
}
::selection {
    color:var(--color-white);
    background:var(--color-dark)
}
p, pre {
    line-height: 1.3;
}
svg {
    height: auto;
}
/* 인풋 기본 스타일 제거 */
textarea,
input,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    line-height: normal;
    min-width: 0;
    background-color: transparent;
}

/* input type number 에서 화살표 제거 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
} */
select::-ms-expand {
    display: none;
}
textarea {
    width: 100%;
    background: none;
    resize: none;
}
button {
    border: 0;
    background: none;
    cursor: pointer;
}
select {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    overflow: hidden;
    width: 100%;
}

/* placeholder css 적용하기 */
input::placeholder,
textarea::placeholder {
    color: var(--color-dark);
    opacity: 1;
    /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--color-dark);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--color-dark);
}
input:-mos-input-placeholder,
textarea:-mos-input-placeholder {
    color: var(--color-dark);
}

/* placeholder 포커스시 감추기*/
/* input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
} */
@media all and (max-width: 1600px) {
    html {
        font-size: var(--font-16);
    }
}
@media all and (max-width: 1000px) {
    html {
        font-size: var(--font-16);
    }
}
@media all and (max-width:640px) {
    pre {
        white-space: normal;
    }
}
@media all and (max-width:320px) {
    html {
        font-size: var(--font-13);
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    :root,
    html {
        font-size: 10px;
    }
    svg {
        height: 100%;
    }
}


/* 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;
}
.mr5 {
    margin-right: 5px !important;
}

/* Border */
.b0 {
    border: 0 !important;
}
.bt0 {
    border-top: 0 !important;
}
.bl0 {
    border-left: 0 !important;
}
.br0 {
    border-right: 0 !important;
}
.bb0 {
    border-bottom: 0 !important;
}

/* float 관련 */
.clear::after {
    content: "";
    display: block;
    clear: both;
}
.leftbox {
    float: left;
}
.rightbox {
    float: right;
}

/* box-shadow */
.shadow {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
/* 말줄임 */
.dot {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.ellipsis1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: normal;
}
.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: normal;
}
.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: normal;
}
.ellipsis4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: normal;
}

/* 효과 */
.effect1 {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.ready {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 200px;
    font-weight: var(--fw-light);
    color: var(--color-dark);
    font-size: var(--font-16);
    border: var(--border-basic);
    border-width: 1px 0;
}

.ready2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ready2 img {
    width: 110px;
    margin: 0 auto var(--space-40) auto;
}
.ready2 h3 {
    display: block;
    margin-bottom: var(--space-30);
    font-size: var(--font-25);
    font-weight: var(--fw-black);
}
@media all and (max-width: 1000px) {
    .ready2 img {
        width: 90px;
        margin: 0 auto var(--space-30) auto;
    }
    .ready2 h3 {
        margin-bottom: var(--space-20);
        font-size: var(--font-20)
    }
}

@media all and (max-width:640px) {
    .ready {
        height: 150px;
        font-size: var(--font-15)
    }
    .ready2 img {
        width: 70px;
        margin: 0 auto var(--space-20) auto;
    }
    .ready2 h3 {
        margin-bottom: var(--space-10);
        font-size: var(--font-18);
    }
}

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

/*  웹접근성 본문바로가기 */
#skip-btn a {
    display: block;
    position: fixed;
    left: -9999px;
    top: -9999px;
    width: 100%;
    z-index:999999
}
#skip-btn a:active,
#skip-btn a:focus,
#skip-btn a:hover {
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
    background: #333;
    outline: none;
    border:none;
    color: #fff;
    text-align: center;
    z-index: 99999;
}
#skip-btn a:focus {
    text-decoration: underline;
}

/* 카카오 지도 */
.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;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}