 /*인사말*/
#greeting h1{
	font-size:150%;
	text-align:center;
	padding-bottom:30px;
}
#greeting small{
	float:right;
	padding-right:10px;
}
#greeting strong{
	font-size:120%;
}
#greeting p{
	text-align:right;
}
#greeting p b{
	font-size:140%;
}

/*회사연혁*/
#history{
	width: 100%;
	margin: 0 auto;
}
#history main{
	width: 480px;
	float:left;
}
#history div.hisWrap h3{
	width: 101px;
	height: 101px;
	background: url(../../images/content/about/history_img.png) no-repeat;
	font-size: 2.1em;
	font-weight: 900;
	color: #fff;
	font-family: verdana;
	letter-spacing: -2.5px;
	text-align: center;
}
#history div.hisWrap section{
	position: relative;
	border-left: 1px dashed #dbdbdb;
	padding: 20px 0 20px 15px;
	margin-left: 50px;
}
#history div.hisWrap section strong{
	position: absolute;
	display: inline-block;
	font-size: 24px;
	color: #e04438;
	font-family: verdana;
	letter-spacing: -1.5px;
	font-weight: bold !important;
}
#history div.hisWrap section ul{
	display: inline-block;
}
#history div.hisWrap section ul li{
	padding-left: 60px;
	padding-top: 3px;
}
#history div.hisWrap section ul b{
	padding: 0 8px 0 13px;
}

/*찾아오시는길*/
#location table{
	width: 100%;
	border-collapse: separate;
	border-top: 2px solid #8b4440;
}
#location .locat_main{
	width: 100%;
	margin: 0;
}
#location .locat_sub{
	width: 470px;
	margin: 0;
	float: left;
}
#location div.tble_s{
	width: 100%;
}
#location div p{
	font-size: 1.4em;
	margin-bottom: 0;
}
#location div p img{
	padding-right: 5px;
}
#location table tbody th{
	background-color: #f1ebe9;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 0;
}
#location table tbody td{
	background-color: #fff;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 0 10px 20px;
}

h2 { font-family: NanumGothic; font-size: 24px; padding: 0; margin: 0.5em 0; color: #555; }
	h2:before { content: ''; display: inline-block; width: 0.48em; height: 1.2em; margin-right: 0.3em; background: #20344F; vertical-align: middle; }

p { font-size: 16px; color: #6b6867; font-family: NanumGothic; font-weight: bold; }