@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500|Noto+Serif+KR:100,300,400,500&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap');

body {font-size:12px; font-family:'Noto Sans KR', sans-serif ,malgun gothic, gulim;}
input,select,textarea {font-size:12px;}
select {font-size:12px;}
label {cursor:pointer;}
a {text-decoration:none;color:#000;}
a:hover {color:#666;}
div, div * {box-sizing: border-box; word-break:keep-all;}

/*페이지 전환효과*/
body { overflow: hidden; opacity: 0; transition: opacity .65s .30s}
body.reveal {opacity: 1; overflow-y: auto;}
body.hidden {opacity: 0}

.mwrap {width:100%;margin:0;}
.swrap {width:100%;margin:0; padding:0;}
.wrap {max-width:1200px; margin:0 auto;}

#header {margin:0 auto;}
#mcontent {padding:0;}
#content {padding:0;min-height:200px;}
#footer {width:100%; margin:0; background:#f7f7f7;}

/* 네이버예약 */
.naver_res {position:fixed; right:10px; bottom:10px; z-index:1000;}
.naver_res a {width:65px; height:65px; display:block; background:url('/pages/image/bt_n_r.png'); background-size:cover;}