.con-bg-gray{
	background:#f4f5f6;
	padding:4rem 0 4.5rem;
	word-break:keep-all;
}
@media (min-width: 992px) {
	.con-bg-gray{
		padding:5.5rem 0 6rem;
	}
}


/*------------------------------------
  인사말
------------------------------------*/
.greeting-wrap{
	position:relative;
}
.greeting-wrap p{
	color:#333;
 	margin-bottom:2.25rem;
	word-break:keep-all;
}
.greeting-wrap p.text-style01 span{
	display:inline-block;
	position:relative;
	line-height:1;
	color:#111;
	font-size:2rem;
	letter-spacing:0.02rem;
	font-weight:700;
	font-family: 'Play', 'Noto Sans KR', sans-serif;
}
.greeting-wrap p.text-style01 span::after{
	content:'';
	position:absolute;
	left:calc(100% + 1rem);
	top:47%;
	width:5rem;
	height:2px;
	background:#111;
}
.greeting-wrap p.text-style02{
	font-weight:700;
	font-size:1.35rem;
	letter-spacing:-0.1rem;
}
.greeting-wrap p.text-sign{
	font-weight:700;
	margin-bottom:4rem;
}
.greeting-wrap p.text-sign span{
	letter-spacing:0.5rem;
	font-size:120%;
	margin-left:0.5rem;
}
.greeting-wrap p.text-sign img{
	max-width:10rem;
}
.greeting-wrap .greeting-img-area{
	height:0;
	background:url('../images/greeting-img.jpg') no-repeat 50% /cover;
	padding-top:60%;
}

@media (min-width: 1200px) {
	.greeting-wrap p{
		margin-bottom:2.75rem;
		font-size:1.175rem;
		line-height:1.8;
	}
	.greeting-wrap p.text-style01 span{
		font-size:3.35rem;
	}
	.greeting-wrap p.text-style01 span::after{
		right:calc(100% + 1rem);
		left:auto;
		top:48%;
		width:8rem;
		height:3px;
	}
	.greeting-wrap p.text-style02{
		font-size:1.975rem;
	}
	.greeting-wrap p.text-sign{
		margin-bottom:0;
	}
	.greeting-wrap p.text-sign img{
		max-width:100%;
	}
	.greeting-img{
		position:absolute;
		top:120px;
		left:50%;
		width:50%;
	}
	.greeting-wrap .greeting-img-area{
		padding-top:53%;
	}

}


/*------------------------------------
  명가소개
------------------------------------*/
.about-wrap{
	word-break:keep-all;
}
.about-wrap .about-header ul{
	margin-top:3rem;
}
.about-wrap .about-header ul li{
	margin-bottom:3rem;
}
.about-wrap .about-header ul li span{
	display:inline-block;
}
.about-wrap ul.list-flex .title-area{
	border-top:2px solid #111;
	padding-top:1.75rem;
}
.about-wrap ul.list-flex .title-area h3{
	line-height:1.45;
	margin-bottom:0;
	color:#111;
}
.about-wrap ul.list-flex .title-area p{
	margin-bottom:0;
	margin-top:0.5rem;
}
.about-wrap ul.list-flex .con-area{
	padding:1.5rem 0 4rem;
	text-align:center;
}
.about-wrap ul.list-flex .con-area-bg{
	text-align:center;
	padding:0 0 4rem 0;
}
@media (min-width: 992px) {
	.about-wrap .about-header{
		margin-bottom:4rem;
	}
	.about-wrap .about-header ul{
		margin-top:0;
		padding-left:3.6%;
	}
	.about-wrap .about-header ul li{
		margin-bottom:4rem;
	}
	.about-wrap ul.list-flex > li:last-child{
		border-bottom:1px solid #e5e6e7;
	}
	.about-wrap ul.list-flex li:nth-child(odd){
		background:#f8f9fa;
	}
	.about-wrap ul.list-flex .title-area{
		padding:4.5rem 2.5rem;
	}
	.about-wrap ul.list-flex .con-area{
		border-top:1px solid #e5e6e7;
		padding:4.5rem 2.25rem;
	}
	.about-wrap ul.list-flex .con-area-bg{
		border-top:1px solid #e5e6e7;
		padding:4.5rem 2.5rem;
	}
}
@media (min-width: 1200px) {
	.about-wrap ul.list-flex .title-area h3{
		font-size:1.55rem;
	}
	.about-wrap ul.list-flex .title-area p{
		margin-top:1.5rem;
	}
}

/*------------------------------------
	연혁
------------------------------------*/
.history-header{
	background:url('../images/history-bg.jpg')no-repeat 50% / cover;
	padding:6rem 2rem 4rem;
	font-size:1.5rem;
	color:#111;
	line-height:1.1;
	font-family: 'Play', sans-serif;
	margin-bottom:3rem;
}
.history-header strong{
	display:inline-block;
	font-size:2rem;
	position:relative;
}
.history-header strong::after{
	content:'';
	position:absolute;
	left:calc(100% + 1rem);
	top:47%;
	width:5rem;
	height:2px;
	background:#111;
}

.history-wrap{
	position:relative;
	padding-left:1.5rem;
}
.history-wrap::before{
	content:'';
	display:block;
	width:2px;
	height:4rem;
	background: -moz-linear-gradient(top, rgba(17,17,17,0) 0%, rgba(17,17,17,1) 100%);
	background: -webkit-linear-gradient(top, rgba(17,17,17,0) 0%,rgba(17,17,17,1) 100%);
	background: linear-gradient(to bottom, rgba(17,17,17,0) 0%,rgba(17,17,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111111', endColorstr='#111111',GradientType=0 );
}
.history-wrap::after{
	content:'';
	display:block;
	width:2px;
	height:6rem;
	background: -moz-linear-gradient(top, rgba(17,17,17,1) 0%, rgba(17,17,17,0) 100%);
	background: -webkit-linear-gradient(top, rgba(17,17,17,1) 0%,rgba(17,17,17,0) 100%);
	background: linear-gradient(to bottom, rgba(17,17,17,1) 0%,rgba(17,17,17,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#00111111',GradientType=0 );
}
.history-wrap .history-list{
	position:relative;
	padding-bottom:50px;
	color:#444;
	border:solid #111;
	border-width:0 0 0 2px;
}
.history-wrap .history-list:last-child{
	padding-bottom:0;
}
.history-wrap .history-list h5{
	color:#111;
	font-weight:800;
	font-size:2rem;
	font-family: 'Play', sans-serif;
	position:relative;
	padding-left:20px;
}
.history-wrap .history-list h5::before{
	content:'';
	display:block;
	width:14px;
	height:14px;
	background:#fff;
	border:2px solid #111;
	position:absolute;
	left:-8px;
	top:30%;
	border-radius:50%;
}
.history-wrap .history-gruop{
	padding-left:20px;
}
.history-wrap .history-gruop > li{
	padding:7px 0;
	font-weight:300;
	line-height:1.4;
}
.history-wrap .history-gruop li .history-num{
	-ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
	font-family: 'Play', sans-serif;
	color:#111;
	font-size:1.075rem;
	letter-spacing:0;
}
.history-wrap .history-gruop li li{
	padding-top:0;
}
.history-wrap .history-gruop li li::before{
	top:0.65rem;
}

@media (min-width: 992px) {
	.history-header{
		padding:9.5rem 4.5rem 5.5rem;
		font-size:3.15rem;
		margin-bottom:5rem;
	}
	.history-header strong{
		font-size:4.5rem;
	}
	.history-header strong::after{
		left:auto;
		right:calc(100% + 1.25rem);
		width:10rem;
		height:3px;
	}

	.history-wrap{
		padding-left:30%;
	}
	.history-wrap .history-list{
		padding-bottom:100px;
	}
	.history-wrap .history-list h5{
		position:absolute;
		right:calc(100% + 50px);
		top:-5px;
		font-size:2.875rem;
		padding-left:20px;
	}
	.history-wrap .history-list h5::before{
		left:calc(100% + 42px);
		top:21px;
		border-radius:50%;
	}
	.history-wrap .history-gruop{
		padding-left:70px;
	}
	.history-wrap .history-gruop > li{
		padding:10px 0;
	}
	.history-wrap .history-gruop li .history-num{
		-ms-flex: 0 0 115px;
		flex: 0 0 115px;
		max-width: 115px;
		font-size:1.275rem;
		font-weight:700;
		letter-spacing:0;
		line-height:1.1;
	}
}


/*------------------------------------
	찾아오시는길 
------------------------------------*/
.map-info ul li{
	padding-bottom:1.2rem; 
	padding-top:1rem;
	word-break:keep-all;
	border-top:1px solid #e5e5e5;
	font-family: 'Play', 'Noto Sans KR', sans-serif;
	color:#111;
}
.map-info ul li i{
	margin:0 0.5rem 0 0;	
	font-size:1.15rem;
}

.map-area{
	width:100%;
	height:0;
	padding-top:85%;
	position:relative;
}
.map-area > div{
	position:absolute;
	left:0;
	top:0;
	width:100% !important;
	height:100% !important;
	border:0 !important;
	border-radius: 0 !important;
	padding:0 !important;
}
.map-area > div > div{
	border-radius: 0 !important;
}
.map-area > div > div.wrap_map{
	width:100% !important;
	height:calc(100% - 32px) !important;
	padding:0 !important;
}
.root_daum_roughmap .border3,
.root_daum_roughmap .border4{
	top:1px;
}

@media (min-width: 992px) {
	.map-info{
		padding:1rem 0 4rem;
	}
	.map-info ul li{
		padding-top:0; 
		padding-bottom:0;
		border:none;
	}
	.map-info ul li i{
		display:block;
		font-size:2.35rem;
		background-color:#252525;
		color:#fff;
		border-radius:50%;
		width:104px;
		height:104px;
		line-height:104px;
		margin:0 auto 2rem;
	}
	.map-area{
		width:100%;
		height:0;
		padding-top:50%;
		position:relative;
	}
}