
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@100;300;400;500;700;900&display=swap'); */
/* @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css'); */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    /* border:0; */
    outline:0;
    font-size:13px;
    vertical-align:baseline;
    background:transparent;
    color:#000000;
    list-style: none;
    letter-spacing: -0.1px;
    font-family: 'Pretendard';
    font-variant-numeric:tabular-nums;
}
/* 
@font-face {
    font-family: "Pretendard Variable", sans-serif;
    src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: "Pretendard Variable", sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Open+face:wght@100;300;400;500;700;900&display=swap") format("woff");
    unicode-range: U+0020-007E;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Pretendard';
    src: url("https://webfontworld.github.io/pretendard/Pretendard.css");
    font-style: normal;
    font-weight: 500;
} */

/* @font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
} */
/* @font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/npm/pretendard@1.3.5/dist/web/static/woff-subset/Pretendard-Light.subset.woff') format('woff');
    font-weight: 300;
    font-style: normal;
} */

html, body {
    width: 100%;height:100%;
}

body {
    font-family: 'Pretendard', sans-serif;
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

button {
    font-family: 'Pretendard', sans-serif;
    font-variant-numeric:tabular-nums;
    border:0;
}

a {
    color:#202020;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

input, select {
    vertical-align:middle;
}
select {
    font-family: 'Pretendard', sans-serif;
    font-variant-numeric:tabular-nums;
    padding:5px;
}
/* select,input[type=text],input[type=password] {
    -webkit-appearance:none;
} */
.inputhidden {
    display: none;
}

.ml-auto {
    margin-left: auto !important;
}
.ta-r {
    text-align: right !important;
    padding-right:5px !important;
}
.ta-l {
    text-align: left !important;
    padding-left:5px !important;
}
.mr-1 {
    margin-right:5px !important;
}
.mr-2 {
    margin-right:10px !important;
}

.ml-1 {
    margin-left:5px !important;
}
.ml-2 {
    margin-left:10px !important;
}
::-webkit-scrollbar {
    width: 1px;
}
::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}
::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.nonborderinput {
    border:0 !important;
}

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

/* 상단 메뉴 폰트 올림 240729 */
.header .top_navi ul li a, .header .page_navi span a
,.header .top_area .cusotomer_num i ,.header .top_area .cusotomer_num {
    font-size: 14.5px !important;
}
