.title_box {
    padding: 40px 0;
    background-color: #ededed;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.title_box .title{
    display: block;
    width: 1200px;
    margin: 0 auto;    
    font-size: 22px;
    font-weight: 600;
    font-family: "MB" !important;
}
#main_content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.sub_title {
    padding: 10px 25px;
    background-color: #1d80ff;
    display: inline-block;border-radius: 30px;
    color: #fff;
    font-size: 20px;
}
#main_content .btn_wrap {
	display: flex;
	justify-content: center;
	padding: 1.6rem 1.2rem;
}
.box {
	border: 1px solid #b9b5b3; 
	padding: 15px 20px;
	border-radius: 20px;
}
.swiper-container {
	width: 100%;
	padding: 1.6rem 0; 
	overflow: hidden;
}

.swiper-slide {
	width: fit-content !important;
}

.swiper-slide button {
    display: block; 
    width: 100%; 
    padding: .7rem 0; 
    border: 1px solid #b9b5b3; 
    border-radius: .5rem; 
    font-weight: bold; 
    background-color: #fff; 
    text-align: center; 
    transition: background-color 0.3s; 
}

.swiper-slide button.selected {
    background-color: #1d80ff; 
    color: #fff; 
	border: 0;
}


#main_content button {
	font-size: 18px;
	margin: 0 0.5rem;
	border: 1px solid #8c98a3;
	border-radius: 20px;
	font-weight: bold;
	padding: 15px;
}

#main_content .btn_wrap button.active {
	background-color: #42505d;
	color: #fff;
}
.houseinfo {
	border: 1px solid #b9b5b3;
	border-radius: 20px;
	white-space: normal;
    overflow: visible;
}
.houseinfo .info_wrap {
	padding: 1.8rem 1.4rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-bottom: 1px solid #eee;
}

.houseinfo .info_wrap:first-child {
	border-top: 1px solid #eee;
}

#main_content .houseinfo .info_wrap:last-child {
	border-bottom: none;
}

#main_content .houseinfo .info_wrap {
	grid-column: span 2;
}
.info_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info_wrap {
    display: none; /* 초기 상태에서 숨김 */
}

.info_wrap .top {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    width: 70%;
}

.info_wrap .housefirst {
}

.info_wrap .housemiddle {
	max-width: 100%; 
}

.info_wrap .houselast {
    display: flex;
    align-items: center;
	gap: 30px;
	margin-top: 15px;
}

.info_wrap .houselast .ing {
}

.info_wrap .houselast .date {
    color: #777;
}

.info_wrap .housemiddle a {
    font-size: 18px;
    font-weight: 600;
	max-width: 100%; 
}

.info_wrap p, .info_wrap a {
    font-size: 18px;
    font-weight: 800;
}

#main_content .houseinfo .info_wrap p:first-child,
#main_content .houseinfo .info_wrap p:first-child {
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	border-radius: 1.4rem;
	margin-bottom: .8rem;
	font-size: 18px;
	line-height: 1.3;
}
.houseinfo .info_wrap .housefirst p:first-child {
	background-color: #ff765f;
}

.houseinfo .info_wrap p:first-child {
	background-color: #1b2639;
}

#main_content .houseinfo .info_wrap {
}

#main_content .houseinfo .info_wrap a {
	color: #777;
	font-size: 18px;
	line-height: 1.4;
}

/* 분양가이드 */
.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;
	margin-top: 2rem;
}

.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.6rem;
	line-height: 1.6;
}
.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;
}

@media screen and (max-width: 767px) {
	.title_box {
	  padding: 20px 15PX;
	  background-color: #ededed;
	  border-top: 1px solid #ececec;
	  border-bottom: 1px solid #ececec;
  }
  .title_box .title {
	  width: 100%;
	  font-size: 20px;
  }
  #main_content {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
}
.swiper-slide  {
	padding: 1rem 0; /* 상하 패딩을 늘림 */
	font-size: 20px; /* 글꼴 크기를 늘림 */
	width: auto;
	min-width: 150px; /* 최소 너비 설정 (원하는 대로 조정 가능) */
}
.info_wrap .houselast .date {
    color: #777;
	font-size: 17px;
	word-wrap: break-word;
    white-space: normal;
}
#main_content .houseinfo .info_wrap p:first-child, #main_content .houseinfo .info_wrap p:first-child {
    line-height: 1.3;
}
.info_wrap .houselast {
    gap: 15px;
}
.info_wrap .top {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.info_wrap .housemiddle a {
    font-size: 16px !important;
}
#main_content .houseinfo .info_wrap p:first-child, #main_content .houseinfo .info_wrap p:first-child {
    display: inline-block;
    color: #fff;
    padding: 10px;
    border-radius: 1.4rem;
    margin-bottom: .8rem;
    font-size: 16px !important;
    line-height: 1.3;
	white-space: normal;
    overflow: visible;
}
.info_wrap p, .info_wrap a {
    font-size: 16px !important;
    font-weight: 800;
}
}