/*인사말*/
.greeting_cont {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.greeting_cont > h4 {
	font-family: 'S-CoreDream-4Regular';
	font-size: 1.125rem;
	letter-spacing: -.5px;
	line-height: normal;
	margin-bottom: 30px;
	word-break: keep-all;
}

.greeting_cont > h4 > span {
	font-family: 'S-CoreDream-4Regular';
	color: #208bde;
}

.greeting_cont > p {
	font-size: 0.938rem;
	letter-spacing: -.5px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 30px;
	word-break: keep-all;
}

.greeting_cont > h3 {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -.5px;
}

.greeting_cont > h3 > span {
	font-weight: 600;
	margin-left: 10px;
}

@media all and (max-width: 481px) {
	.greeting_cont > h4 {
		font-size: 1rem;
	}

	.greeting_cont > p > br {
		display: none;
	}

	.greeting_cont > h3 {
		font-size: 1rem;
	}
}

@media all and (max-width: 376px) {
	.greeting_cont > h4 {
		font-size: 0.938rem;
	}

	.greeting_cont > p {
		font-size: 0.813rem;
		line-height: 25px;
	}

	.greeting_cont > h3 {
		font-size: 0.938rem;
	}
}

/*인사말 end*/

/*연혁*/
.history_cont {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.history_cont .his_list_box {
	width: 100%;
	height: auto;
	position: relative;
}

.history_cont .his_list_box > .his_list_ob {
	width: 100%;
	height: auto;
	position: relative;
	display: table;
	padding: 30px 5px;
	border-bottom: 1px solid #e4e4e4;
}

.history_cont .his_list_box > .his_list_ob > .year {
	width: 110px;
	height: 110px;
	border-radius: 5rem;
	text-align: center;
	background-color: #f6f6f6;
	margin-right: 40px;
	float: left;
}

.history_cont .his_list_box > .his_list_ob > .year > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.563rem;
	letter-spacing: -1px;
	font-weight: 500;
	line-height: 110px;
}

.history_cont .his_list_box > .his_list_ob > .his_txt {
	width: -webkit-calc((100% - 41px) - 110px);
	width: -moz-calc((100% - 41px) - 110px);
	width: calc((100% - 41px) - 110px);
	float: left;
	padding-top: 44px;
}

.history_cont .his_list_box > .his_list_ob > .his_txt > li {
	width: 100%;
	height: auto;
	position: relative;
	display: table;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}

.history_cont .his_list_box > .his_list_ob > .his_txt > li:last-of-type {
	margin-bottom: 0;
}

.history_cont .his_list_box > .his_list_ob > .his_txt > li > h3 {
	font-size: 0.938rem;
	position: relative;
	font-weight: 600;
	letter-spacing: -.5px;
	float: left;
	margin-right: 40px;
}

.history_cont .his_list_box > .his_list_ob > .his_txt > li::after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background-color: #fff;
	border: 3px solid #208bde;
	position: absolute;
	top: 2px;
	left: 0;
	border-radius: 5rem;
}

.history_cont .his_list_box > .his_list_ob > .his_txt > li > p {
	font-size: 0.938rem;
	font-weight: 400;
	letter-spacing: -.5px;
	float: left;
}

@media all and (max-width: 481px) {
	.history_cont .his_list_box > .his_list_ob > .year {
		width: 90px;
		height: 90px;
		margin-right: 20px;
	}

	.history_cont .his_list_box > .his_list_ob > .year > h2 {
		font-size: 1.25rem;
		line-height: 90px;
	}

	.history_cont .his_list_box > .his_list_ob > .his_txt {
		width: -webkit-calc((100% - 21px) - 90px);
		width: -moz-calc((100% - 21px) - 90px);
		width: calc((100% - 21px) - 90px);
		padding-top: 35px;
	}
}

/*연혁 end*/

/*주요업무*/
.task_cont {
	width: 100%;
	height: auto;
	position: relative;
}

.task_cont .task_txt {
	width: 100%;
	height: auto;
	position: relative;
	padding: 20px;
	border: 4px solid #e4e4e4;
	margin-bottom: 50px;
}

.task_cont .task_txt > h3 {
	font-size: 0.938rem;
	font-weight: 600;
	letter-spacing: -.5px;
	margin-bottom: 3px;
}

.task_cont .task_txt > p {
	font-size: 0.938rem;
	font-weight: 300;
	letter-spacing: -.5px;
}

.task_cont .task_list_box {
	width: 100%;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	position: relative;
}

.task_cont .task_list_box .task_list_ob {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 35px 0;
	border-bottom: 1px solid #e4e4e4;
}

.task_cont .task_list_box .task_list_ob:last-of-type {
	border-bottom: 0;
}

.task_cont .task_list_box .task_list_ob > .task_icon {
	width: 193px;
	height: auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.task_cont .task_list_box .task_list_ob > .task_icon > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.task_cont .task_list_box .task_list_ob > .task_list_txt {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.task_cont .task_list_box .task_list_ob > .task_list_txt > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.25rem;
	letter-spacing: -.5px;
	margin-bottom: 13px;
}

.task_cont .task_list_box .task_list_ob > .task_list_txt > ul {
	width: 100%;
	height: auto;
	position: relative;
}

.task_cont .task_list_box .task_list_ob > .task_list_txt > ul > li {
	width: 100%;
	height: auto;
	position: relative;
	padding-left: 15px;
	font-size: 0.938rem;
	font-weight: 300;
	margin-bottom: 5px;
	letter-spacing: -.5px;
	word-break: keep-all;
}

.task_cont .task_list_box .task_list_ob > .task_list_txt > ul > li:last-of-type {
	margin-bottom: 0;
}

.task_cont .task_list_box .task_list_ob > .task_list_txt > ul > li::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #208bde;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 4px;
}

@media all and (max-width: 481px) {
	.task_cont .task_list_box .task_list_ob > .task_icon {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	
	.task_cont .task_list_box .task_list_ob > .task_list_txt {
		width: 100%;
		display: block;
	}
}

@media all and (max-width: 376px) {
	.task_cont .task_txt {
		padding: 15px;
		margin-bottom: 30px;
	}
	
	.task_cont .task_txt > h3 {
		font-size: 0.813rem;
	}
	
	.task_cont .task_txt > p {
		font-size: 0.813rem;
	}
	
	.task_cont .task_list_box .task_list_ob > .task_list_txt > h2 {
		font-size: 1.125rem;
	}
	
	.task_cont .task_list_box .task_list_ob > .task_list_txt > ul > li {
		font-size: 0.813rem;
	}
	
	.task_cont .task_list_box .task_list_ob > .task_list_txt > ul > li::before {
		top: 8px;
	}
}

/*주요업무 end*/

/*연락처및위치*/
.location_cont {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.location_map {
	width: 100%;
	height: 435px;
	overflow: hidden;
	position: relative;
	padding-left: 23px;
}

@media all and (max-width: 801px) {
	.location_map {
		padding-left: 0;
	}
}

/*연락처및위치 end*/
