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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 32px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #dbecf1;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 229px;
	font-weight: bold;
}

.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: 12px;
	font-weight: bold;
}

.hero {
	background-image: url(http://hansonsa.com/jin/images/hero.png);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.reimg {
	background-size: 300px;
	padding: 5px 5px 5px 5px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	margin-bottom: 60px;
	font-family: "맑은 고딕", "돋움", "문체부 돋음체", "휴먼명조";
	font-weight: bold;
	color: #FFF;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 23px;
	color: #FFF;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
	font-family: sans-serif, "맑은 고딕", "돋움", "문체부 돋음체", "바탕체", "한컴 윤고딕 250", "한컴바탕확장", "휴먼고딕", "휴먼명조";
	color: #FFF;
}

h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 35px;
	color: #FFF;
	font-family: "맑은 고딕", "돋움", "문체부 돋음체", "휴먼명조";
}

p {
	font-size: 14pt;
	margin-bottom: 35px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
.button2 {
	border: 2px #333333 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-weight: bold;
}

.info-box-dark {
	background-color: #674943;
	color: #FF0;
	text-align: center;
	font-size: 24px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-family: "나눔고딕", "돋움", "맑은 고딕", "바른돋움 1", "우리돋움";
	font-weight: normal;
}
.info-box-sub {
	background-color: #03000;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "나눔고딕", "돋움", "맑은 고딕", "바른돋움 1", "우리돋움";
	font-weight: normal;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

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

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
a:link {
	font-size: 16pt;
	font-weight: bold;
}
a:visited {
	font-size: 16pt;
	font-weight: bold;
}
a:hover {
	font-size: 16pt;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-size: 16pt;
	text-decoration: underline;
	color: #333;
}
.txtwork {
	font-family: "나눔고딕", "돋움", "맑은 고딕", "바른돋움 1", "우리돋움";
	font-size: 14pt;
	line-height: 20pt;
	color: #333;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.txt_title {
	font-size: 18pt;
	font-weight: bold;
	color: #900;
	font-family: "나눔고딕", "돋움", "맑은 고딕", "바른돋움 1", "우리돋움";
	line-height: 20pt;
	text-decoration: underline;
}
