<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html,body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,address,blockquote,table,caption,tr,td,th,thead,tbody,form,fieldset,legend,header,nav,aside,section,article,main,footer,figure,figcaption {margin: 0; padding: 0;}

html {font-size: 62.5%;box-sizing: border-box;}
@media (max-width:1500px) and (min-width:992px) {html {font-size:51%;}}

body, h1, h2, h3, h4, h5, h6, th, td {
    font-family: Pretendard;
    font-size: 16px;
    color: #111;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    /* letter-spacing: -0.03em; */
    -webkit-text-size-adjust: 100%;
}

header,nav,aside,main,section,article,footer,figure {display: block;}
/* li {list-style: none;} */
a {text-decoration: none; color: inherit;}
table {border-collapse: collapse;}
em,i,cite,address {font-style: normal;} /*이탤릭체로 표현되는 태그들의 기울기를 없앰*/
/* h1,h2,h3,h4,h5,h6,strong {font-weight: normal;} */
 /*글자진하기를 모두 초기화*/

/*텍스트 블라인드*/
.blind {font-size: 0; line-height: 0; height: 0; overflow: hidden; text-indent: -9999px;}

/*float를 해제하는 클래스*/
.clear:before, .clear:after {clear:both; content: ''; display: block;}</pre></body></html>