#page_content { padding:35px 0px; }
#page_content strong { display:block; font-weight:700; }

  @media screen and (max-width:768px) {
	#page_content { padding:10px 20px; }
	#page_content strong { padding: 0 20px; }
  }

/* 인사말 */
.greeting { text-align:center; }
.greeting > strong { display:block; height:42px; line-height:42px; font-weight:700; color:var(--main-color); }
.greeting > p { padding:20px; line-height:28px; font-weight:400; }
.greeting .bottom-image { margin:40px 0 55px; width:100%; height:auto; }

@media screen and (max-width:768px) {
	.greeting > strong { margin:5px 0 3px; height: auto; line-height: 30px; word-break: keep-all; }
	.greeting > p { padding: 10px 0; line-height: 25px; word-break: keep-all; }
	.greeting > p > br { display:none; }
	.greeting .bottom-image { margin: 10px 0 0; }
}

/* 회사연혁 */
.history > dl { overflow:hidden; margin-bottom:70px; }
.history > dl:last-child { margin-bottom:35px; }
.history > dl > dt, 
.history > dl > dd { display:block; width:50%; }
.history > dl > dd > strong { display:block; margin-top: -8px; padding-bottom:15px; border-bottom:2px solid #aaa; color:var(--main-color); }
.history > dl:nth-child(odd) > dt { float:left; padding-right:20px; }
.history > dl:nth-child(odd) > dd { float:left; padding-left:20px; }
.history > dl:nth-child(even) > dt { float:right; padding-left:20px; }
.history > dl:nth-child(even) > dd { float:left; padding-right:20px; }
.history > dl > dd > ul { margin:10px 0; }
.history > dl > dd > ul > li { height:38px; line-height:38px; font-weight:400; }
.history > dl > dd > ul > li > .date { display:inline-block; width:84px; color:var(--grey-dark-color); font-weight:700; }

/* 오시는 길 */
.map > div { width:100%; margin-bottom:30px; }
.map > div .wrap_map { border-bottom: 1px solid #dfdfdf; }
.map > div .wrap_controllers { display:none }

.map > ul { overflow:hidden; list-style:none; margin:0; padding:0; border-top:3px solid var(--grey-dark-color); }
.map > ul > li { float:left; width:50%; height:58px; line-height:58px; color:var(--grey-light-color); }
.map > ul > li > span { display:inline-block; width:82px; color:var(--main-color); text-align:center; }

/* 사업분야 */
.business strong { display:block; height:52px; line-height:52px; color:var(--main-color); }
.business p { padding:10px 0; line-height:28px; }
.business > dl { overflow:hidden; margin-bottom:40px; }
.business > dl:last-child { margin-bottom:35px; }
.business > dl > dt, 
.business > dl > dd { display:block; width:50%; }
.business > dl > dt { float:left; padding-right:20px; }
.business > dl > dd { float:left; padding-left:20px; padding-top:15px; }
.business > dl > dd > p { margin-bottom:15px; }

.business hr { display:inline-block; margin:20px 0; width:100%; height:1px; background:#ddd; }

.business > .con-box { padding:26px 0; }
.business > .con-box > strong { color:var(--grey-dark-color); }
.business > .con-box > .bottom-image { margin: 8px 0 20px; }

/* 사업안내 */
.business2 p { padding:10px 0; line-height:28px; }
.business2 > strong { color:var(--main-color); }
.business2 > p { margin-bottom:50px; }

.business2 .con-box { display:flex; flex-wrap: wrap; align-content: stretch; margin-left:-10px; margin-right:-10px; margin-top:-10px; }
.business2 .img-box { width: calc(50% - 20px); height:288px; background-repeat:no-repeat; background-position:center center; background-size:cover; margin:10px; }
.business2 .img-box > a { display:block; padding:54px 60px; color:#fff; }
.business2 .img-box > a > strong { height:33px; line-height:33px; margin-bottom:10px; }
.business2 .go-btn { display: inline-block; width:156px; height:50px; line-height:48px; margin-top:15px; margin-bottom:6px; vertical-align: middle; text-align: center; border:1px solid #fff; background: rgba(255,255,255,0.2); }