@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Pretendard Black", "Pretendard ExtraBold", "Pretendard ExtraLight", "Pretendard Light", "Pretendard Medium", "Pretendard SemiBold", "Pretendard Thin", "광양감동체", "sans-serif";
}

header {
	padding: 32px;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.hero {
	background-image: url("홈페이지 사진용/이미지/04-3.jpg");
	background-size: cover;
	padding: 80px 10px 500px 10px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 70px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

.button {
	border: 1px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width : 768px ){
	
	.style-nav ul li {
		display: inline-block;
	}
	
}

/*Desktop View*/

@media (min-width: 1024px){
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.hero {
		background-image: url("홈페이지 사진용/이미지/04-2.jpg");
		padding-top: 310px;
	}

}
