/* banner */
.sa {
	opacity: 0;
	transition: all .5s ease;
  }

.sa-left,
.sa-left_2 {
	transform: translate(20px, 0);
  }

.sa-right,
.sa-right_2 {
	transform: translate(-20px, 0);
}

  .sa.show {
	opacity: 1;
	transform: none;
  }

.main_banner {
	width: 100%;
	height: auto;
}

.main_banner .main_banner_inner {
	width: 100%; 
	height: 598px;
	background-color: #ffefcd;
	margin-top: 80px;
}

/* company */
.tl_consulting_page_warp h2 {
	text-align: center;
	width: 100%;
}
.tl_consulting_page_warp .ul-box .com_hover:hover *{
	color: rgba(184, 184, 184);
	transition: all 0.3s;
}


.tl_consulting_page_warp .ul-box .com_hover:hover img {
	transform: scale(1.2);
	filter: brightness(70%);
}

.tl_consulting_page_warp .ul-box .com_hover .lt_img {
	display: block;
	overflow: hidden;
	max-width: 210px;
	width: 100%;
	margin: 0 auto;
	border-radius: 50%;
	transform: scale(1.2);
}


.tl_consulting_page_warp ul li p {
	font-size: 18px;
	font-weight: bold;
	color: #555;
	padding: 20px 0 0;
	letter-spacing: 0;
	margin-top: 20px;
}

.index_round .main_com_txt {
	margin-top: 10px;
	display: block;
	font-size: 15px;
	margin-bottom: 30px;
	font-weight: 400;
}

.tl_consulting_page_warp .more {
	display: inline-block;
	border-top: solid 1px rgba(0, 0, 0, 0.2);
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	padding: 8px 14px 8px 15px;
	font-size: 13px;
	width: 93px;
	margin: 0 auto;
	overflow: hidden;
	transition: all 0.3s;
}

.tl_consulting_page_warp .ul-box .com_hover:hover .more{
	width: 120px;
}

@media screen and (max-width: 1094px) {
	.tl_consulting_page_warp ul li {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width:1077px) {
	.tl_consulting_page_warp h2 {
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width:767px){
	.tl_consulting_page_warp h2{
		font-size:26px;
		letter-spacing:0;
	}
}

/* core-business */
.core-business {
	position: relative;
}

.core-business .core-img {
	max-width: 100%;
	width: 100%;
	height: 249px;
	background-image: url(../img/core-business.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
}

.core-business .core-img .core-img-inner {
	/* position: absolute; */
	width: 100%;
	height: 249px;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
}

.core-business .core-txt {
	text-align: center;
	width: 100%;
	line-height: 1;
	z-index: 2;
}

.core-business .core-txt .core-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 17px;
	color: #fff;
	padding: 10px 20px 10px;
	border-top: solid 1px rgba(255, 255, 255, 0.4);
	border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
	.core-business .core-img {
		height: 145px;
	}

	.core-business .core-img .core-img-inner {
		height: 145px;
	}

	.core-business .core-txt .core-text {
		font-size: 15px;
		border: none;
		width: 100%;
	}
}

/* 주거/상업/기타 */
.cg_section03{
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
}

.cg_section03 .space_box{
	width:33.3%;
	float:left;
}

.main_s3_conBox{
	cursor: pointer;
	margin-top: 50px;
}

.main_s3_conBox .main_s3_imgBox{
	position: relative;
}

.main_s3_conBox .main_s3_imgBox img{
	width: 280px;
	height: 361px;
	display:block;
	margin:0 auto;
}

.main_s3_conBox .main_s3_imgBox .more-hover{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:280px;
	height:361px;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	transition: 0.5s all ease;
}

.main_s3_conBox .main_s3_imgBox .more-hover .btn-more{
	display: inline-block;
	padding: 8px 14px 8px 15px;
	margin-top: 166px;
	font-family: ngb, 'NanumGothicBold', sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.main_s3_conBox:hover .main_s3_imgBox .more-hover{
	opacity: 1;
}

.main_s3_conBox:hover .more-hover .btn-more{
	color:#fff;
}

.main_s3_conBox:hover .main_s3_txtBox .bold,
.main_s3_conBox:hover .main_s3_txtBox .cg_sub_txt{
	transition: all 1s;
	color: rgb(184, 184, 184);
}

.main_s3_conBox .main_s3_txtBox{
	text-align: center;
}

.main_s3_conBox .main_s3_imgBox .more-hover{
	display: block;
	text-align: center;
}

.main_s3_conBox .main_s3_txtBox .bold{
	display: block;
    font-size: 18px;
    color: #666;
    margin: 37px 0 15px 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.main_s3_conBox .main_s3_txtBox .cg_sub_txt{
	display: block;
    font-size: 15px;
    line-height: 1.5;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
	color:#666;
}

@media screen and (max-width:1094px) {
	.cg_section03 .space_box{
		max-width: 365px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width:960px) {
	.cg_section03 .space_box{
		padding-bottom: 50px;
	}
}

/* map */
.tl_map_box_wrap .ceo_map {
	text-align: center;
	margin-top: 100px;
	padding: 0px 20px 0px 20px;
}

.tl_map_box_wrap .ceo_map .root_daum_roughmap_landing {
	width: 100%;
}

.tl_map_box_wrap .ceo_map .comp_add_inner {
	margin-bottom: 50px;
}

.tl_map_box_wrap .ceo_map .comp_add_tit {
	display: inline-block;
	font-size: 38px;
	color: #666;
}

.tl_map_box_wrap .ceo_map .comp_add {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 3px 10px 3px 20px;
	border-left: solid 1px rgba(170, 170, 170, 0.4);
	margin-left: 20px;
	line-height: 2;
	font-size: 14px;
	color: #666;
}

.tl_map_box_wrap .ceo_map .comp_add .comp_address {
	display: block;
	line-height: 1.6;
}

.tl_map_box_wrap .ceo_map .comp_add .map-line {
	padding: 0px 10px;
	color: rgba(170, 170, 170, 0.4);
}

@media screen and (max-width:974px) {
	.tl_map_box_wrap .ceo_map .comp_add_inner .comp_add_tit {
		display: block;
	}

	.tl_map_box_wrap .ceo_map .comp_add_inner .comp_add_tit:after {
		content: "";
		border-bottom: 1px solid #000;
		display: block;
		margin: 0 auto;
		width: 55px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.tl_map_box_wrap .ceo_map .comp_add_inner .comp_add {
		text-align: center;
		border-left: none;
	}
}

@media screen and (max-width:767px) {
	.tl_map_box_wrap .ceo_map {
		margin: 30px 0;
	}

	.tl_map_box_wrap .ceo_map .comp_add {
		padding: 0;
		margin-left: 0px;
	}

	.tl_map_box_wrap .ceo_map .comp_add_inner .comp_add_tit {
		font-size: 26px;
	}

	.tl_map_box_wrap .ceo_map .comp_add .comp_address {
		margin-bottom: 10px;
	}

	.tl_map_box_wrap .ceo_map .comp_add .map_email {
		margin-top: 10px;
	}

	.tl_map_box_wrap .ceo_map .comp_add_inner .comp_add .map-line {
		display: none;
	}

	.tl_map_box_wrap .ceo_map .comp_add_inner .comp_add .b_r,
	.tl_map_box_wrap .ceo_map .comp_add_inner .comp_add .map_email {
		display: block;
	}
}