/*************page-body*************/
.summernote {
	font-size: 14px;
	font-weight: 300px;
	letter-spacing: -1px;
	color: #565656;
	line-height: 1.5em;
	min-height: 500px;
}
.summernote p {
	font-size: 14px;
	font-weight: 300;
}



/*인사말*/
.greeting {
	color: #636363;
	margin-bottom: 100px;
	font-size: 16px;
}
.greeting p {
	color: #636363;
	font-size: 16px;
	line-height: 1.8em;
}
.greeting .black {
	color: #000;
}
.greeting .title {
	display: inline;
	font-size: 22px;
	color: #333;
	border-bottom: 2px solid #333;
}
.greeting .img-title {
	color: #555555;
	font-size: 15px;
}

.greeting .ceo-line {
	background-color: #d8e7fa;
	color: #000000;
}
.greeting .ceo-line ul li {
	background: url("../../../images/dot1.gif") no-repeat 0px 10px;
	padding-left: 15px;
}
.greeting .ceo-line ul li span {
	font-size: 15px;
}
.greeting .sign {
	margin-left: 54px;
}
@media (max-width: 767px) {
	.greeting .ceo-line ul {
		padding-left: 0px;
	}
	.greeting .sign {
		margin-left: 14px;
	}
}


/*연혁*/
@media (max-width: 480px) {
	.history ul {
		padding-left: 0px;
	}
}
.history ul li {
	/*margin: 40px 0;*/
	padding: 40px 0;
	border-bottom: 1px solid #b7b7b7;
}
.history .year {
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	margin-bottom: 40px;
	color: #062c5e;
	font-size: 35px;
	font-weight: 500;
	width: 130px;
}
.history .text {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.history .text .date {
	display: inline-block;
	vertical-align: top;
	color: #658cba;
	font-size: 22px;
	line-height: 40px;
}
.history .text .desc {
	display: inline-block;
	vertical-align: top;
	color: #636363;
	font-size: 18px;
	line-height: 40px;
	padding-left: 10px;
}
@media (max-width: 1199px) {
	.history .year {display: block;}
	.history .text {display: block;}
}


/*찾아오시는길*/
.address .map {
	text-align: center;
}
.address .map .map-box {
	width: 100%;
	height: auto;
	border: 2px solid #ccc;
	-webkit-box-shadow: 0 1px 1px rgba(51,51,51,.05);
	box-shadow: 0 1px 1px rgba(51,51,51,.05);
}
.address .title {
	display: inline;
	font-size: 22px;
	color: #333;
	border-bottom: 2px solid #333;
}
.address .map .text {
	font-size: 20px;
	color: #000;
	letter-spacing: -1px;
	padding: 40px;
	text-align: center;
}

/*신농삼이란*/
.storyis {
	line-height: 1.8em;
	margin-bottom: 100px;
	font-size: 16px;
	color: #636363;
	font-weight: 300;
}
.storyis p {
	color: #636363;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 300;
}
.storyis .sq {
	display: inline-block;
	border: 1px solid #333;
	border-radius: 2px;
	background-color: #555;
	color: #fff;
	padding: 0px 10px;
	font-size: 16px;
}
.storyis .tit {
	display: inline-block;
	vertical-align: top;
	padding-top: 0px;
	font-size: 24px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #060606;
}
.storyis .subtit {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
}
