<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 여백 초기화 */
body, div, ul, ol, li, dd, dt, dl, h1, h2, h3, h4, h5, h6, input, fieldset,
 p, select, table, td, tr, textarea, button, form, figure, figcaption {margin:0; padding: 0;}

/* a 링크 초기화 */
a {color: #222; text-decoration: none;}
a:hover {color: #2698cb;}

/* 블릿기호 초기화 */
ul, ol, li{list-style: none;}

/* 폰트 초기화 */
body, input, textarea, select, button, table {font-family: 'Nanum Gothic', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif; color: #222; font-size: 13px; line-height: 1.5;}

/* 이미지 초기화 */
img {width: 100%; vertical-align: top;}

/* 폰트 스타일 초기화 */
em {font-style: normal;}

/* clearfix */
.clearfix {*zoom: 1;}
.clearfix::before, .clearfix::after {
    content: ''; display: block; line-height: 0;
}
.clearfix::after {clear: both;}

/* IR 효과  */
.ir_pm {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* 의미있는 이미지의 대체 텍스트를 제공하는 경우 */
.ir_wa {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때 */
.ir_so {
    overflow: hidden;
    position: absolute;
    width: 0; height: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* float으로 인한 영역 깨짐 방지법 */
</pre></body></html>