@charset "UTF-8";
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    src: url('../font/SpoqaHanSansNeo-Bold.woff') format('woff');
    font-display: swap
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    src: url('../font/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-display: swap
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    src: url('../font/SpoqaHanSansNeo-Medium.woff') format('woff');
    font-display: swap
}
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    src: url('../font/SpoqaHanSansNeo-Light.woff') format('woff');
    font-display: swap
}
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 {
    margin:0;
    padding:0;
    border:0;
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    font-size:14px;
    line-height:1;
    box-sizing:border-box;
    word-break:keep-all
}

html,body{
    height:100%
}
body{
    font-weight:400;
    color: var(--gray1);
    -webkit-text-size-adjust:none;
    /* min-width: 1903px; */
}
ol,ul,li{
    list-style:none
}
blockquote,q{
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none
}
table{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}
address,em{
    font-style:normal
}
h1,h2,h3,h4,h5,h6{
    font-weight:400
}
strong{
    font-weight:700
}
caption, legend{
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
p{
    line-height:1.5
}
img{
    max-width:100%;
    vertical-align:top
}
input,select,textarea,datalist{
    font-family:'Spoqa Han Sans Neo', sans-serif;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    box-sizing:border-box
}
datalist:hover{
    appearance: none; /* 모든 브라우저에서 기본 스타일 제거 */
    -webkit-appearance: none; /* Webkit 기반 브라우저에서 기본 스타일 제거 */
    -moz-appearance: none; /* Firefox에서 기본 스타일 제거 */
}

input[type=checkbox]{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none
}
input[type=radio]{
    appearance:radio;
    -webkit-appearance:radio;
    -moz-appearance:radio
}
select::-ms-expand{
    display:none
}
button{
    overflow:visible;
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    -webkit-border-radius:0;
    background-color: transparent;
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    font-size: inherit;
    appearance:none;
    -webkit-appearance:none;
    cursor:pointer
}
a,a:active,a:focus,a:hover,a:link,a:visited{
    text-decoration:none
}
.hidden{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}