@charset "UTF-8";
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    src: url('../font/SpoqaHanSansNeo-Light.woff') format('woff');
    font-display: swap
}
@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.wof') 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;
    line-height: 1.3;
    letter-spacing:-0.02em;
    box-sizing:border-box;
    word-break:break-all;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
    display:block
}
html,body{
    height:100%
}
html{
    font-size:20px;
}
body{
    font-size:0.9rem;
    font-weight:400;
    color: var(--gray1);
    -webkit-text-size-adjust:none
}
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-size: inherit;
    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.3
}
img{
    max-width:100%;
    vertical-align:top
}
input,select,textarea{
    font-family:inherit;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    box-sizing:border-box
}
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: inherit;
    font-size: inherit;
    appearance:none;
    -webkit-appearance:none;
    cursor:pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}
a,a:active,a:focus,a:hover,a:link,a:visited{
    text-decoration:none;
    line-height: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.hidden{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
#skip_nav a{
    position:absolute;
    top:-200px;
    left:0;
    z-index:9999;
    width:100%;
    background:#333;
    color:#fff;
    line-height:50px;
    text-align:center;
    text-decoration:none
}
#skip_nav a:active,#skip_nav a:focus{
    top:0;
    width: 100%;
    outline:none;
    border:solid 3px #00ff00
}