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

/*-------------------------------
최초 작성일 : 2021.08.18
마지막 수정일 : 2021.08.18
-------------------------------*/
html,body{height: 100%;}
body {-webkit-text-size-adjust:none} 
/* BASIC */ 
html {margin:0; padding:0; font-size:10px;} 
body {height:100%; font-size:14px; font-weight:400;} 
html {overflow-y:auto;overflow-x: hidden; color:#333333;} 
body, p, ul, ol, li, dl, dt, dd, form, table, th, td, fieldset, input, textarea, select, button, h1, h2, h3, h4, h5, h6, pre {margin:0; padding:0; -webkit-text-size-adjust:none; font-family:'Noto Sans KR', sans-serif; line-height: 170%;} 

/* 아이폰 가로모드 글자 크기 확대 방지: -webkit-text-size-adjust:none; */ 
header, footer, nav, aside, section, article {display:block;} 
fieldset, img {border:0;} 
img { border:0;vertical-align: bottom;} 
table {padding:0; border-spacing:0px; border:0; border-collapse:collapse;} 
ul, ol {list-style:none; } 
ul,li {display: block; list-style: none;}
a {text-decoration:none; display: block; cursor: pointer;} 
a:link, a:visited, a:active, a:hover {text-decoration:none; color: $color_black_default;} 
.clear { clear:both;}
button, [type="button"], [type="reset"], [type="submit"]{-webkit-appearance:none;appearance:none;cursor: pointer;border:0;padding:0;background-image: none;}
i{color:transparent; font-size:0;}
label{display: inline-block;}

/* 웹접근성 */
:focus-visible{outline: none;}
button:focus, input:focus{outline: none;}
button:focus-visible, input:focus-visible{outline: none}</pre></body></html>