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

* {margin: 0;padding: 0;font-size: inherit;font-weight: inherit;line-height: 1.2;box-sizing: border-box;outline: none;}
ul,ol,li {list-style: none;}
a {text-decoration: none;color: inherit;}

/*clearfix*/
.cf:after, .clearfix:after, .row:after {content: "";display: block;clear: both;}

table {width: 100%;border: 1px solid #ddd;border-collapse: collapse;}
th, td {border: 1px solid #ddd;}

body {font-family: 'Noto Sans KR', 'Zen Kaku Gothic Antique', sans-serif;font-size: 14px;font-weight: 300;color: #222222;}
/*quickBtn(상하단 퀵 네비게이션 버튼)*/
#quickBtn {position: fixed;right: 30px;bottom: 30px;z-index: 9999;}
#quickBtn>div {width: 40px;line-height: 40px;text-align: center;font-size: 16px;background: #fff;border: 1px solid #999;color: #000;margin: 10px 0;cursor: pointer;}

@media (max-width: 768px) {
    
/*quickBtn(상하단 퀵 네비게이션 버튼)*/
#quickBtn {position: fixed;right: 20px;bottom: 20px;z-index: 9999;}
#quickBtn>div {width: 35px;line-height: 35px;text-align: center;font-size: 16px;background: #fff;border: 1px solid #999;color: #000;margin: 5px 0;cursor: pointer;}

    
}








