 .btn_wrap {
	display: flex;
	justify-content: center;
	padding: 1rem 0;
}

 .btn_wrap button {
	font-size: 1.3rem;
	width: 40%;
	padding: 1rem 0;
	font-weight: bold;
	margin-right: 1rem;
	border-radius:0.5rem;
	border:1px solid #171c61;
	color:#171c61;
}

 .btn_wrap button:last-child {
	margin-right: 0;
}

 .btn_wrap button.active {
	background-color: #171c61;
	color: #fff;
}

 .houseinfo .info_wrap {
	padding: 1.8rem 1.4rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
	border-bottom: 1px solid #eee;
}

 .houseinfo .info_wrap:first-child {
	border-top: 1px solid #eee;
}

 .houseinfo .info_wrap:last-child {
	border-bottom: none;
}

 .houseinfo .info_wrap .title {
	grid-column: span 2;
}

.info_wrap .region p, .info_wrap .state p, .info_wrap .title p, .info_wrap .title a {
	font-size: 1.6rem;
	color: #111;
	margin-top: .5rem;
}

 .houseinfo .info_wrap .region p:first-child,
 .houseinfo .info_wrap .state p:first-child {
	display: inline-block;
	color: #fff;
	padding: .4rem 1rem;
	border-radius: 5rem;
	margin-bottom: .8rem;
	font-size: 1.5rem;
	margin: 0 1rem;
}
.houseinfo .info_wrap .region {border-right:1px solid #eee}
.houseinfo .info_wrap .state {margin-left: 1rem;}
 .houseinfo .info_wrap .region p:first-child {
	background-color: #009e96;;
}

 .houseinfo .info_wrap .state p:first-child {
	background-color: #f4b22d;
}

 .houseinfo .info_wrap .title {
	margin-top: 1.5rem;
}

 .houseinfo .info_wrap .title a {
	color: #666;
	font-size: 2rem;
	line-height: 1.4;
	word-break: break-all;
}

/* 분양가이드 */
.houseguide {
	padding: 2rem;
}

.houseguide .sec_guide li {
	padding: 3rem 0;
	border-bottom: 1px solid #ddd;
}

.houseguide .sec_guide li:first-child {
	padding-top: 0;
}

.houseguide .sec_guide li:last-child {
	border-bottom: none;
}

.houseguide .sec_guide li > h3 {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: .6rem;
}

.houseguide .sec_guide li > span {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0.5rem 0 1.5rem;
	display: block;
	color: red;
}

.houseguide .sec_guide li .content_box {
	font-size: 1.5rem;
	line-height: 1.5;
}
.houseguide .sec_guide li .img_box a {
	width: 100%;
}

.houseguide .sec_guide li .img_box a img {
	width: 100%;
	margin: 1.4rem 0;
}

.houseguide .sec_guide li .img_box .click {
	font-size: 1.1rem;
	color: red;
	display: block;
	text-align: right;
}

.sec_slaelogo{height: 12rem;}
.slaelogo{position: relative;}
.slaelogo img{
    width: 100%;
    height: 12rem;
}
.slae_title{
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
}
.slae_title p{
    font-weight: bold;
    font-size: 2.5rem;
    color: #006934;
}
.slae_title span {
    display: block;
	color: #006934;
	font-size: 1.3rem;
	padding-bottom: .4rem;
}
.sec_header {background: url(../img/logo_background.png) no-repeat;
    background-size: 100%;}