@charset "utf-8";

/* secCmnTit */
.secCmnTit{
    background: url(../img/housing/bgCmnTit.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/housing/bgCmnTit_sp.jpg) center top / cover;
    }
}

.secHope{
    text-align: center;
    margin-top: 40px;
}
.secHope .tit{
    font-size: 26px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}
.secHope .tit::after{
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    left: -95px;
    top: calc(50% - 0.5px);
    background: #000000;
}
.secHope .tit::before{
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    right: -95px;
    top: calc(50% - 0.5px);
    background: #000000;
}
@media only screen and (max-width:767px){
    .secHope{
        margin-top: 25px;
    }
    .secHope .tit{
        font-size: 15px;
        letter-spacing: 1px;
    }
    .secHope .tit::after{
        width: 30px;
        left: -40px;
    }
    .secHope .tit::before{
        width: 30px;
        right: -40px;
    }
}
/* secHousingTop */
.secHousingTop{
    margin-top: 40px;
}
.secHousingTop .tabList{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.secHousingTop .tabItem{
    width: 15.625%;
    margin-right: 1.25%;
}
.secHousingTop .tabItem:nth-child(n+7){
    margin-top: 1.25%;
}
.secHousingTop .tabItem:nth-child(6n){
    margin-right: 0;
}
.secHousingTop .aTab{
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 21.5px 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 35px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    height: 100%;
}
.secHousingTop .aTab.active{
    color: #fff;
    background: #1f2126;
}
@media only screen and (max-width:767px){
    .secHousingTop{
        margin-top: 20px;
    }
    .secHousingTop .tabItem{
        width: 31.305%;
        margin-right: 3.0425%;
    }
    .secHousingTop .tabItem:nth-child(n+7){
        margin-top: 3.0425%;
    }
    .secHousingTop .tabItem:nth-child(n+4){
        margin-top: 3.0425%;
    }
    .secHousingTop .tabItem:nth-child(6n){
        margin-right: 0;
    }
    .secHousingTop .tabItem:nth-child(3n){
        margin-right: 0;
    }
    .secHousingTop .aTab{
        font-size: 12px;
        line-height: 1.5;
        padding: 13.5px 10px;
        border-radius: 22.5px;
    }
}

/* secMap */
.secMap{
    height: 600px;
    margin-top: 50px;
}
.secMap .wrapperMap{
    width: 100%;
    height: 100%;
}
.secMap .poi-info-window {
    padding: 12px;
}
.secMap .gm-style .gm-style-iw-c{
    padding: 0 !important;
    overflow: visible !important;
    max-width: none !important;
    top: -15px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.secMap .gm-style .gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
}

.secMap .gm-style-moc{
    display: none !important;
}
.secMap .gm-style .gm-style-iw-t::after{
    display: none !important;
}
.secMap  .gm-style-iw-tc{
    display: none;
}
.secMap  .gm-ui-hover-effect{
    top: -12px !important;
    right: -12px !important;
    width: 30px !important;
    background-color: #000 !important;
    border-radius: 50% !important;
    height: 30px !important;
    opacity: 1 !important;
    transition:background-color 0.2s ease-out !important;
}
.secMap  .gm-ui-hover-effect:hover{
    background-color: #444 !important;
}
.secMap  .gm-ui-hover-effect span{
    background: #fff !important;
    width: 16px !important;
    height: 16px !important;
    margin: 7px !important;
} 
@media only screen and (max-width:767px){
    .secMap{
        height: 500px;
        margin-top: 30px;
    }
    .secMap .gm-style .gm-style-iw-c{
        top: -20px !important;
    }
}

/* secMapPopup */
.secMapPopup{
    width: 335px;
}
.secMapPopup .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    padding: 19px 19px;
    border: solid 1px #333333;
    position: relative;
    opacity: 1;
    transition:filter 0.2s ease-out;
}
.secMapPopup .inner:hover{
    filter: brightness(1.1);
}
_:lang(x)::-internal-media-controls-overlay-cast-button, .secMapPopup .inner {
    transition:none;
}
.secMapPopup .inner::after{
    content: "";
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
.secMapPopup .inner::before{
    content: "";
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #333333 transparent transparent transparent;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
}
.secMapPopup .inner .imgBox{
    width: 44.068%;
}
.secMapPopup .inner .boxImg{
    width: 100%;
    height: 0;
    padding-top: 73.077%;
}
.secMapPopup .inner .boxTxt{
    width: calc(100% - 44.068%);
    padding: 0 0 0 15px;
    position: relative;
}
.secMapPopup .tit{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 40px;
    color: #1e88e5;
}
.secMapPopup .place{
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secMapPopup .aBtnLink{
    width: 150px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 5px;
    color: #fff;
    background: #1e88e5;
}
@media only screen and (max-width:767px){
    .secMapPopup{
        width: 310px;
    }
    .secMapPopup .inner{
        padding: 14px 14px;
    }
    .secMapPopup .inner::after{
        width: 16px;
        height: 16px;
        border-width: 20px 10px 0 10px;
        bottom: -19px;
    }
    .secMapPopup .inner::before{
        width: 20px;
        height: 20px;
        border-width: 20px 10px 0 10px;
        bottom: -21px;
    }
    .secMapPopup .inner .imgBox{
        width: 130px;
    }
    .secMapPopup .inner .boxTxt{
        width: calc(100% - 130px);
        padding: 0 0 0 10px;
    }
    .secMapPopup .tit{
        font-size: 12px;
        line-height: 1.5;
        max-height: 36px;
    }
    .secMapPopup .place{
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-top: 1px;
    }
    .secMapPopup .aBtnLink{
        width: 100%;
        font-size: 12px;
        margin-top: 5px;
    }
}
/* secHouse */
.secHouse{
    margin-top: 30px;
}
.secHouse .flexBox{
    display: flex;
    padding: 45px 60px;
    background: #efefef;
}
.secHouse .orderBox{
    width: calc(100% - 223px);
    padding-right: 30px;
}
.secHouse .boxForm{
    display: flex;
    align-items: center;
}
.secHouse .itemSelect{
    display: flex;
    align-items: center;
}
.secHouse .titSelect{
    font-size: 15px;
    margin-right: 7px;
}
.isDesktopIpad .secHouse .titSelect{
    font-size: 12px;
}
.secHouse .inputBox select{
    width: 320px;
    height: 55px;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 10px;
    border: 1px solid #adadad;
    background: #FFF;
    font-family: inherit;
    cursor: pointer;
}
.secHouse .itemSelect:nth-child(n+2){
    margin-left: 25px;
}
.secHouse .btnClickBox{
    width: 223px;
}
.secHouse .btnClick{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    background: #1e88e5;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}
.secHouse .innerTxtBtn{
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}
.secHouse .innerTxtBtn.lazyloaded{
    background: url(../img/housing/iconChek.gif) left center / 14px auto no-repeat #1e88e5;
}
.secHouse .txtBox{
    margin-top: 40px;
    text-align: center;
    position: relative;
}
.secHouse .txtBox::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 20px;
    left: calc(50% - 25px);
    top: -20px;
}
.secHouse .txtBox.lazyloaded::after{
    background: url(../img/housing/iconHouseTxt.gif) center top / cover;
}
.secHouse .tit{
    font-size: 16px;
}
.secHouse .nmber{
    font-size: 38px;
    font-weight: bold;
    color: #1e88e5;
    vertical-align: -2px;
    margin-right: 2px;
}
.secHouse .color{
    color: #1e88e5;
    margin: 0 2px;
}
@media only screen and (max-width:767px){
    .secHouse{
        margin-top: 20px;
    }
    .secHouse .flexBox{
        display: block;
        padding: 20px 15px;
    }
    .secHouse .orderBox{
        width: 100%;
        padding: 0;
    }
    .secHouse .boxForm{
        display: block;
    }
    .secHouse .itemSelect{
        display: block;
    }
    .secHouse .titSelect{
        font-size: 13px;
        margin-right: 0;
    }
    .secHouse .inputBox select{
        width: 100%;
        height: 38px;
        font-size: 13px;
        letter-spacing: normal;
        padding-left: 5px;
        margin-top: 8px;
    }
    .secHouse .itemSelect:nth-child(n+2){
        margin-left: 0;
        margin-top: 15px;
    }
    .secHouse .btnClickBox{
        width: 63.493%;
        margin: 14px auto 0;
    }
    .secHouse .btnClick{
        height: 45px;
    }
    .secHouse .innerTxtBtn{
        font-size: 13px;
        padding-left: 15px;
    }
    .secHouse .innerTxtBtn.lazyloaded{
        background: url(../img/housing/iconChek.gif) left center / 12px auto no-repeat #1e88e5;
    }
    .secHouse .txtBox{
        margin-top: 40px;
    }
    .secHouse .txtBox::after{
        top: -25px;
    }
    .secHouse .tit{
        font-size: 14px;
        line-height: 1.3;
    }
    .secHouse .nmber{
        font-size: 28px;
        vertical-align: -2px;
        margin-right: 2px;
    }
    .secHouse .color{
        margin: 0 2px;
    }
}
/* secEstate */
.secEstate{
    margin-top: 58px;
}
.secEstate .secTab{
    display: flex;
    justify-content: space-between;
}
.secEstate .item{
    width: 49.609375%;
}
.secEstate .link{
    font-size: 25px;
    text-decoration: none;
    color:#777777;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 100px;
    letter-spacing: 1px;
    border-radius: 3px 3px 0 0;
}
.secEstate .link.on{
    color:#fff;
    background-color: #1f2126;
}
.secEstate .bgBox{
    background: #efefef;
    border-top: solid 2px #1f2126;
    padding: 30px 0 100px;
}
.secEstate .boxForm{
    display: flex;
    align-items: center;
}
.secEstate .itemSelect{
    display: flex;
    align-items: center;
}
.secEstate .titSelect{
    font-size: 15px;
    margin-right: 10px;
}
.secEstate .inputBox select{
    min-width: 170px;
    height: 45px;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 10px;
    border: 1px solid #adadad;
    background: #FFF;
    font-family: inherit;
    cursor: pointer;
}
.secEstate .itemSelect:nth-child(n+2){
    margin-left: 30px;
}
@media only screen and (max-width:767px){
    .secEstate .boxForm {
        flex-wrap: wrap;
    }
    .secEstate .itemSelect:nth-child(n+2){
        margin-left: 0px;
    }
    .secEstate .itemSelect:nth-child(n+3){
        margin-top: 10px;
    }
    .secEstate{
        margin-top: 29px;
    }
    .secEstate .item{
        width: 49.276%;
    }
    .secEstate .link{
        font-size: 13px;
        height: 44px;
        letter-spacing: 0.5px;
    }
    .secEstate .bgBox{
        background: #efefef;
        border-top: solid 1px #1f2126;
        padding: 19px 0 50px;
    }
    .secEstate .titSelect{
        font-size: 13px;
        margin-right: 5px;
    }
    .secEstate .inputBox select{
        min-width: 80px;
        height: 38px;
        font-size: 13px;
        letter-spacing: normal;
        padding-left: 5px;
    }
    .secEstate .itemSelect:nth-child(2) select,
    .secEstate .itemSelect:nth-child(3) select{
        width: 140px;
    }
    .secEstate .itemSelect:nth-child(2n){
        margin-left: auto;
        width: calc(100% - 147px);
    }
}
@media only screen and (max-width:374px){
    .secEstate .titSelect{
        font-size: 11px;
    }
    .secEstate .itemSelect:nth-child(2n){
        width: calc(100% - 139px);
    }
}
@media only screen and (max-width:374px){
    .secEstate .titSelect{
        font-size: 10px;
    }
    .secEstate .itemSelect:nth-child(2n){
        width: calc(100% - 120px);
    }
    .secEstate .inputBox select{
        min-width: 70px;
    }
    .secEstate .itemSelect:nth-child(2) select,
    .secEstate .itemSelect:nth-child(3) select{
        width: 120px;
    }
}
/* boxFlow */
.secEstate .boxFlow{
    margin-top: 30px;
}
.secEstate .itemLi{
    width: 100%;
    position: relative;
}
.secEstate .itemLi:nth-child(n+2){
    margin-top: 50px;
}
.secEstate .innerItem {
    display: flex;
    align-items: center;
    background: #ffffff;;
    text-decoration: none;
    color: #1a1a1a;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}
.secEstate .imgInnerItem{
    width: 42.96875%;
}
 .secEstate .innerItemBox{
    width: 100%;
    height: 0;
    padding-top: 76.364%;
}
.secEstate .txtInnerItem{
    width: calc(100% - 42.96875%);
    padding: 0 50px 5px;
}
.secEstate .tag{
    display: inline-block;
    margin: 5px 10px 0 0;
    border-radius: 10.5px;
}
.secEstate .innerTag{
    color: #fff;
    font-size: 12px;
    min-width: 44px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.secEstate .tit{
    font-size: 25px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 13px;
    color: #1e88e5;
}
.secEstate .subTit{
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    letter-spacing: 0.5px;
}
.secEstate .price{
    margin-top: 21px;
    font-size: 14px;
}
.secEstate .nmber{
    color: #1e88e5;
    font-size: 34px;
    margin-right: 4px;
    font-weight: 500;
}
.secEstate .nmberItem{
    margin: 0 9px;
}
.secEstate .numFlow{
    display: flex;
    margin-top: 21px;
}
.secEstate .thBlock{
    background: #444444;
    color:#fff;
    font-size: 13px;
    line-height: 1.5;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secEstate .tdBlock{
    background: #f6f5f3;
    min-height: 76px;
    font-size: 13px;
    line-height: 1.69;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secEstate .tdBlock .inner{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    max-height: 44px;
}
.secEstate .innerNum:nth-child(n+2){
    margin-left: 1px;
}
.secEstate .secEstate .innerNum{
    min-width: 150px;
}
.secEstate .innerNum:nth-child(1){
    width: 150px;
}
.secEstate .innerNum:nth-child(2){
    width: 188px;
}
.secEstate .innerNum:nth-child(3){
    width: 290px;
}
.secEstate .bg01{background: #1e88e5;}
.secEstate .bg02{background: #444444;}
.secEstate .bg03{background: #f1ea36;}
.secEstate .bg06{background: #ddce5e;}
.secEstate .bg07,
.secEstate .bg08{background: #efefef;}
.secEstate .bg03 .innerTag,
.secEstate .bg06 .innerTag,
.secEstate .bg07 .innerTag,
.secEstate .bg08 .innerTag
{
    color: #1a1a1a;
}
@media only screen and (max-width:767px){
    .secEstate .boxFlow{
        margin-top: 20px;
    }
    .secEstate .itemLi:nth-child(n+2){
        margin-top: 20px;
    }
    .secEstate .innerItem {
        box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
        padding: 17px 20px 20px;
    }
    .secEstate .imgInnerItem{
        display: none;
    }
     .secEstate .innerItemBox{
        padding-top: 75.834%;
    }
    .secEstate .txtInnerItem{
        width: 100%;
        padding: 0;
    }
    .secEstate .tag{
        margin: 3px 5px 0 0;
    }
    .secEstate .tit{
        font-size: 18px;
        margin-top: 11px;
    }
    .secEstate .subTit{
        font-size: 12px;
        margin-top: 2px;
    }
    .secEstate .spBox{
        display: flex;
        align-items: center;
        margin-top: 12px;
    }
    .secEstate .spBoxImg{
        width: 39.345%;
    }
    .secEstate .spBoxTxt{
        width: calc(100% - 39.345%);
        padding-left: 10px;
    }
    .secEstate .price{
        margin-top: 0;
        font-size: 12px;
        line-height: 1.4;
    }
    .secEstate .nmber{
        font-size: 20px;
        margin-right: 2px;
        vertical-align: -2px;
    }
    .secEstate .nmberItem{
        margin: 0 5px;
    }
    .secEstate .numFlow{
        display: block;
        margin-top: 15px;
    }
    .secEstate .thBlock{
        min-width: 80px;
        font-size: 12px;
    }
    .secEstate .tdBlock{
        min-height: 35px;
        font-size: 12px;
        line-height: 1.58;
        padding: 8.5px 8px;
        justify-content: flex-start;
        width: calc(100% - 80px);
    }
    .secEstate .tdBlock .inner{
        max-height: 38px;
    }
    .secEstate .innerNum:nth-child(n+2){
        margin-left: 0;
        margin-top: 1px;
    }
    .secEstate .innerNum{
        min-width: 100%;
        display: flex;
    }
    .secEstate .innerNum:nth-child(1){
        width: 100%;
    }
    .secEstate .innerNum:nth-child(2){
        width: 100%;
    }
    .secEstate .innerNum:nth-child(3){
        width: 100%;
    }
}
@media only screen and (max-width:374px){
    .secEstate .nmber {
        font-size: 18px;
    }
}
@media only screen and (max-width:359px){
    .secEstate .nmber {
        font-size: 15px;
        margin-right: 1px;
    }
    .secEstate .price {
        font-size: 11px;
    }
    .secEstate .nmberItem{
        margin: 0 3px;
    }
}
/* houseCover */
.secEstate .houseCover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    border-radius: 3px;
}
.secEstate .houseBox{
    width: 100%;
}
.secEstate .houseImg{
    text-align: center;
    margin-right: 21px;
    display: flex;
    align-items: center;
    text-align: center;
}
.secEstate .flexbox{
    display: flex;
    width: 830px;
    height: auto;
    min-height: 170px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 33px 0;
    align-items: center;
}
.secEstate  .leftBox{
    width: calc(100% - 468px);
    padding-left: 50px;
}
.secEstate  .leftflex{
    display: flex;
}
.secEstate .houseTit{
    font-size: 35px;
    letter-spacing: 3px;
}
.secEstate .houseTxt{
    font-size: 13px;
    /* text-align: center; */
    letter-spacing: 0px;
    margin-top: 30px;
}
.secEstate .rightbox{
    width: calc(100% - 460px);
    margin-left: 50px;
    padding-left: 50px;
    position: relative;
}
.secEstate .rightbox::after{
    content: "";
    position: absolute;
    top: -13px;
    /* bottom: 0%; */
    /* right: 0; */
    width: 1px;
    left: 0;
    border-right: 2px solid #ffffff;
    height: calc(100% - -26px);
}
.secEstate .houselist{
    display: flex;
}
.secEstate .houseItem{
    width: 41px;
    height: 22px;
    background: #1e88e5;
    border-radius: 20px;
    margin-right: 10px;
}
.secEstate .houseItem:nth-child(2){
    background: #444444;
}
.secEstate .houseItem:last-child{
    width: 64px;
    background: #f1ea36;
    margin-right: 0;
}
.secEstate .Itemtxt{
    font-size: 12px;
    text-align: center;
    padding: 4px 0;
}
.secEstate .righttit{
    font-size: 25px;
    margin-top: 20px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
}
.secEstate .btnList{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.secEstate .righttxt{
    font-size: 15px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.secEstate .btnItem{
    width: 400px;
}
.secEstate .btnItem:nth-child(2){
    margin-left: 30px;
}
.secEstate .btnInner{
    height: 80px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #ddce5e;
    text-decoration: none;
    color: #1a1a1a;
}
.secEstate .btnItem:nth-child(2) .btnInner{
    background: #dd5e82;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secEstate .houseCover{
        padding-bottom: 26px;
    }
    .secEstate .houseImg{
        width: 18px;
        /* margin: 0 auto; */
        margin-right: 10px;
    }
    .secEstate .houseTxt{
        font-size: 13px;
        /* line-height: 1.69; */
        letter-spacing: 1px;
        margin-top: 15px;
    }
    .secEstate .btnList{
        display: block;
        margin-top: 15px;
    }
    .secEstate .btnItem{
        width: 82.609%;
        margin: 0 auto;
    }
    .secEstate .btnItem:nth-child(2){
        margin: 10px auto 0;
    }
    .secEstate .btnInner{
        height: 44px;
        font-size: 13px;
        border-radius: 22px;
    }
    .secEstate .flexbox{
        display:block;
        width: 85.51%;
        height: auto;
        min-height: 180px;
        padding: 15px 0;
        margin-top: 24px;
    }
    .secEstate  .leftBox{
        width: 92%;
        margin: 0 auto;
        text-align: center;
        padding-left: 0px;
    }
    .secEstate  .leftflex{
        display: flex;
        justify-content: center;
    }
    .secEstate .houseTit{
        font-size: 21px;
        letter-spacing: 3px;
    }
    .secEstate .houseTxt{
        font-size: 11px;
        margin-top: 13px;
        letter-spacing: 0;
    }
    .secEstate .rightbox{
        width:100%;
        margin-left: 0;
        padding-left:0;
        position: relative;
        text-align: center;
        margin-top: 14px;
    }
    .secEstate .rightbox::after{
        content: "";
        position:none;
        top: -13px;
        /* bottom: 0%; */
        /* right: 0; */
        width: 1px;
        left: 0;
        border-right: none;
        height: calc(100% - -26px);
    }
    .secEstate .houselist{
        display: flex;
        justify-content: center;
        margin-top: 19px;
    }
    .secEstate .houseItem{
        width: 20%;
        height:auto;
        background: #1e88e5;
        margin-right:5px;
    }
    .secEstate .houseItem:nth-child(2){
        background: #444444;
    }
    .secEstate .houseItem:last-child{
        width:20%;
        background: #f1ea36;
        margin-right: 0;
    }
    .secEstate .righttit{
        font-size: 18px;
        margin-top: 15px;
        letter-spacing: 1px;
        text-align: center;
        -webkit-line-clamp: 1;
        padding: 0 10px;
    }
    .secEstate .righttxt{
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 370px) {
    .secEstate .houseTxt {
        line-height: 1.5;
    }
}
/*-----------------------------------------------
	details
-----------------------------------------------*/
.bnrCmnReserve{
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .bnrCmnReserve{
        margin-top: 25px;
    }
}
/* secDetailsTop */
.secDetailsTop{
    margin-top: 80px;
}
.secDetailsTop .tagList{
    display: flex;
}
.secDetailsTop .tagItem{
    min-width: 44px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    border-radius: 10.5px;
    font-size: 12px;
    padding: 8px;
}
.secDetailsTop .tagItem:last-child{
    margin-right: 0;
}
.secDetailsTop .tagItem.list01{
    background: #1e88e5;
}
.secDetailsTop .tagItem.list02{
    background: #444444;
}
.secDetailsTop .tagItem.list03{
    background: #f1ea36;
    color: #000000;
}
.secDetailsTop .tagItem.list04{
    background: #ddce5e;
    color: #000000;
}
.secDetailsTop .tagItem.list05,
.secDetailsTop .tagItem.list06{
    background: #efefef;
    color: #000000;
}
.secDetailsTop .topTit{
    font-size: 28px;
    line-height: 1.5;
    margin-top: 5px;
}
.secDetailsTop .mainBox{
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left top / 4px 1px repeat-x;
    margin-top: 14px;
    padding-top: 30px;
}
.secDetailsTop .flexBox{
    display: flex;
    flex-flow: row-reverse;
}
.secDetailsTop .rightBox{
    width: 600px;
}
.secDetailsTop .boxImg{
    text-align: center;
}
.secDetailsTop .boxImg img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.secDetailsTop .btnList{
    margin-top: 30px;
}
.secDetailsTop .btnItem{
    width: 75%;
    margin: 0 auto;
}
.secDetailsTop .btnItem:nth-child(2){
    margin-top: 15px;
}
.secDetailsTop .btnInner{
    height: 70px;
    border-radius: 35px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e88e5;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);      
}
.secDetailsTop .btnItem:nth-child(2) .btnInner{
    background: #fff;
    color: #000000;
}
.secDetailsTop .btnInner.lazyloaded{
    background: url(../img/housing/iconHousing01.gif) right 20px center / 7px auto no-repeat #1e88e5;
}
.secDetailsTop .btnItem:nth-child(2) .btnInner.lazyloaded{
    background: url(../img/housing/iconHousing02.gif) right 20px center / 7px auto no-repeat #fff;
}
.secDetailsTop .leftBox{
    width: calc(100% - 600px);
    padding-right: 30px;
    margin-top: -7px;
}
.secDetailsTop .txt{
    font-size: 15px;
    line-height: 1.86;
}
.secDetailsTop .tableList{
    margin-top: 23px;
}
.secDetailsTop .boxTable{
    width: 100%;
}
.secDetailsTop .tableItem{
    border-bottom: solid 1px #ffffff;
    display: flex;
}
.secDetailsTop .tableItem:last-child{
    border-bottom: none;
}
.secDetailsTop .tableTit{
    width: 150px;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    background: #444444;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secDetailsTop .tableTxt{
    width: calc(100% - 150px);
    background: #f6f5f3;
    padding: 10.5px 15px;
    min-height: 60px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.secDetailsTop .mapInner{
    display: inline-block;
    color: #1e88e5;
}
.secDetailsTop .subTd{
    font-size: 14px;
}
.secDetailsTop .nmber{
    font-size: 25px;
    color: #1e88e5;
    margin-right: 1px;
    vertical-align: -2px;
    font-weight: bold;
}
.secDetailsTop .nmberItem{
    margin: 0 1px;
}
.secDetailsTop .nmberList{
    font-size: 12px;
    background: #1e88e5;
    padding: 2px 10px;
    margin-left: 15px;
    color: #fff;
    border-radius: 10.5px;
}
.secDetailsTop .leftTxt{
    font-size: 13px;
    line-height: 1.92;
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    .secDetailsTop{
        margin-top: 30px;
    }
    .secDetailsTop .tagList{
        flex-wrap: wrap;
    }
    .secDetailsTop .tagItem{
        margin-right: 5px;
    }
    .secDetailsTop .topTit{
        font-size: 16px;
        margin-top: 12px;
    }
    .secDetailsTop .mainBox{
        background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 5px) left top / 5px 1px repeat-x;
        margin-top: 6px;
        padding: 20px 0 125px;
        position: relative;
    }
    .secDetailsTop .flexBox{
        display: block;
    }
    .secDetailsTop .rightBox{
        width: 100%;
    }
    .secDetailsTop .btnList{
        display: block;
        position: absolute;
        margin-top: 0;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .secDetailsTop .btnItem{
        width: 82.609%;
        margin: 0 auto;
    }
    .secDetailsTop .btnItem:nth-child(2){
        margin: 10px auto 0;
    }
    .secDetailsTop .btnInner{
        height: 44px;
        border-radius: 22px;
        font-size: 13px;
    }
    .secDetailsTop .btnInner.lazyloaded{
        background: url(../img/housing/iconHousing01.gif) right 10px center / 6px auto no-repeat #1e88e5;
    }
    .secDetailsTop .btnItem:nth-child(2) .btnInner.lazyloaded{
        background: url(../img/housing/iconHousing02.gif) right 10px center / 6px auto no-repeat #fff;
    }
    .secDetailsTop .leftBox{
        width: 100%;
        padding-right: 0;
        margin-top: 14px;
    }
    .secDetailsTop .txt{
        font-size: 12px;
        line-height: 2;
    }
    .secDetailsTop .tableList{
        margin-top: 16px;
    }
    .secDetailsTop .tableTit{
        width: 80px;
        padding: 11px 5px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .secDetailsTop .tableTxt{
        width: calc(100% - 80px);
        padding: 7px 10px;
        min-height: 40px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .secDetailsTop .subTd{
        font-size: 12px;
    }
    .secDetailsTop .nmber{
        font-size: 18px;
        margin-right: 1px;
        vertical-align: -1px;
    }
    .secDetailsTop .nmberItem{
        margin: 0 1px;
    }
    .secDetailsTop .nmberList{
        font-size: 11px;
        padding: 2px 6px;
        margin-left: 7px;
        border-radius: 9px;
        display: inline-block;
    }
    .secDetailsTop .leftTxt{
        font-size: 12px;
        line-height: 1.58;
        margin-top: 12px;
    }
}
@media only screen and (max-width:374px){
    .secDetailsTop .subTd{
        font-size: 11px;
    }
    .secDetailsTop .nmber{
        font-size: 16px;
        margin-right: 0;
    }
    .secDetailsTop .tagItem:nth-child(n+5){
        margin-top: 10px;
    }
}
@media only screen and (max-width:359px){
    .secDetailsTop .subTd{
        font-size: 10px;
    }
    .secDetailsTop .nmber{
        font-size: 15px;
        margin-right: 0;
    }
    .secDetailsTop .tableTxt{
        padding: 7px 7px;
        font-size: 11px;
        letter-spacing: 0px;
    }
}
/* secHeroSlider */
.secHeroSlider{
    margin-top: 75px;
}
.secHeroSlider .boxSlider{
    position: relative;
    width: 980px;
    margin: 0 auto;
}
.secHeroSlider .swiper{
    overflow: visible;
}
.secHeroSlider .imgSlider{
    display: block;
    height: 0;
    padding-top: 66.327%;
}
.secHeroSlider .swiper-pagination{
    position: static;
	padding-top: 11px;
}
.secHeroSlider .swiper-pagination-bullet{
    background: #cccccc;
    margin: 7.5px !important;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.secHeroSlider .swiper-pagination-bullet-active{
    background: #444444;
}
/* swiper-button */
.secHeroSlider .swiper-button-prev,
.secHeroSlider .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: 0;
    top: calc(50% - 45px);
    border-radius: 50%;
    background: #000000;
}
.secHeroSlider .swiper-button-prev::after,
.secHeroSlider .swiper-button-next::after{
	display: none;
}
.secHeroSlider .swiper-button-prev{
	left: -25px;
}
.secHeroSlider .swiper-button-next{
	right: -25px;
}
.secHeroSlider .swiper-button-prev.lazyloaded{
    background: url(../img/common/iconArrowPrev03.gif) center center / 9px auto no-repeat #000000;
}
.secHeroSlider .swiper-button-next.lazyloaded{
    background: url(../img/common/iconArrowNext03.gif) center center / 9px auto no-repeat #000000;
}
@media only screen and (max-width:767px){
    .secHeroSlider{
        margin-top: 50px;
    }
    .secHeroSlider .boxSlider{
        width: 92%;
        margin: 0 auto;
    }
    .secHeroSlider .swiper{
        overflow: hidden;
    }
    .secHeroSlider .imgSlider{
        padding-top: 66.377%;
    }
    .secHeroSlider .swiper-pagination{
        padding-top: 9px;
    }
    .secHeroSlider .swiper-pagination-bullet{
        margin: 5px !important;
        width: 10px;
        height: 10px;
    }
    /* swiper-button */
    .secHeroSlider .swiper-button-prev,
    .secHeroSlider .swiper-button-next{
        width: 25px;
        height: 25px;
        top: calc(50% - 29px);
    }
    .secHeroSlider .swiper-button-prev::after,
    .secHeroSlider .swiper-button-next::after{
        display: none;
    }
    .secHeroSlider .swiper-button-prev{
        left: -12px;
    }
    .secHeroSlider .swiper-button-next{
        right: -12px;
    }
    .secHeroSlider .swiper-button-prev.lazyloaded{
        background: url(../img/common/iconArrowPrev03.gif) center center / 5px auto no-repeat #000000;
    }
    .secHeroSlider .swiper-button-next.lazyloaded{
        background: url(../img/common/iconArrowNext03.gif) center center / 5px auto no-repeat #000000;
    }
}
/* secDetailsPay */
.secDetailsPay{
    margin-top: 72px;
}
.secDetailsPay .topBox{
    border: solid 1px #444444;
}
.secDetailsPay .topTit{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 24.5px;
    color: #fff;
    background: #444444;
    text-align: center;
}
.secDetailsPay .txtCover{
    padding: 49px 49px 45px;
}
.secDetailsPay .topTxtBox{
    display: flex;
    justify-content: center;
}
.secDetailsPay .tit{
    display: flex;
}
.secDetailsPay .subTit{
    font-size: 25px;
    border: solid 1px #0a0a0a;
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secDetailsPay .subTit02{
    margin-left: 61px;
    position: relative;
}
.secDetailsPay .subTit02::after{
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    top: calc(50% - 10.5px);
    left: -42px;
}
.secDetailsPay .subTit02.lazyloaded::after{
    background: url(../img/housing/iconPay01.gif) center top / cover;
}
.secDetailsPay .txt{
    font-size: 25px;
    padding-left: 60px;
    letter-spacing: 1px;
    position: relative;
}
.secDetailsPay .txt::after{
    position: absolute;
    content: "";
    width: 21px;
    height: 11px;
    top: calc(50% - 5.5px);
    left: 20px;
}
.secDetailsPay .txt.lazyloaded::after{
    background: url(../img/housing/iconPay02.gif) center top / cover;
}
.secDetailsPay .nmber{
    font-size: 60px;
    color: #1e88e5;
    margin: 0 3px;
    vertical-align: -5px;
    font-weight: bold;
}
.secDetailsPay .underTxt{
    font-size: 15px;
    line-height: 1.86;
    margin-top: 23px;
}
@media only screen and (max-width:767px){
    .secDetailsPay{
        margin-top: 44px;
    }
    .secDetailsPay .topBox{
        border: none;
    }
    .secDetailsPay .topTit{
        font-size: 18px;
        letter-spacing: 1px;
        padding: 16.5px;
    }
    .secDetailsPay .txtCover{
        padding: 25px 4% 46px;
    }
    .secDetailsPay .topTxtBox{
        display: block;
        text-align: center;
    }
    .secDetailsPay .tit{
        display: flex;
        justify-content: center;
    }
    .secDetailsPay .subTit{
        font-size: 15px;
        width: 100px;
        height: 40px;
    }
    .secDetailsPay .subTit02{
        margin-left: 35px;
    }
    .secDetailsPay .subTit02::after{
        width: 15px;
        height: 15px;
        top: calc(50% - 7.5px);
        left: -27px;
    }
    .secDetailsPay .txt{
        font-size: 15px;
        padding-left: 30px;
        letter-spacing: 1px;
        display: inline-block;
        margin-top: 13px;
    }
    .secDetailsPay .txt::after{
        width: 15px;
        height: 9px;
        top: calc(50% - 4.5px);
        left: 6px;
    }
    .secDetailsPay .nmber{
        font-size: 30px;
        margin: 0 1px;
        vertical-align: -2px;
    }
    .secDetailsPay .underTxt{
        font-size: 12px;
        line-height: 1.75;
        margin-top: 9px;
    }
}
/* secDetailsPoint */
.secDetailsPoint{
    margin-top: 79px;
}
.secDetailsPoint .topBox{
    border: solid 1px #444444;
}
.secDetailsPoint .topTit{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 24.5px;
    color: #fff;
    background: #444444;
    text-align: center;
}
.secDetailsPoint .pointList{
    padding: 40px 49px 45px;
    display: flex;
}
.secDetailsPoint .pointItem{
    width: 31.356%;
    margin-right: 2.966%;
}
.secDetailsPoint .pointItem:last-child{
    margin-right: 0;
}
.secDetailsPoint .imgBox{
    position: relative;
}
.secDetailsPoint .img{
    width: 100%;
    height: 0;
    padding-top: 67.568%;
}
.secDetailsPoint .point{
    position: absolute;
    bottom: -15px;
    left: calc(50% - 50px);
    width: 100px;
    height: 30px;
    background: #f1ea36;
    font-size: 15px;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secDetailsPoint .txtBox{
    margin-top: 24px;
}
.secDetailsPoint .tit{
    font-size: 18px;
    line-height: 1.55;
}
.secDetailsPoint .txt{
    font-size: 15px;
    line-height: 1.86;
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    .secDetailsPoint{
        margin-top: 0;
    }
    .secDetailsPoint .topBox{
        border: none;
    }
    .secDetailsPoint .topTit{
        font-size: 18px;
        letter-spacing: 1px;
        padding: 16.5px;
    }
    .secDetailsPoint .pointList{
        padding: 25px 4% 0;
        display: block;
    }
    .secDetailsPoint .pointItem{
        width: 100%;
        margin-right: 0;
    }
    .secDetailsPoint .pointItem:nth-child(n+2){
        margin-top: 26px;
    }
    .secDetailsPoint .img{
        padding-top: 67.827%;
    }
    .secDetailsPoint .point{
        bottom: -13px;
        left: calc(50% - 40px);
        width: 80px;
        height: 26px;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .secDetailsPoint .txtBox{
        margin-top: 20px;
    }
    .secDetailsPoint .tit{
        font-size: 16px;
        line-height: 1.5;
    }
    .secDetailsPoint .txt{
        font-size: 12px;
        line-height: 2;
        margin-top: 9px;
    }
}
@media only screen and (max-width:359px){
    .secDetailsPoint .topTit{
        font-size: 16px;
        letter-spacing: normal;
    }
}
/* secDetailsVideo */
.secDetailsVideo{
    margin-top: 80px;
    background: #202124;
    padding: 100px 0 120px;
}
.secDetailsVideo .topImg{
    text-align: center;
}
.secDetailsVideo .topTit{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    margin-top: 24px;
}
.secDetailsVideo .secMovie{
    text-align: center;
    margin-top: 45px;
}
.secDetailsVideo .secMovie iframe{
    max-width: 100%;
}
@media only screen and (max-width:767px){
    .secDetailsVideo{
        margin-top: 45px;
        padding: 38px 0 50px;
    }
    .secDetailsVideo .topImg{
        width: 232px;
        margin: 0 auto;
    }
    .secDetailsVideo .topTit{
        font-size: 13px;
        margin-top: 17px;
    }
    .secDetailsVideo .secMovie{ 
        margin: 28px auto 0;
        width: 100%;
        height: 0;
        padding-top: 56.232%;
        position: relative;
    }
    .secDetailsVideo .secMovie iframe{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
/* bnrCmnReserve */
.bnrCmnReserve.mt80{
    margin-top: 80px;
}
@media only screen and (max-width:767px){
    .bnrCmnReserve.mt80{
        margin-top: 30px;
    }
}
/* secDetailsPlan */
.secDetailsPlan{
    margin-top: 80px;
}
.secDetailsPlan .tabBox{
    display: flex;
}
.secDetailsPlan .tab{
    width: 50%;
    height: 80px;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #777777;
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secDetailsPlan .tab.planActive{
    background: #444444;
    color: #fff;
} 
.secDetailsPlan .content{
    display: none;
    border: solid 1px #444444;
    position: relative;
}
.secDetailsPlan .content.show{
    display: block;
}
@media only screen and (max-width:767px){
    .secDetailsPlan{
        margin-top: 30px;
    }
    .secDetailsPlan .tabBox{
        display: none;
    }
    .secDetailsPlan .content{
        display: block;
        border: none;
    }
    .secDetailsPlan .content:nth-child(2){
        margin-top: 50px;
    }
    .secDetailsPlan .spTopBox{
        font-size: 18px;
        line-height: 1.5;
        background: #444444;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16.5px;
    }
}
@media only screen and (max-width:359px){
    .secDetailsPlan .spTopBox{
        font-size: 15px;
    }
}
/* secDetailsHood */
.secDetailsHood{
    padding: 48px 49px 48px;
}
.secDetailsHood .topTit{
    font-size: 25px;
    letter-spacing: 2px;
}
.secDetailsHood .tableList{
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left top / 4px 1px repeat-x;
    margin-top: 21px;
    padding-top: 31px;
}
.secDetailsHood .boxTable{
    width: 100%;
}
.secDetailsHood .tableItem{
    border-bottom: solid 1px #ffffff;
    display: flex;
}
.secDetailsHood .tableItem:last-child{
    border-bottom: none;
}
.secDetailsHood .tableTit{
    width: 220px;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    background: #444444;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secDetailsHood .tableTxt{
    width: calc(100% - 220px);
    background: #f6f5f3;
    padding: 10px 25px;
    min-height: 70px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.secDetailsHood .mapInner{
    display: inline-block;
    color: #1e88e5;
}
.secDetailsHood .subTd{
    font-size: 14px;
}
.secDetailsHood .nmber{
    font-size: 25px;
    color: #1e88e5;
    margin-right: 1px;
    vertical-align: -2px;
    font-weight: bold;
}
.secDetailsHood .nmberItem{
    margin: 0 1px;
}
.secDetailsHood .nmberList{
    font-size: 12px;
    background: #1e88e5;
    padding: 2px 10px;
    margin-left: 15px;
    color: #fff;
    border-radius: 10.5px;
}
/* hoodBox */
.secDetailsHood .hoodBox{
    margin-top: 48px;
}
.secDetailsHood .mentList{
    display: flex;
    flex-wrap: wrap;
}
.secDetailsHood .mentItem{
    width: 15.255%;
    margin-right: 1.694%;
}
.secDetailsHood .mentItem:nth-child(6n){
    margin-right: 0;
}
.secDetailsHood .mentItem:nth-child(n+7){
    margin-top: 28px;
}
.secDetailsHood .img{
    width: 100%;
    height: 0;
    padding-top: 72.223%;
}
.secDetailsHood .txtBox{
    margin-top: 9px;
}
.secDetailsHood .tit{
    font-size: 15px;
    line-height: 1.6;
}
.secDetailsHood .txt{
    font-size: 13px;
    line-height: 1.5;
    margin-top: 4px;
}
/* mapBox */
.secDetailsHood .mapBox{
    margin-top: 48px;
}
.secDetailsHood .mapCover{
    text-align: center;
}
.secDetailsHood .mapCover iframe{
	max-width: 100%;
}
@media only screen and (max-width:767px){
    .secDetailsHood{
        padding: 30px 4% 0;
    }
    .secDetailsHood .topTit{
        font-size: 18px;
        text-align: center;
        position: relative;
    }
    .secDetailsHood .topTit::after{
        position: absolute;
        content: "";
        width: 40px;
        height: 1px;
        left: calc(50% - 20px);
        bottom: -17px;
        background: #000000;
    }
    .secDetailsHood .tableList{
        background: none;
        margin-top: 37px;
        padding-top: 0;
    }
    .secDetailsHood .tableTit{
        width: 80px;
        padding: 11px 5px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .secDetailsHood .tableTxt{
        width: calc(100% - 80px);
        padding: 7px 10px;
        min-height: 40px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .secDetailsHood .subTd{
        font-size: 12px;
    }
    .secDetailsHood .nmber{
        font-size: 18px;
        margin-right: 1px;
        vertical-align: -1px;
    }
    .secDetailsHood .nmberItem{
        margin: 0 1px;
    }
    .secDetailsHood .nmberList{
        font-size: 11px;
        padding: 2px 6px;
        margin-left: 7px;
        border-radius: 9px;
        display: inline-block;
    }
    .secDetailsHood .leftTxt{
        font-size: 12px;
        line-height: 1.58;
        margin-top: 12px;
    }
    /* hoodBox */
    .secDetailsHood .hoodBox{
        margin-top: 48px;
    }
    .secDetailsHood .mentItem{
        width: 47.827%;
        margin-right: 4.346%;
    }
    .secDetailsHood .mentItem:nth-child(6n){
        margin-right: 0;
    }
    .secDetailsHood .mentItem:nth-child(2n){
        margin-right: 0;
    }
    .secDetailsHood .mentItem:nth-child(n+7){
        margin-top: 17px;
    }
    .secDetailsHood .mentItem:nth-child(n+3){
        margin-top: 17px;
    }
    .secDetailsHood .txtBox{
        margin-top: 8px;
        text-align: center;
    }
    .secDetailsHood .tit{
        font-size: 12px;
        line-height: 1.41;
    }
    .secDetailsHood .txt{
        font-size: 11px;
        margin-top: 2px;
    }
    /* mapBox */
    .secDetailsHood .mapBox{
        margin-top: 48px;
    }
    .secDetailsHood .mapCover{
        width: 100%;
        height: 0;
        padding-top: 86.957%;
        position: relative;
    }
    .secDetailsHood .mapCover iframe{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media only screen and (max-width:374px){
    .secDetailsHood .subTd{
        font-size: 11px;
    }
    .secDetailsHood .nmber{
        font-size: 16px;
        margin-right: 0;
    }
}
@media only screen and (max-width:359px){
    .secDetailsHood .subTd{
        font-size: 10px;
    }
    .secDetailsHood .nmber{
        font-size: 15px;
        margin-right: 0;
    }
    .secDetailsHood .tableTxt{
        padding: 7px 7px;
        font-size: 11px;
        letter-spacing: 0px;
    }
}
/* secDetailsServe */
.secDetailsServe{
    margin-top: 80px;
    border: solid 1px #444444;
}
.secDetailsServe .topTit{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 24.5px;
    color: #fff;
    background: #444444;
    text-align: center;
}
.secDetailsServe .innerBox{
    padding: 39px 49px 49px;
}
.secDetailsServe .tit{
    font-size: 35px;
    line-height: 1.5;
    text-align: center;
    color: #1e88e5;
}
.secDetailsServe .txt{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    margin-top: 17px;
}
.secDetailsServe .btnList{
    display: flex;
    justify-content: center;
    margin-top: 26px;
}
.secDetailsServe .btnItem{
    width: 33.899%;
}
.secDetailsServe .btnItem:nth-child(2){
    margin-left: 2.543%;
}
.secDetailsServe .btnInner{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e88e5;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 40px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
}
.secDetailsServe .btnItem:nth-child(2) .btnInner{
    color: #000;
    background: #fff;
}
.secDetailsServe .btnInner.lazyloaded{
    background: url(../img/housing/iconHousing01.gif) right 28px center / 7px auto no-repeat #1e88e5;
}
.secDetailsServe .btnItem:nth-child(2) .btnInner.lazyloaded{
    background: url(../img/housing/iconHousing02.gif) right 28px center / 7px auto no-repeat #fff;
}
@media only screen and (max-width:767px){
    .secDetailsServe{
        margin-top: 47px;
        border: none;
    }
    .secDetailsServe .topTit{
        font-size: 18px;
        letter-spacing: 1px;
        padding: 16.5px;
    }
    .secDetailsServe .innerBox{
        padding: 20px 4% 46px;
    }
    .secDetailsServe .tit{
        font-size: 20px;
    }
    .secDetailsServe .txt{
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-top: 6px;
    }
    .secDetailsServe .btnList{
        display: block;
        margin-top: 22px;
    }
    .secDetailsServe .btnItem{
        width: 82.609%;
        margin: 0 auto;
    }
    .secDetailsServe .btnItem:nth-child(2){
        margin-left: 0;
        margin: 10px auto 0;
    }
    .secDetailsServe .btnInner{
        height: 44px;
        font-size: 13px;
        letter-spacing: 1px;
        border-radius: 22px;
    }
    .secDetailsServe .btnInner.lazyloaded{
        background: url(../img/housing/iconHousing01.gif) right 10px center / 6px auto no-repeat #1e88e5;
    }
    .secDetailsServe .btnItem:nth-child(2) .btnInner.lazyloaded{
        background: url(../img/housing/iconHousing02.gif) right 10px center / 6px auto no-repeat #fff;
    }
}
/* content */
.secDetailsInfo{
    padding: 48px 49px 48px;
}
.secDetailsInfo .topTit{
    font-size: 25px;
    letter-spacing: 2px;
}
.secDetailsInfo .topTxt{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-top: 21px;
}
.secDetailsInfo .topList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.secDetailsInfo .topItem{
    width: 15.255%;
    margin-right: 1.694%;
}
.secDetailsInfo .topItem:nth-child(6n){
    margin-right: 0;
}
.secDetailsInfo .topItem:last-child{
    margin-right: 0;
}
.secDetailsInfo .topItem:nth-child(n+7){
    margin-top: 1.694%;
}
.secDetailsInfo .topInner{
    height: 60px;
    border-radius: 30px;
    background: #fff;
    color: #202020;
    text-decoration: none;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secDetailsInfo .topInner.active{
    background: #444444;
    color: #fff;
    box-shadow: none;
}
.secDetailsInfo .tagList{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.secDetailsInfo .tag{
    font-size: 14px;
    background: #f6f5f3;
    padding: 8px 6px;
    margin: 5px 5px 0 0;
}
@media only screen and (max-width:767px){
    .secDetailsInfo{
        padding: 30px 4% 0;
    }
    .secDetailsInfo .topTit{
        font-size: 18px;
        text-align: center;
        position: relative;
    }
    .secDetailsInfo .topTxt{
        font-size: 13px;
        margin-top: 11px;
        text-align: center;
    }
    .secDetailsInfo .topList{
        margin-top: 21px;
    }
    .secDetailsInfo .topItem{
        width: 31.305%;
        margin-right: 3.0425%;
    }
    .secDetailsInfo .topItem:nth-child(3n){
        margin-right: 0;
    }
    .secDetailsInfo .topItem:nth-child(n+4){
        margin-top: 3.0425%;
    }
    .secDetailsInfo .topItem:nth-child(n+7){
        margin-top: 3.0425%;
    }
    .secDetailsInfo .topInner{
        height: 40px;
        border-radius: 20px;
        font-size: 12px;
    }
    .secDetailsInfo .tagList{
        margin-top: 22px;
    }
    .secDetailsInfo .tag{
        font-size: 12px;
        padding: 9px 6px;
        margin: 2px 2px 0 0;
    }
}
/* pointBox */
.secDetailsInfo .pointBox{
    margin-top: 44px;
}
.secDetailsInfo .pointBox.mt35{
    margin-top: 35px;
}
.secDetailsInfo .pointBox.mt40{
    margin-top: 40px;
}
.secDetailsInfo .pointTit{
    font-size: 25px;
    line-height: 1.5;
    padding-bottom: 16px;
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left bottom / 4px 1px repeat-x;
}
.secDetailsInfo .pointTxt{
    font-size: 15px;
    line-height: 1.86;
    margin-top: 22px;
}
.secDetailsInfo .topTxtBox{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.secDetailsInfo .tit{
    display: flex;
}
.secDetailsInfo .subTit{
    font-size: 25px;
    border: solid 1px #0a0a0a;
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secDetailsInfo .subTit02{
    margin-left: 61px;
    position: relative;
}
.secDetailsInfo .subTit02::after{
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    top: calc(50% - 10.5px);
    left: -42px;
}
.secDetailsInfo .subTit02.lazyloaded::after{
    background: url(../img/housing/iconPay01.gif) center top / cover;
}
.secDetailsInfo .txt{
    font-size: 25px;
    padding-left: 60px;
    letter-spacing: 1px;
    position: relative;
}
.secDetailsInfo .txt::after{
    position: absolute;
    content: "";
    width: 21px;
    height: 11px;
    top: calc(50% - 5.5px);
    left: 20px;
}
.secDetailsInfo .txt.lazyloaded::after{
    background: url(../img/housing/iconPay02.gif) center top / cover;
}
.secDetailsInfo .nmber{
    font-size: 60px;
    color: #1e88e5;
    margin: 0 3px;
    vertical-align: -5px;
    font-weight: bold;
}
.secDetailsInfo .underTxt{
    font-size: 15px;
    line-height: 1.86;
    margin-top: 23px;
}
.secDetailsInfo .photoBox{
    margin-top: 30px;
}
.secDetailsInfo .photoBox .map{
    width: 100%;
    height: 350px;
}
.secDetailsInfo .photoItem{
    display: block;
    position: relative;
    border: solid 1px #cccccc;
    padding: 30px;
}
.secDetailsInfo .photoImg{
    width: 100%;
    height: 0;
    padding-top: 52.594%;
}
.secDetailsInfo .photoItem::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    bottom: 0;
    right: 0;
}
.secDetailsInfo .photoItem.lazyloaded::after{
    background: url(../img/housing/iconPhoto.gif) center top / cover;
}
@media only screen and (max-width:767px){
    .secDetailsInfo .pointBox{
        margin-top: 26px;
    }
    .secDetailsInfo .pointBox.mt35{
        margin-top: 41px;
    }
    .secDetailsInfo .pointBox.mt40{
        margin-top: 41px;
    }
    .secDetailsInfo .pointTit{
        font-size: 18px;
        text-align: center;
        line-height: 1.5;
        padding-bottom: 0;
        background: none;
        position: relative;
    }
    .secDetailsInfo .pointTit::after{
        position: absolute;
        content: "";
        width: 40px;
        height: 1px;
        left: calc(50% - 20px);
        bottom: -12px;
        background: #000000;
    }
    .secDetailsInfo .pointTxt{
        font-size: 12px;
        line-height: 2;
        margin-top: 25px;
    }
    .secDetailsInfo .topTxtBox{
        display: block;
        text-align: center;
        margin-top: 32px;
    }
    .secDetailsInfo .tit{
        display: flex;
        justify-content: center;
    }
    .secDetailsInfo .subTit{
        font-size: 15px;
        width: 100px;
        height: 40px;
    }
    .secDetailsInfo .subTit02{
        margin-left: 35px;
    }
    .secDetailsInfo .subTit02::after{
        width: 15px;
        height: 15px;
        top: calc(50% - 7.5px);
        left: -27px;
    }
    .secDetailsInfo .txt{
        font-size: 15px;
        padding-left: 30px;
        letter-spacing: 1px;
        display: inline-block;
        margin-top: 13px;
    }
    .secDetailsInfo .txt::after{
        width: 15px;
        height: 9px;
        top: calc(50% - 4.5px);
        left: 6px;
    }
    .secDetailsInfo .nmber{
        font-size: 30px;
        margin: 0 1px;
        vertical-align: -2px;
    }
    .secDetailsInfo .underTxt{
        font-size: 12px;
        line-height: 1.75;
        margin-top: 9px;
    }
    .secDetailsInfo .photoBox{
        margin-top: 32px;
    }
    .secDetailsInfo .photoItem{
        padding: 19px 14px;
    }
    .secDetailsInfo .photoImg{
        padding-top: 65.397%;
    }
    .secDetailsInfo .photoBox .map {
        width: 100%;
        height: 300px;
    }
}
.secDetailsInfo .boxPhoto{
    margin-top: 42px;
}
/* secDetailsSlider */
.secDetailsSlider{
    display: flex;
    justify-content: space-between;
    margin-top: 29px;
}
.secDetailsSlider .boxSlider{
    width: 800px;
    position: relative;
}
.secDetailsSlider .boxSlider .swiper{
    overflow: visible;
}
.secDetailsSlider .boxSlider .img{
    height: 0;
    padding-top: 65%;
    background: #FFF;
    display: block;
    position: relative;
}
.secDetailsSlider .boxSlider .img::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    bottom: 0;
    right: 0;
}
.secDetailsSlider.lazyloaded .boxSlider .img::after{
    background: url(../img/housing/iconPhoto.gif) center top / cover;
}
.secDetailsSlider .boxSlider .swiper-button-prev,
.secDetailsSlider .boxSlider .swiper-button-next{
    width: 50px;
    height: 50px;
    z-index: 12;
    margin: 0;
    position: absolute;
    top: calc(50% - 25px);
    border-radius: 50%;
    opacity: 1;
}

.secDetailsSlider .boxSlider .swiper-button-prev{
    left: -25px;
}
.secDetailsSlider.lazyloaded .boxSlider .swiper-button-prev{
    background: url(../img/common/iconArrowPrev03.png) center center / 9px auto no-repeat #000000;
}
.secDetailsSlider .boxSlider .swiper-button-next{
    right: -25px;
}
.secDetailsSlider.lazyloaded .boxSlider .swiper-button-next{
    background: url(../img/common/iconArrowNext03.png) center center / 9px auto no-repeat #000000;
}
.secDetailsSlider.lazyloaded .boxSlider .swiper-button-disabled{
    background-color: #999;
    opacity: 1;
}
.secDetailsSlider .boxSlider .swiper-pagination{
    position: static;
	padding-top: 10px;
    font-size: 15px;
}
.secDetailsSlider .boxThumb{
    width: 350px;
    position: relative;
}
.secDetailsSlider .boxThumbIn{
    border: 1px solid #3b3b41;
    padding: 19px 14px;
    overflow: hidden;
}
.secDetailsSlider .boxThumb .img{
    width: 100px;
    margin: 0 10px 10px 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.secDetailsSlider .boxThumb .img.on::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: #298ee6 solid 3px;
}
.secDetailsSlider .boxThumb .img:nth-child(3n){
    margin-right: 0;
}
.secDetailsSlider .boxThumb .img a{
    display: block;
    height: 0;
    padding-top: 100%;
}
.secDetailsSlider .boxThumb .swiper-slide{
    background: #fff;
}
.secDetailsSlider .boxThumb .boxBtnPager{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.secDetailsSlider .boxThumbIn.disabled .boxBtnPager{
    opacity: 0;
    pointer-events: none;
}
.secDetailsSlider .boxThumb .swiper-button-prev,
.secDetailsSlider .boxThumb .swiper-button-next{
    width: 50px;
    height: 50px;
    z-index: 12;
    margin: 0;
    position: static;
    border: 1px solid #eaeaea;
    flex-shrink: 0;
}
.secDetailsSlider.lazyloaded .boxThumb .swiper-button-prev{
    background: url(../img/housing/btnThumbPrev.gif) center center no-repeat;
}
.secDetailsSlider.lazyloaded .boxThumb .swiper-button-next{
    background: url(../img/housing/btnThumbNext.gif) center center no-repeat;
}
.secDetailsSlider .boxThumbIn.disabled .swiper-button-prev,
.secDetailsSlider .boxThumbIn.disabled .swiper-button-next{
    opacity: 0;
}
.secDetailsSlider .boxThumbIn.disabled .swiper-wrapper{
    transform: translate3d(0, 0, 0) !important;
}
.secDetailsSlider .boxThumb .swiper-container{
    height: 430px;
}
.secDetailsSlider .boxThumb .swiper-pagination{
    position: static;
    padding: 0 20px;
    width: auto;
}
.secDetailsSlider .boxThumb .swiper-pagination-bullet{
    background: #cccccc;
    margin: 0 7.5px !important;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.secDetailsSlider .boxThumb .swiper-pagination-bullet-active{
    background: #444444;
}
.secDetailsSlider .swiper-button-prev::after,
.secDetailsSlider .swiper-button-next::after{
    display: none;
}
@media only screen and (max-width:767px){
    .secDetailsInfo .boxPhoto{
        margin-top: 44px;
    }
    .secDetailsSlider{
        display: block;
        margin-top: 32px;
    }
    .secDetailsSlider .boxSlider{
        width: 100%;
    }
    .secDetailsSlider .boxSlider .swiper-button-prev,
    .secDetailsSlider .boxSlider .swiper-button-next{
        width: 25px;
        height: 25px;
        top: calc(50% - 12.5px);
    }
    .secDetailsSlider .boxSlider .swiper-button-prev{
        left: -12.5px;
    }
    .secDetailsSlider.lazyloaded .boxSlider .swiper-button-prev{
        background: url(../img/common/iconArrowPrev03.png) center center / 5px auto no-repeat #000000;
    }
    .secDetailsSlider .boxSlider .swiper-button-next{
        right: -12.5px;
    }
    .secDetailsSlider.lazyloaded .boxSlider .swiper-button-next{
        background: url(../img/common/iconArrowNext03.png) center center / 5px auto no-repeat #000000;
    }
    .secDetailsSlider .boxSlider .swiper-pagination{
        font-size: 12px;
        padding-top: 10px;
    }
    .secDetailsSlider .boxSlider.disabled + .boxThumb{
        display: none;
    }
    .secDetailsSlider .boxThumb{
        width: 100vw;
        margin: 16px calc(50% - 50vw) 0;
    }
    .secDetailsSlider .boxThumbIn{
        padding: 0;
        border: none;
        overflow: visible;
    }
    .secDetailsSlider .boxThumb .swiper{
        height: auto;
        overflow: visible;
        width: 92%;
        margin: 0 auto;
    }
    .secDetailsSlider .boxThumb .img{
        margin: 0 5px 0 0;
    }
    .secDetailsSlider .boxThumb .img.swiper-slide-thumb-active::after{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: #298ee6 solid 2px;
    }
    .secDetailsSlider .boxThumb .boxBtnPager{
        display: none;
    }
    .secDetailsSlider .swiper-scrollbar,.secDetailsSlider .swiper-scrollbar.swiper-scrollbar-horizontal{
        width: 92vw;
        height: 5px;
        background: #f5f5f5;
        margin: 10px auto 0;
        position: relative;
        left: 0;
        bottom: 0;
    }
    .secDetailsSlider .boxThumb.disabled .swiper-scrollbar{
        display: none;
    }
    .secDetailsSlider .boxThumb.disabled{
        margin-left: auto;
    }
    .secDetailsSlider .boxThumb.disabled .boxThumbIn .swiper-wrapper{
        transform: translate3d(0, 0, 0) !important;
        justify-content: center;
    }
    .secDetailsSlider .boxThumbIn.disabled .swiper-wrapper{
        display: flex;
        justify-content: center;
    }
    .secDetailsSlider .boxThumbIn.disabled .swiper-slide{
        width: calc(16.667% - 4.16px);
        margin: 0 5px 0 0;
    }
    .secDetailsSlider .boxThumbIn.disabled .swiper-slide:last-child{
        margin-right: 0;
    }
    .secDetailsSlider .swiper-scrollbar-drag{
        background: #ccc;
        border-radius: 2.5px;
    }
    .secDetailsSlider .boxSlider .img::after{
        display: none;
    }
}
/* btnList */
.secDetailsInfo .btnList{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.secDetailsInfo .btnItem{
    width: 33.899%;
}
.secDetailsInfo .btnItem:nth-child(2){
    margin-left: 2.543%;
}
.secDetailsInfo .btnInner{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e88e5;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 40px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
}
.secDetailsInfo .btnItem:nth-child(2) .btnInner{
    color: #000;
    background: #fff;
}
.secDetailsInfo .btnInner.lazyloaded{
    background: url(../img/housing/iconHousing01.gif) right 28px center / 7px auto no-repeat #1e88e5;
}
.secDetailsInfo .btnItem:nth-child(2) .btnInner.lazyloaded{
    background: url(../img/housing/iconHousing02.gif) right 28px center / 7px auto no-repeat #fff;
}
@media only screen and (max-width:767px){
    .secDetailsInfo .btnList{
        display: block;
        margin-top: 30px;
    }
    .secDetailsInfo .btnItem{
        width: 82.609%;
        margin: 0 auto;
    }
    .secDetailsInfo .btnItem:nth-child(2){
        margin-left: 0;
        margin: 10px auto 0;
    }
    .secDetailsInfo .btnInner{
        height: 44px;
        font-size: 13px;
        letter-spacing: 1px;
        border-radius: 22px;
    }
    .secDetailsInfo .btnInner.lazyloaded{
        background: url(../img/housing/iconHousing01.gif) right 10px center / 6px auto no-repeat #1e88e5;
    }
    .secDetailsInfo .btnItem:nth-child(2) .btnInner.lazyloaded{
        background: url(../img/housing/iconHousing02.gif) right 10px center / 6px auto no-repeat #fff;
    }
}
/* mapBox */
.secDetailsInfo .mapBox{
    margin-top: 48px;
}
.secDetailsInfo .tableList{
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left top / 4px 1px repeat-x;
    margin-top: 21px;
    padding-top: 31px;
}
.secDetailsInfo .mapCover{
    text-align: center;
}
.secDetailsInfo .mapCover iframe{
	max-width: 100%;
}
@media only screen and (max-width:767px){
    .secDetailsInfo .mapBox{
        margin-top: 48px;
    }
    .secDetailsInfo .tableList{
        background: none;
        margin-top: 37px;
        padding-top: 0;
    }
    .secDetailsInfo .mapCover{
        width: 100%;
        height: 0;
        padding-top: 86.957%;
        position: relative;
    }
    .secDetailsInfo .mapCover iframe{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .secDetailsInfo .mapBox .topTit::after {
        position: absolute;
        content: "";
        width: 40px;
        height: 1px;
        left: calc(50% - 20px);
        bottom: -18px;
        background: #000000;
    }
}
/* secDetailsTable */
.secDetailsTable .tableList{
    margin-top: 19px;
    padding: 0;
    background: none;
}
.secDetailsTable .boxTable{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.secDetailsTable .tableItem{
    width: 50%;
    border-bottom: solid 1px #ffffff;
    display: flex;
}
.secDetailsTable .tableItem:last-child{
    border-bottom: none;
}
.secDetailsTable .tableItem.pc100{
    width: 100%;
}
.secDetailsTable .tableTit{
    width: 220px;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    background: #444444;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secDetailsTable .tableTxt{
    width: calc(100% - 220px);
    background: #f6f5f3;
    padding: 15.5px 20px;
    min-height: 70px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.secDetailsTable .mapInner{
    display: inline-block;
    color: #1e88e5;
}
.secDetailsTable .subTd{
    font-size: 14px;
}
.secDetailsTable .nmber{
    font-size: 25px;
    color: #1e88e5;
    margin-right: 1px;
    vertical-align: -2px;
}
.secDetailsTable .nmberItem{
    margin: 0 1px;
}
.secDetailsTable .nmberList{
    font-size: 12px;
    background: #1e88e5;
    padding: 2px 10px;
    margin-left: 15px;
    color: #fff;
    border-radius: 10.5px;
}
@media only screen and (max-width:767px){
    .secDetailsTable .tableList{
        margin-top: 20px;
    }
    .secDetailsTable .tableItem{
        width: 100%;
    }
    .secDetailsTable .tableTit{
        width: 80px;
        padding: 11px 5px;
        font-size: 12px;
        line-height: 1.41;
        letter-spacing: 1px;
    }
    .secDetailsTable .tableTxt{
        width: calc(100% - 80px);
        padding: 8px 10px;
        min-height: 40px;
        font-size: 12px;
        line-height: 1.41;
        letter-spacing: 1px;
    }
    .secDetailsTable .subTd{
        font-size: 12px;
    }
    .secDetailsTable .nmber{
        font-size: 18px;
        margin-right: 1px;
        vertical-align: -1px;
    }
    .secDetailsTable .nmberItem{
        margin: 0 1px;
    }
    .secDetailsTable .nmberList{
        font-size: 11px;
        padding: 2px 6px;
        margin-left: 7px;
        border-radius: 9px;
        display: inline-block;
    }
}
@media only screen and (max-width:374px){
    .secDetailsTable .subTd{
        font-size: 11px;
    }
    .secDetailsTable .nmber{
        font-size: 16px;
        margin-right: 0;
    }
}
@media only screen and (max-width:359px){
    .secDetailsTable .subTd{
        font-size: 10px;
    }
    .secDetailsTable .nmber{
        font-size: 15px;
        margin-right: 0;
    }
    .secDetailsTable .tableTxt{
        padding: 7px 7px;
        font-size: 11px;
        letter-spacing: 0px;
    }
}
.secBnrBox {
    margin: 150px auto 2px;
}
.secBnrBox .bnrTxt{
    font-size: 32px;
    font-weight: 400;
    line-height: 1.781;
    text-align: center;
    margin-bottom: 50px;
}
.secBnrBox.housingDetails .halfBox.box02{
    margin-top: 2px;
}
.secBnrBox.housingDetails .halfItem {
    position: static;
    width: calc(50% - 1px);
}
.secBnrBox.housingDetails .halfBox{
    height:auto;
    position: relative;
    display: flex;
}
@media only screen and (max-width:767px){
    .secBnrBox .bnrTxt {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 20px;
    }
    .secBnrBox {
        margin: 4px auto 0px;
    }
    .secBnrBox.housingDetails .halfBox.box02{
        margin-top: 0px;
    }
    .secBnrBox.housingDetails .halfItem {
        width: 100%;
    }
    .secBnrBox.housingDetails .halfBox{
        height: auto;
        display: block;
    }
}

/* アコーディオン */
@media only screen and (max-width:767px){
    .secDetailsPlan .spTopBox{
        position: relative;
    }
    .content .secDetailsInfo{
        display: none;
    }
    .secDetailsPlan .spTopBox.area::before {
        content: '';
        position: absolute;
        right: 27px;
        top: 23px;
        width: 1px;
        height: 15px;
        z-index: 1000;
        background: #fff;
    }
    .secDetailsPlan .spTopBox.area::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 30px;
        width: 15px;
        height: 1px;
        z-index: 100;
        background: #fff;
    }
    .secDetailsPlan .spTopBox.area.opened::before {
        display: none;
    }
}