@charset "utf-8"; 

/**
폰트
https://fonts.google.com/noto/specimen/Noto+Sans+KR

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/**
태그 초기화
**/
* {margin: 0; padding: 0; box-sizing: border-box;}
html, body {width: 100%; height: 100%; font-size: 62.5%; font-family: 'Escoredream', 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', sans-serif; font-size: 14px; font-weight: 400; color: #000;}
h1, h2, h3, h4, h5, h6 {font-weight: 400; line-height: 1;}
ol, ul, li {list-style: none;}
table {table-layout: fixed; width: 100%; border-collapse: collapse; border-spacing: 0;}
form, fieldset, iframe {border: 0;}
img {max-width: 100%; border: 0; vertical-align: top; font-size: 0; line-height: 0;}
button {border: 0; cursor: pointer;}
i, em, address {font-style: normal;}
blockquote, q {quotes: none;}
caption, legend {overflow: hidden; position: absolute ;width: 1px ;height: 1px; border: 0; clip: rect(0 0 0 0);z-index: -1;}
input, textarea, button {font-family: 'Escoredream', 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', sans-serif; vertical-align: middle; background: none; border: 0; outline: none;-webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0;}
input::-ms-clear, 
input::-ms-reveal {display: none;}
a {text-decoration: none;outline: none;color:#804491}
a:hover {text-decoration: none; color:#d03c65}


/**
display
**/
.blind,
.hide {
    overflow: hidden; position: absolute; width: 1px; height: 1px; border: 0; clip: rect(0 0 0 0);
}
