/* 나눔 스퀘어 서체 */
@font-face{
    font-display: swap;
    font-family: NanumSquareNeo;
    src: url(https://maum.sfuhost.com/fonts/NanumSquareNeoTTF-100.woff) format('woff');
    font-weight:100;
	}

@font-face{
    font-display: swap;
    font-family: NanumSquareNeo;
    src: url(https://maum.sfuhost.com/fonts/NanumSquareNeoTTF-300.woff) format('woff');
    font-weight:300;
	}

@font-face{
    font-display: swap;
    font-family: NanumSquareNeo;
    src: url(https://maum.sfuhost.com/fonts/NanumSquareNeoTTF-400.woff) format('woff');
    font-weight:400;
	}

@font-face{
    font-display: swap;
    font-family: NanumSquareNeo;
    src: url(https://maum.sfuhost.com/fonts/NanumSquareNeoTTF-500.woff) format('woff');
    font-weight:500;
	}

@font-face{
    font-display: swap;
    font-family: NanumSquareNeo;
    src: url(https://maum.sfuhost.com/fonts/NanumSquareNeoTTF-700.woff) format('woff');
    font-weight:700;
	}

/* Noto Sans KR 서체 */

@font-face {
  font-display: swap;
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 100;
  src: url(https://maum.sfuhost.com/fonts/noto-sans-kr-100.woff) format('woff');
}
@font-face {
  font-display: swap;
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 200;
  src: url(https://maum.sfuhost.com/fonts/noto-sans-kr-200.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(https://maum.sfuhost.com/fonts/noto-sans-kr-300.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 400;
  src: url(https://maum.sfuhost.com/fonts/noto-sans-kr-regular.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 500;
  src: url(https://maum.sfuhost.com/fonts/noto-sans-kr-500.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 600;
  src: url(https://maum.sfuhost.com/fonts/noto-sans-kr-600.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 700;
  src: url(https://maum.sfuhost.com/fonts/noto-sans-kr-700.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 800;
  src: url(https://maum.sfuhost.com/fonts/noto-sans-kr-800.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 900;
  src: url(https://maum.sfuhost.com/fonts/noto-sans-kr-900.woff) format('woff');
}

#wrap
{
	width:100%;
	border-collapse:collapse;
}

#menu
{
	position:fixed;
	width:100%;
	height:70px;
	background-color:rgba(0, 0, 0, 0.85);
	table-layout:fixed;
	border-collapse:collapse;
}

#menu td
{
	color:white;
	font-family:'NanumSquareNeo', sans-serif;
	font-weight:400;
	font-size:1.3rem;;
	text-align:center;
	vertical-align:center;
	padding:0 15px 0 15px;
}

#menu td a
{
	color:white;
}

#menu div
{
	width:max-content;
	font-size:0.9rem;
	background-color:#555555;
	border-radius:20px;
	padding:5px 10px 7px 10px;
}