@charset "utf-8";

/* poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

    /* 크로스브라우징을 위한 CSS 초기화 */
*{margin:0; padding:0;}
body{font-size:12px; color:#a9a9a9; font-family:'Poppins', sans-serif;}
body{-webkit-text-size-adjust:none; }
a{outline:0px;}
a:link{font-size:1em;color: #2a73e8;text-decoration:none;}
a:hover{font-size:1em; color:#2a73e8; text-decoration:none;}
a:visited{font-size:1em; color:#2a73e8;  text-decoration:none;}
caption, legend{font-size:0px; width:0px; height:0px; overflow:hidden; position:absolute; visibility:hidden;}
img{border:0px;}
fieldset,img{border:0; vertical-align:top;}
table{border-collapse:collapse; border-spacing:0; border:0;}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}
input[type=password]{IME-MODE: disabled;}
ul,ol,dl{list-style:none; margin:0; padding: 0;}
textarea{overflow:auto;}
button,label{cursor:pointer;}
hr{display:none; clear:both;}
p{margin-bottom: 0;}