.btn_wrap {display: flex;justify-content: center;padding: 1rem 0;}
.btn_wrap button {font-size: 1.6rem;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;}
.info_wrap .region p, .info_wrap .state p, .info_wrap .title p, .info_wrap .title a {font-size: 1.6rem;}
.houseinfo .info_wrap .region p:first-child,.houseinfo .info_wrap .state p:first-child {display: inline-block;color: #fff;padding: .4rem .8rem;border-radius: 1.4rem;margin-bottom: .8rem;font-size: 1.4rem;}
.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 .region p:nth-of-type(2) {font-weight: 600;}
.houseinfo .info_wrap .state p:first-child {background-color: #f4b22d;}
.houseinfo .info_wrap .state p:nth-of-type(2) {font-weight: 500;}
.houseinfo .info_wrap .title {grid-column: span 2;margin-top: 1rem;}
.houseinfo .info_wrap .title a {color: #666;font-size: 1.6rem;line-height: 1.4;word-break: keep-all;}


/* 분양가이드 */
.houseguide {padding: 2rem;}
.houseguide .sec_guide li {padding: 3rem 0 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: 2.2rem;font-weight: bold;padding: 2rem 0 .6rem 0;}
.houseguide .sec_guide li > span {font-size: 1.8rem;font-weight: bold;margin: 0.5rem 0 1.5rem;display: block;color: red;}
.houseguide .sec_guide li .content_box {font-size: 1.8rem;line-height: 1.5;}
.houseguide .sec_guide li .img_box a {width: 100%;}
.houseguide .sec_guide li .img_box a img {width: 100%;margin-top: 1.4rem;border: 1px solid #f3f3f3;}
.houseguide .sec_guide li .img_box .click {font-size: 1.4rem;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.6rem;padding-bottom: .4rem;}
.sec_header {background: url(../img/logo_background.png) no-repeat;background-size: 100%;}
