@font-face {
	font-family: 'onyx';
	src: url('../font/onyx.ttf') format('truetype');
}
@font-face {
	font-family: 'NanumGothicLight';
	src: url('../font/NanumGothicLight.ttf') format('truetype');
}
@font-face {
	font-family: 'NanumGothic';
	src: url('../font/NanumGothic.ttf') format('truetype');
}
@font-face {
	font-family: 'NanumGothicBold';
	src: url('../font/NanumGothicBold.ttf') format('truetype');
}
@font-face {
	font-family: 'NanumGothicExtraBold';
	src: url('../font/NanumGothicExtraBold.ttf') format('truetype');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* 최상단 레이어 스타일 */
.top-layer {
	background-color: #00E5FF;
	padding: 10px 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:13px;
	text-align:center;
	font-weight:bold;
}

.fist-msg {
	width:100%;
	text-align:center;
}

/* 닫기 버튼 스타일 */
.close-btn {
	cursor: pointer; /* 마우스를 가져다 댈 때 손가락 모양 커서 */
	border: none; /* 테두리 없음 */
	background: none; /* 배경 없음 */
	font-size: 13px; /* 글꼴 크기 */
	color: #000; /* 텍스트 색상 */
	outline: none; /* 포커스 효과 제거 */
	color: #fff; 
}

body {
	font-family: 'NanumGothicLight','NanumGothic','NanumGothicBold','NanumGothicExtraBold';
	margin-top: 0;
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 20px;
}

.header {
/*	background-color: #000;*/
	color: #000;
	padding: 10px 0;
	text-align: center;
}

.logo {
	font-size: 40px;
	/*font-weight: bold;*/
	font-family: 'onyx';
}

.mub {
	font-weight:bold;
}

.nav-div {
	align:center;
	max-width:1000px;
	min-width:1000px;
	text-align: center;
	margin: auto;
	width: 80%;
	background-color:#FFFFE0;
}

.navbar {
	background-color: #fff;
	padding: 10px 0;
	text-align: center;
}

.navbar-lt {
	background-color: #fff;
	padding: 10px 0;
	text-align: left;
}

.navbar-rt {
	background-color: #fff;
	padding: 10px 0;
	text-align: right;
}

.nav-link {
	display: inline-block;
	margin: 0 20px;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

.banner {
/*	background-image: url('https://via.placeholder.com/1500x500');*/
	background-size: cover;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner625 {
	background-size: cover;
	height: 625px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner515 {
	background-size: cover;
	height: 515px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner300 {
	background-size: cover;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.banner h1 {
	font-size: 48px;
	color: #fff;
	text-align: center;
}

.featured-products {
	text-align: center;
	margin-top: 20px;
}

.product {
	display: inline-block;
/*	margin: 0 20px;*/
	margin: 0px;
	text-align: center;
}

.product img {
/*	max-width: 100%;*/
	max-width:296px;
}

.product h2 {
	font-size: 24px;
	margin-top: 10px;
}

.product p {
	font-size: 18px;
	color: #888;
	margin-top: 5px;
}

.prdt-tb {
	display: inline-block;
	width:1500px;
	border:0px;
	border-spacing: 8px;
	border-collapse: separate;
	text-align: center;
	/*background-color:#FAFAFA;*/
}

.prdt-tb > tbody > tr {
	width:100%;
}

.prdt-tb > tbody > tr > td {
	width:365px;
	height:365px;
	text-align: center;
	background-color:#FAFAFA;
}

h1 {
	text-align: center;
}

.section {
	margin-bottom: 40px;
}

.section h2 {
	color: #333;
}

.section p {
	color: #666;
}

ul {
	list-style: none;
	padding: 0;
}

ul li {
	margin-bottom: 10px;
}

.footer {
	text-align: center;
	margin-top: 50px;
	color: #999;
}

.corpdiv {
	padding-left:60px;
	max-width:1500px;
	width:100%;
	text-align:center;
}

.corptb {
	width:100%;
	min-width:600px;
	max-width:1500px;
}

.lt {
	text-align:left;
}

.ulLt > li {
	text-align:left;
}

.ct {
	text-align:center;
}

.rt {
	text-align:right;
}

.hdr {	
	font-family: 'onyx';
	height:120px;
	font-size:36px;
	vertical-align:middle;
}

.ftr {
	height:80px;
	vertical-align:middle;
	font-weight:bold;
}

.bfa {
	background-color:#fafafa;
}

.sTit {
	font-size:20px;
}

.corpdesc {
	padding:15px 15px 15px 15px;
	vertical-align:top;
}