/* ******************** 레이아웃 관련 정의 ******************** */
/* ******************** 공용 ******************** */
a:link {color:#666;}
a:visited {color:#666;}
a:hover {color:#000;}
a:active {color:#000;}
#gotop {z-index:2000; position:fixed; display:none; width:35px; height:35px; right:20px; border-radius:3px; bottom:40px;}
html, body {font-family:'NotoSansKR', sans-serif; font-size:14px; line-height:1.6;}


/* ******************** 데스크탑 (992~) ******************** */
@media (min-width: 992px){
}


/* ******************** 태블릿 이하(~991) ******************** */
@media (max-width: 991px) {
}
