* 공통 디자인 *
body {
    font-family: 'NanumSquareNeo';
    color: #3e3e39;
}
* {
    box-sizing: border-box;
}
img {
    width: 100%;
}
.cont-inner {
    padding: 0 2rem 3rem;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

/* index */

#indexLoadImg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #fff;
}
.indexText {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}
.indexImg {
    width: 100%;
}
.indexBtn {
    text-align: center;
    display: block;
    width: 90%;
    position: absolute;
    background: #244dab;
    color: #fff;
    left: 50%; bottom: 10%;
    transform: translateX(-50%);
    padding: 1.8rem 0;
    font-size: 1.8rem;
    border-radius: 1rem;
}
/* header */
header {
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #C9C9C9;
}
header .header_logo {
    display: block;
    width: 25%;
    height: 100%;
}

/* home */
.map {
    padding: 3.5rem 2rem;
}
.used-service {
    background: #F2F3F4;
    padding: 3.5rem 0;
}
.sevice {
    padding: 0 2rem;
}
.service_title {
    font-size: 1.8rem;
    color: #333;
    font-weight: 800;
    margin: 2rem 0;
    padding: 0 2rem;
}
.service_btn_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
}
.service_btn_top a {
    display: block;
    height: 11rem;
}
.service_btn_top a:first-child {
    width: 31%;
}
.service_btn_top a:last-child {
    width: 65%;
}
.service_btn_top a img {
    width: 100%;
    height: 100%;
    box-shadow: .2rem .2rem .3rem #1e649e4d;
    border-radius: 1rem;
}
.service_btn_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.service_btn_area a {
    display: block;
    width: calc(100% / 3 - 1rem);
}
.service_btn_area a img {
    width: 100%;
    height: 100%;
    box-shadow: .2rem .2rem .3rem #1e649e4d;
    border-radius: 1rem;
}
.direct-service {
    padding: 3.5rem 0;
    margin-bottom: 7rem;
}
/* footer */
footer {position: fixed; bottom: 0; left: 0; z-index: 9999; width: 100%; padding: 1rem 0; background:#fff; border-top: 1px solid #C9C9C9;}
footer ul { display: flex; justify-content: space-around;}
footer ul li { width: 22%; text-align: center;}
footer ul li a { font-size: 1.4rem; border-radius: .5rem; padding: .5rem; padding-top: 3.6rem; width: 100%; display: block;}
footer ul li:nth-child(1) a { background: url(../img/menu-off-1.png) no-repeat center 5%/ 3.2rem;}
footer ul li:nth-child(2) a { background: url(../img/menu-off-2.png) no-repeat center 5%/ 3.2rem;}
footer ul li:nth-child(3) a { background: url(../img/menu-off-3.png) no-repeat center 5%/ 3.2rem;}
footer ul li:nth-child(4) a { background: url(../img/menu-off-4.png) no-repeat center 5%/ 3.2rem;}
footer ul li:nth-child(5) a { background: url(../img/menu-off-5.png) no-repeat center 5%/ 3.2rem;}
footer ul li.on a {color: #465F7A; font-weight: 600;}
footer ul li.on:nth-child(1) a { background: url(../img/menu-fill-1.png) #fff no-repeat center 5%/ 3.2rem;}
footer ul li.on:nth-child(2) a { background: url(../img/menu-fill-2.png) #fff no-repeat center 5%/ 3.2rem;}
footer ul li.on:nth-child(3) a { background: url(../img/menu-fill-3.png) #fff no-repeat center 5%/ 3.2rem;}
footer ul li.on:nth-child(4) a { background: url(../img/menu-fill-4.png) #fff no-repeat center 5%/ 3.2rem;}
footer ul li.on:nth-child(5) a { background: url(../img/menu-fill-5.png) #fff no-repeat center 5%/ 3.2rem;}

/* qna */
.inner {
    padding: 3rem 2rem;
    margin-bottom: 7rem;
}
.bold {
    font-size: 1.6rem;
    font-weight: 700;
    color: #656565;
    padding-bottom: 3rem;
}
.box {
    border: 1px solid #C9C9C9;
    border-radius: 1rem;
    background: #F3FBFF;
    margin-bottom: 2rem;
}
.box.open .qna {
    border-bottom: 1px solid #c9c9c9;
}
.qna {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
}
.qna-text {
    max-width: 27rem;
    font-size: 1.6rem;
    font-weight: 800;
    color: #25587a;
    line-height: 1.3;
    letter-spacing: -0.1rem;
}
.qna i {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/qna-down.png) no-repeat center/contain;
}
.box.open .answer {
    display: block;
}
.answer {
    display: none;
    padding: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #25587a;
}
/* news */

.news-area {
    width: 100%;
}
.news-area li {
    width: 100%;
    margin-bottom: 1.5rem;
}
.news-area li > a {
    display: flex;
    justify-content: space-between;
    height: 9.3rem;
}
.news-area li a .news-img {
    display: block;
    max-width: 49%;
    height: 100%;
    margin-right: 1rem;
}
.news-text {
    width: 18.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main_text {
    font-size: 1.4rem;
    color: #5D646E;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}
.date {
    font-size: 1.3rem;
    color: #036eb7;
}
/* guide */
.guide-top {
    padding: 3rem 2rem 0;
}
.guide_bold {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.guide_sub {
    font-size: 1.5rem;
    font-weight: 700;
    color: #656565;
    padding-bottom: 3rem;
}
.guide-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.guide-btn a{
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    width: 100%;
    padding: 1.2rem 0;
    text-align: center;
    background: #25587A;
    border: 1px solid #25587A;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    color: #fff;
}
.guide-btn .on {
    background: #fff;
    color: #25587A;
    border: 1px solid #25587A;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.guide-contents {
    height: 100%;
    background: #F3FBFF;
    padding: 3rem 2rem 8rem;
}
.title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #25587A;
    margin-bottom: 1.5rem;
}
.guide-cont {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    line-height: 1.4;
}
/* lh-map */
#map {
    width: 100vw;
    height: 100vh;
}
.custom_marker_red {
  background-image: url(../img/location-indicator-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.5rem !important;
  height: 4rem !important;
}

.custom_marker_blue {
  background-image: url(../img/location-indicator-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.5rem !important;
  height: 4rem !important;
}

.leaflet-marker-icon { border-radius: 50%; text-align: center;}
.leaflet-marker-icon div { line-height:40px;}
.leaflet-marker-icon div span { font-size: 1.6rem;}

.leaflet-popup { bottom: 4rem !important; }
.leaflet-popup-content { font-size: 1.4rem;}
.leaflet-popup-close-button span {font-size: 1.4rem;}


.marker-cluster { width: 5rem !important; height: 5rem !important; border-radius: 50% !important; }
.marker-cluster > div { width: 4rem; height: 4rem; border-radius: 50%; position: absolute; margin-left: unset !important; margin-top: unset !important; top:50%; left: 50%; transform: translate(-50%,-50%);}

.sm { background-color: unset !important; /* width: 7rem !important; height: 7rem !important; */}
.sm > div { background: url(../img/mark-1.png) no-repeat center / cover; background-color: unset !important; width: 4rem !important; height: 4rem !important;}
.sm > div span { line-height:4rem;}
.md { background-color: unset !important; /* width: 7rem !important; height: 7rem !important; */}
.md > div { background: url(../img/mark-2.png) no-repeat center / cover; background-color: unset !important; width: 4rem !important; height: 4rem !important;}
.md > div span { line-height:4rem;}
.lg { background-color: unset !important; /* width: 7rem !important; height: 7rem !important; */}
.lg > div { background: url(../img/mark-3.png) no-repeat center / cover; background-color: unset !important; width: 4rem !important; height: 4rem !important;}
.lg > div span { line-height:4rem;}


.marker_info { position: fixed; right: 1.5rem; top: 1.5rem; padding: 0.3rem 1rem; z-index: 9999; background: #ffffffcf; border-radius: 10px;}
.marker_info p { display: flex; align-items: center; font-size: 1.5rem; margin: 0.6rem 0; }
.marker_info p img { width: 2.5rem; margin-right: .7rem;}


#info_box { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999; border-radius: .7rem .7rem 0 0 ; background: #fff; margin-bottom: 7rem;}
#info_box.lh {
    padding: 1.5rem;
    border: 1px solid #E5EBFC;
    box-shadow: rgb(149 157 165 / 30%) 0px -8px 8px;
}
#info_box.newhome {
    padding: 1.5rem;
    border: 1px solid #E7D5FE;
    box-shadow: rgb(149 157 165 / 30%) 0px -8px 8px;
}
#info_box.lh .name_link {
    background: #CADAFE;
    border: 1px solid #E5EBFC;
    border-radius: .7rem;
}
#info_box.newhome .name_link {
    background: #DBC0FE;
    border: 1px solid #E7D5FE;
    border-radius: .7rem;}
#info_box .name_link {
    display: block; 
    width: 100%; 
    padding: 1.5rem 0; 
    font-size: 1.6rem; 
    font-weight: 600;
    color: #333;
    text-align: center;
    position: relative;
}
#info_box .name_link:after { content:''; background: url(../img/map-arrow.png) no-repeat center / contain; width: 1rem; height: 2rem; position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%);}
#info_box .detail_wrap { background: #fff; padding: 1.5rem 0; display: flex; flex-direction: column; gap: 1.5rem;}
#info_box .detail_wrap .cls { width: 100%; font-size: 1.6rem; text-align: center; font-weight: 500;}
#info_box .detail_wrap .cls:before { content: "유형 : "; font-size: inherit;font-weight: unset;}
#info_box .detail_wrap .state { width: 100%; font-size: 1.6rem; text-align: center; color: #ff2424;}
#info_box .detail_wrap .state:before { content: "공고상태 : "; font-size: inherit; color: #333;}
#info_box .detail_wrap .period { font-size: 1.6rem; width: 100%; text-align: center; }
#info_box .detail_wrap .period:before { content: '공고기간 : '; margin-right: 1rem;}

/* lh */
.lh-inner {
    padding: 3rem 2rem;
    margin-bottom: 7rem;
}
.lh-inner2 {
    padding: 3rem 2rem;
    margin-bottom: 7rem;
}
.input_wrap .lh-box {
    border: 1px solid #D7D7D7;
    border-radius: 1rem;
    display: flex;
    padding: .5rem 0 .5rem 0;
}
.input_wrap .lh-box input {
    width: 85%;
    font-size: 1.6rem;
}
.input_wrap .lh-box input::placeholder {
    font-size: 1.4rem;
    font-weight: 800;
    color: #D7D7D7;
}
.input_wrap .lh-box button {
    width: 15%;
    padding: 0.5rem 1.2rem;
    outline: none;
    border-radius: 1rem;
}
.input_wrap .lh-box button img {
    display: inline-block;
    width: 60%;
    margin-top: .3rem;
}
  /* LH분양공고 지역, 종류 선택 */
.select_wrap {
    display: flex;
    margin: 2rem 0 3rem;
}
.select_wrap > div {
    display: flex;
    gap: 0.5rem;
}
.select_wrap > div span {
    background: #999;
    color: #fff;
    min-width: 6.3rem;
    padding: 0.7rem;
    border-radius: .5rem;
    font-size: 1.4rem;
    text-align: center;
}
.select_wrap > div select {
    position: relative;
    /* width: 80%; */
    color: #ACACAC;
    background: url(../img/down-arrow.png) no-repeat 94% 50%;
    padding: 1rem 2rem 1rem 1rem;
    font-size: 1.4rem;
    border: 1px solid #DEDEDE;
    border-radius: 0.5rem;
}
.select_wrap > div #area {
    background-size: 8%;
    margin-right: 1rem;
}
.select_wrap > div #type {
    background-size: 6%;
}
  /* 공고 리스트 */
.result li {
    padding: 2rem 0;
    border-bottom: 1px solid #ededed;
}
.result li a {
    display: flex;
    justify-content: space-between;
}
.result li a .left {
    width: 48%;
    text-align: center;
    border: 1px solid #DEDEDE;
    padding: 2.5rem;
    border-radius: 1rem;
}
.result li a .left .area {
    font-size: 1.6rem;
    margin-top: 1rem;
}
.result li a .left .type {
    background: #036eb7;
    border-radius: 1.5rem;
    padding: 0.8rem 0.5rem;
    font-size: 1.3rem;
    color: #fff;
    margin: 0 auto;
}
.result li a .right {
    width: 48%;
    text-align: center;
    border: 1px solid #DEDEDE;
    padding: 2.5rem;
    border-radius: 1rem;
}
.result li a .right .name {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
    height: 1.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.result li a .right .state {
    font-size: 1.4rem;
}
.result li a .right .state span {
    display: inline-block;
    padding: 0.8rem 1rem;
    font-size: 1.3rem;
    color: #fff;
    background: #383838;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
}
.result li .name {
    margin-top: 1.5rem;
    color: #686868;
    font-size: 1.5rem;
    line-height: 1.5;
}
.result li .start {
    color: #686868;
    font-size: 1.5rem;
    margin-top: 1.5rem;
}
  /* 페이지 */
.pagination {
    display: flex;
    width: 80vw;
    margin: 3rem auto;
    justify-content: center;
    /* gap: 2rem; */
    align-items: center;
    position: relative;
}
.pagination .prev { top: 50%; left: -1.5rem; transform: translateY(-50%);}
.pagination .last { top: 50%; right: -1.5rem; transform: translateY(-50%);}

.pagination .prev a img {
    transform: rotate(180deg);
}
.pagination .arrow {
    position: absolute;
}
.pagination .arrow a img {
    width: 0.7rem;
}
.pagination .page {
    margin: 0 1rem;
}
.pagination .page a {
    font-size: 1.5rem;
    color: #b3b3b3;
}
.pagination .page.on a {
    color: #333;
    font-weight: 600;
}
/* newhome */
.result .newhome-inner {
    padding: 2rem 0 ;
    border-bottom: 1px solid #ECECEC;
}
.result li .newhome-info {
    justify-content: flex-start;
}
.text_wrap.text {
    width: 30%;
    text-align: center;
}
.text_wrap.text span {
    display: block;
    margin-bottom: 1rem;
    padding-right: 1rem;
}
.text_wrap.text p {
    font-size: 1.5rem;
    color: #fff;
    border-radius: 1.5rem;
    padding: 0.8rem 0.5rem;
}
.text_wrap.text p:last-child {
    margin-bottom: 0;
}
.city {
    background: #4e74b7;
    color: #fff;
}
.home-day-txt {
    background: #485e6f;
}
.end-day-txt {
    background: #25587a;
}
.text_wrap.num {
    width: 65%;
}
.text_wrap.num .text-inner {
    padding: 0 0 0 1rem;
    height: 3.1rem;
    margin-bottom: 1rem;
    border-left: 1px solid #c8c8c8;
}
.text_wrap.num p {
    padding-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: 700;
}
.text_wrap.num .home-info {
    font-size: 1.5rem;
    /* padding: 0 0 0 1rem; */
    font-weight: 500;
    color: #676767;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.get_value {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1.5rem;
}
.tab{
    font-size: 1.5rem;
    color: #738489;
    font-weight: 700;
}
.allCount {
    border: 1px solid #c8c8c8;
    border-radius: 1.5rem;
    text-align: center;
    padding: 2.5rem 1rem;
    font-size: 1.5rem;
    letter-spacing: -0.1rem;
    line-height: 1.4;
    color: #808F94;
}
.allCount img {
    display: inline-block;
    width: 15%;
    margin-bottom: 2rem;
}
.houseinfo {
    padding: 3rem 0;
}
.recommend {
    font-size: 1.7rem;
    font-weight: 800;
    color: #036eb7;
    padding-bottom: 2rem;
}
.recommend2 {
    font-size: 1.7rem;
    font-weight: 800;
    color: #036eb7;
    padding: 4rem 0 0;
}
/* 추천공고 */

.newhome-inner2 {
    padding: 2rem 0 ;
    border-bottom: 1px solid #ECECEC;
}
.houseinfo .newhome-inner2:nth-child(6) {
    border-bottom: none;
}
.newhome-info2 {
    display: flex;
    justify-content: flex-start;
}
.text_wrap2.text2 {
    width: 30%;
    text-align: center;
}
.text_wrap2.text2 span {
    display: block;
    margin-bottom: 1rem;
    padding-right: 1rem;
}
.text_wrap2.text2 p {
    font-size: 1.5rem;
    color: #fff;
    border-radius: 1.5rem;
    padding: 0.8rem 0.5rem;
}
.text_wrap2.text2 p:last-child {
    margin-bottom: 0;
}
.city2 {
    background: #4e74b7;
    color: #fff;
}
.home-day-txt2 {
    background: #485e6f;
}
.end-day-txt2 {
    background: #485e6f;
}
.text_wrap2.num2 {
    width: 65%;
}
.text_wrap2.num2 .text-inner2 {
    padding: 0 0 0 1rem;
    height: 3.1rem;
    margin-bottom: 1rem;
    border-left: 1px solid #c8c8c8;
}
.text_wrap2.num2 p {
    padding-top: 0.8rem;
    font-size: 1.5rem;
    font-weight: 700;
}
.text_wrap2.num2 .home-info2 {
    font-size: 1.5rem;
    /* padding: 0 0 0 1rem; */
    font-weight: 500;
    color: #676767;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.research_btn {
    display: block;
    width: 100%;
    background: #244DAB;
    color: #fff;
    font-size: 1.7rem;
    border-radius: 1rem;
    text-align: center;
    padding: 2rem 0;
    margin-top: 2.5rem;
}
.first-num {
    transform: rotate(180deg);
}
@media screen and (min-width: 300px) and (max-width: 430px) {
    header {
        height: 7rem;
    }
}

@media screen and (min-width: 700px) and (max-width: 750px) {
    header {
        height: 10rem;
    }
    .service_btn_top a {
        height: 17rem;
    }
    .news-area li > a {
        height: 15rem;
    }
    .news-text {
        width: 48%;
    }
    .news-txt h2 {
        width: 100%;
        font-size: 1.7rem;
    }
    .news-txt span {
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 751px) and (max-width: 820px) {
    header {
        height: 10rem;
    }
    .service_btn_top a {
        height: 14rem;
    }
    .news-area li > a {
        height: 15rem;
    }
    .news-text {
        width: 48%;
    }
    .news-txt h2 {
        width: 100%;
        font-size: 1.7rem;
    }
    .news-txt span {
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 846px) and (max-width: 1024px) {
    header {
        height: 11rem;
    }
    .service_btn_top a {
        height: 19rem;
    }
    .news-area li > a {
        display: flex;
        justify-content: space-between;
        height: 20rem;
    }
    .news-area li a .news-img {
        display: block;
        max-width: 49%;
        height: 100%;
        margin-right: 1rem;
    }
    .news-text {
        width: 48%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1024px) {
    header {
        height: 12rem;
    }
    .service_btn_top a {
        height: 23rem;
    }
}