/* sectitlelabel */
.sectitlelabel{
    width: 100%;
    background-color: #fbef48;
    text-align: center;
    padding: 44px 0;
}
.sectitlelabel .txtTit{
    font-size: 34px;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .sectitlelabel{
        padding: 19px 0;
    }
    .sectitlelabel .txtTit{
        font-size: 18px;
        line-height: calc(26/18);
    }
}

/* secContentTop */
.secContentTop{
    width: 100%;
}
.secContentTop .topbox{
    width: 100%;
}
.secContentTop #TopSlider{
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
}
#TopSlider .swiper{
    width: 450px;
    margin: 0 auto;
    overflow: visible;
}
#TopSlider .swiper-wrapper{
    transition-timing-function: linear;
}
#TopSlider .boxImg{
    width: 100%;
    height: 0;
    padding-top: calc(300 / 450 * 100%);
    overflow: hidden;
}
.secContentTop .btnLink{
    display: block;
    position: relative;
    text-decoration: none;
}
.secContentTop .btnLink .btnLinkIn{
    width: 1000px;
    height: 180px;
    border-radius: 90px;
    background: #ff4e00;
    border-bottom: 6px solid #e54600;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -135px auto 0;
    border: 1px solid #fff;
    overflow: hidden;
}
.secContentTop .btnLinkIn::before{
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    display: block;
    opacity: 1;
    width: 240px;
    height: 100%;
    background: linear-gradient(to right,transparent 0,transparent 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 80%,transparent 80%,transparent 90%,rgba(255,255,255,0.2) 90%,rgba(255,255,255,0.2) 100%);
    transform: skew(-15deg);
    transform-origin: top left;
    animation: btnAnimation 2s ease infinite;
}
@keyframes btnAnimation{
    0%{left:-50px;opacity:1}
    90%{left:100%;opacity:0}
    100%{left:100%;opacity:0}
}
.secContentTop .btnLink .imgBtnTxt{
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
}
.secContentTop .btnLink .btnTxt{
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width:767px){
    .secContentTop #TopSlider{
        margin: 10px auto;
    }
    #TopSlider .swiper{
        width:calc((175 / 375) * 100%);
    }
    .secContentTop .boxRerative{
        position: relative;
    }
    .secContentTop .boxBtnLink{
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        width: 92%;
    }
    .secContentTop .btnLink .btnLinkIn{
        width: 100%;
        height: 80px;
        border-radius: 40px;
        border: none;
        border-bottom: 4px solid #e54600;
        margin: 51px auto 0;
        margin: 0 auto 0;
    }
    .secContentTop .btnLink::before{
        width: 80px;
    }
    .secContentTop .btnLink .imgBtnTxt{
        width: 185px;
        top: -15px;
    }
    .secContentTop .btnLink .btnTxt{
        font-size: 24px;
        letter-spacing: 0;
    }
}

/* secConcept */
.secConcept{
    padding: 124px 0 150px;
}
.secConcept.lazyloaded{
    background: url(../img/index/bgConcept.png) center top / cover;
}
.secConcept .txtTop{
    font-size: 60px;
    line-height: calc(90/60);
    font-weight: bold;
    text-align: center;
    color: #fbef48;
}
.secConcept .txtAbout{
    font-size: 26px;
    line-height: calc(55/26);
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-top: 27px;
}
.secConcept .boxList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 66px;
}
.secConcept .item{
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 30px;
}
.secConcept .item:nth-child(2n){
    margin-right: 0;
}
.secConcept .item:nth-child(n+3){
    margin-top: 75px;
}
.secConcept .item .boxImg{
    width: 250px;
}
.secConcept .item .boxImg img{
    border-radius: 50%;
}
.secConcept .item .boxTxt{
    margin-left: 30px;
}
.secConcept .item .iconNum{
    width: 70px;
    height: 70px;
    background: #fbef48;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
    position: absolute;
    top: -35px;
    left: 50px;
}
.secConcept .item .txtConceptTit{
    font-size: 40px;
    line-height: calc(54/40);
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #4b8e47;
}
.secConcept .item .txtConceptAbout{
    font-size: 21px;
    line-height: calc(40/21);
    font-weight: bold;
    margin-top: 14px;
}
.secConcept .item:nth-child(5){
    width: 100%;
    margin-right: 0;
    text-align: center;
    justify-content: space-between;
    padding: 50px 50px;
}
.secConcept .item:nth-child(5) .boxTxt{
    margin: 0 10px;
}
@media only screen and (max-width:1550px){
    .secConcept .item .txtConceptAbout{
        font-size: 19px;
    }
}
@media only screen and (max-width:1450px){
    .secConcept .item .txtConceptTit {
        font-size: 38px;
        letter-spacing: 0;
    }
    .secConcept .item .txtConceptAbout{
        font-size: 17px;
    }
}
@media only screen and (max-width:767px){
    .secConcept{
        padding: 50px 0 100px;
    }
    .secConcept.lazyloaded{
        background: url(../img/index/bgConcept_sp.png) center top / cover;
    }
    .secConcept .txtTop{
        font-size: 20px;
        line-height: calc(32/20);
    }
    .secConcept .txtAbout{
        font-size: 14px;
        line-height: calc(27/15);
        margin-top: 12px;
    }
    .secConcept .boxList{
        margin-top: 53px;
    }
    .secConcept .item{
        flex-direction: column;
        width: 100%;
        margin-right: 0;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        padding: 0 30px 29px;
    }
    .secConcept .item:nth-child(n+2){
        margin-top: 60px;
    }
    .secConcept .item .boxImg{
        width: 135px;
        margin-top: -30px;
    }
    .secConcept .item .boxTxt{
        margin-left: 0;
    }
    .secConcept .item .boxConceptTit{
        display: flex;
        margin-top: 15px;
    }
    .secConcept .item .iconNum{
        width: 35px;
        height: 35px;
        font-size: 15px;
        padding-bottom: 2px;
        position: relative;
        top: unset;
        left: unset;
    }
    .secConcept .item .txtConceptTit{
        font-size: 20px;
        line-height: calc(30/20);
        letter-spacing: 0;
        text-align: left;
        margin-left: 8px;
        padding-top: 2px;
    }
    .secConcept .item .txtConceptAbout{
        font-size: 16px;
        line-height: calc(28/16);
        text-align: left;
        margin-top: 5px;
    }
    .secConcept .item:nth-child(5){
        width: 100%;
        margin-right: 0;
        text-align: center;
        justify-content: space-between;
        padding: 0 30px 29px;
    }
    .secConcept .item:nth-child(5) .boxFlexImg{
        display: flex;
        gap: 5px;
    }
    .secConcept .item:nth-child(5) .boxTxt{
        margin: 0;
    }
}
@media only screen and (max-width:370px){
    .secConcept .txtTop{
        font-size: 18px;
    }
    .secConcept .txtAbout{
        font-size: 13px;
    }
    .secConcept .item .txtConceptTit{
        margin-left: 5px;
    }
}
@media only screen and (max-width:360px){
    .secConcept .item .txtConceptTit{
        font-size: 18px;
        margin-left: 5px;
        padding-top: 3px;
    }
}
@media only screen and (max-width:345px){
    .secConcept .item .txtConceptTit{
        font-size: 17px;
        padding-top: 4px;
    }
}
@media only screen and (max-width:335px){
    .secConcept .txtTop{
        font-size: 17px;
    }
    .secConcept .txtAbout{
        font-size: 12px;
    }
    .secConcept .item .txtConceptTit{
        font-size: 16px;
        padding-top: 5px;
    }
}

/* secAreaContent */
.secAreaContent{
    padding: 110px 0 78px;
}
.secAreaContent.lazyloaded{
    background: url(../img/index/bgAreaContent.jpg) center top / cover;
}
.secAreaContent .txtTit{
    font-size: 90px;
    font-weight: bold;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.secAreaContent .txtMin{
    font-size: 50px;
    margin: 0 14px;
}
.secAreaContent .txtBottom{
    margin-top: 30px;
}
.secAreaContent .txtAbout{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
.secAreaContent .list{
    display: flex;
    margin-top: 70px;
}
.secAreaContent .item{
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    color: #fff;
    text-align: center;
}
.secAreaContent .item:last-child{
    margin-right: 0;
}
.secAreaContent .imgBox{
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
}
.secAreaContent .img{
    width: 100%;
    height: 0;
    padding-top: calc(290 / 290 * 100%);
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
}
.secAreaContent .listTxt{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 27px;
}
@media only screen and (max-width:767px){
    .secAreaContent{
        padding: 50px 0 30px;
    }
    .secAreaContent.lazyloaded{
        background: url(../img/index/bgAreaContent_sp.jpg) center top / cover;
    }
    .secAreaContent .txtTit{
        font-size: 30px;
    }
    .secAreaContent .txtMin{
        font-size: 22px;
        margin: 0 4px;
    }
    .secAreaContent .txtBottom{
        margin-top: 18px;
    }
    .secAreaContent .txtAbout{
        font-size: 18px;
        line-height: calc(30/18);
        margin-top: 14px;
    }
    .secAreaContent .list{
        flex-wrap: wrap;
        margin-top: 23px;
        padding: 0 13px;
    }
    .secAreaContent .item{
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }
    .secAreaContent .item:nth-child(2n){
        margin-right: 0;
    }
    .secAreaContent .item:nth-child(n+3){
        margin-top: 20px;
    }
    .secAreaContent .img{
        padding-top: calc(145 / 145 * 100%);
    }
    .secAreaContent .listTxt{
        font-size: 17px;
        margin-top: 15px;
    }
}
@media only screen and (max-width:360px){
    .secAreaContent .txtTit{
        font-size: 28px;
    }
    .secAreaContent .listTxt{
        font-size: 16px;
    }
}
@media only screen and (max-width:340px){
    .secAreaContent .txtTit{
        font-size: 27px;
    }
    .secAreaContent .listTxt{
        font-size: 15px;
    }
}
@media only screen and (max-width:330px){
    .secAreaContent .txtTit{
        font-size: 26px;
    }
    .secAreaContent .listTxt{
        font-size: 14px;
    }
}

/* secPoint */
.secPoint{
    padding: 22px 0 320px;
    background: #323841;
    margin-top: -1px;
}
.secPoint .txtTit{
    width: 100%;
    height: 160px;
    border-radius: 80px;
    background: #4b8e47;
    font-size: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secPoint .boxList{
    display: flex;
    margin-top: 50px;
}
.secPoint .item{
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    border-radius: 20px;
    background: #fff;
}
.secPoint .item:last-child{
    margin-right: 0;
}
.secPoint .item .boxImg img{
    border-radius: 20px 20px 0 0;
}
.secPoint .item .boxTxt{
    padding: 55px 10px 60px;
    position: relative;
}
.secPoint .item .txtPointTit{
    width: 400px;
    height: 70px;
    border-radius: 35px;
    background: #faf6af;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 1px;
}
.secPoint .item .txtPointAbout{
    font-size: 30px;
    line-height: calc(48/30);
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
}
.secPoint .item .br330{
    display: none;
}
@media only screen and (max-width:767px){
    .secPoint{
        padding: 0 0 159px;
        margin-top: -1px;
    }
    .secPoint .txtTit{
        width: 100%;
        height: 80px;
        border-radius: 40px;
        font-size: 18px;
        line-height: calc(24/18);
        text-align: center;
    }
    .secPoint .boxList{
        flex-direction: column;
        margin-top: 19px;
    }
    .secPoint .item{
        width: 100%;
        margin-right: 0;
        border-radius: 5px;
        display: flex;
    }
    .secPoint .item:nth-child(n+2){
        margin-top: 15px;
    }
    .secPoint .item .boxImg{
        width: 110px
    }
    .secPoint .item .boxImg img{
        border-radius: 5px 0 0 5px;
    }
    .secPoint .item .boxTxt{
        width: calc(100% - 110px);
        padding: 0;
    }
    .secPoint .item .txtPointTit{
        width: 100%;
        height: 40px;
        border-radius: 0 5px 0 0;
        font-size: 12px;
        letter-spacing: 0;
        justify-content: flex-start;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        padding-bottom: 1px;
        padding-left: 13px;
    }
    .secPoint .item .txtPointAbout{
        font-size: 16px;
        line-height: calc(22/16);
        letter-spacing: 0;
        text-align: left;
        padding: 12px 15px 0;
    }
}
@media only screen and (max-width:370px){
    .secPoint .item .txtPointTit{
        font-size: 11px;
        padding-left: 10px;
    }
}
@media only screen and (max-width:350px){
    .secPoint .item .txtPointTit{
        font-size: 10px;
        line-height: calc(15/10);
        padding-left: 7px;
    }
    .secPoint .item .txtPointAbout{
        font-size: 15px;
        padding: 12px 7px 0;
    }
}
@media only screen and (max-width:330px){
    .secPoint .item .br330{
        display: block;
    }
}

/* secSolution */
.secSolution .bgWhite{
    background: #fff;
    border-radius: 30px;
    height: 480px;
    padding-top: 74px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    margin-top: -240px;
    position: relative;
    text-align: center;
}
.secSolution .bgWhite::after{
    content: "";
    width: 60px;
    height: 80px;
    background: url(../img/index/imgTriangle.png) center top / cover;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
}
.secSolution .txtTit{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    position: relative;
}
.secSolution .txtTit::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.secSolution .boxImg{
    text-align: center;
    margin-top: 45px;
    margin-bottom: -31px;
}
@media only screen and (max-width:767px){
    .secSolution .bgWhite{
        border-radius: 15px;
        height: 218px;
        padding-top: 30px;
        margin-top: -110px;
    }
    .secSolution .bgWhite::after{
        width: 25px;
        height: 33px;
        bottom: -73px;
    }
    .secSolution .txtTit{
        font-size: 20px;
    }
    .secSolution .txtTit::after{
        bottom: -4px;
    }
    .secSolution .boxImg{
        width: 316px;
        margin: 15px auto -20px;
    }
}
@media only screen and (max-width:360px){
    .secSolution .bgWhite{
        height: 210px;
    }
    .secSolution .boxImg{
        width: 290px;
    }
}
@media only screen and (max-width:330px){
    .secSolution .bgWhite{
        height: 205px;
    }
    .secSolution .boxImg{
        width: 275px;
    }
}

/* secConceptPoint */
.secConceptPoint{
    margin-top: 207px;
    text-align: center;
}
.secConceptPoint .txtTit{
    display: inline-block;
    font-size: 60px;
    font-weight: bold;
    background: #fbef48;
}
.secConceptPoint .concepttxt{
    font-size: 30px;
    line-height: calc(60/30);
    font-weight: 700;
    text-align: center;
    margin-top: 35px;
}
.secConceptPoint .conceptsubtxt{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
}
@media only screen and (max-width:767px){
    .secConceptPoint{
        margin-top: 94px;
    }
    .secConceptPoint .txtTit{
        font-size: 22px;
        line-height: calc(32/22);
        background: unset;
        position: relative;
    }
    .secConceptPoint .txtTit::after,
    .secConceptPoint .txtTit::before{
        content: "";
        width: 263px;
        height: 21px;
        background: #fbef48;
        position: absolute;
        top: 7px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .secConceptPoint .txtTit::before{
        width: 150px;
        top: unset;
        bottom: 4px;
        left: calc(50% - 3px);
    }
    .secConceptPoint .concepttxt{
        font-size: 16px;
        line-height: calc(28/16);
        margin-top: 9px;
    }
    .secConceptPoint .conceptsubtxt{
        font-size: 12px;
        margin-top: 14px;
    }
}
.secConceptPoint .conceptlist{
    margin-top: 69px;
}
.secConceptPoint .list{
    border: 1px solid #e5e5e5;
    display: flex;
}
.secConceptPoint .item{
    width: calc((100% - 2px) / 3);
    margin-right: 1px;
    position: relative;
}
.secConceptPoint .item::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    top: 0;
    right: calc(0% - 1px);
}
.secConceptPoint .item:last-child{
    margin-right:0;
}
.secConceptPoint .item:last-child::after{
    display: none;
}
.secConceptPoint .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(400 / 640 * 100%);
    overflow: hidden;
}
.secConceptPoint .boxNum{
    width: 70px;
    height: 70px;
    background-color: #fbef48;
    position: absolute;
    top: calc(((400 / 1920) * 100vw) - 35px);
    left: calc(50% - 35px);
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding-bottom: 3px;
}
.secConceptPoint .numtxt{
    display: inline-block;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.secConceptPoint .txtbox{
    text-align: center;
    padding-top: 65px;
    padding-bottom: 142px;
}
.secConceptPoint .txt{
    font-size: 26px;
    line-height: calc(48/26);
    font-weight: bold;
    text-align: center;
}
.secConceptPoint .bgYellow{
    display: inline-flex;
    background: #faf6af;
    line-height: 1;
}
@media only screen and (max-width:1400px){
    .secConceptPoint .boxNum {
        top: 39.5%;
    }
}
@media only screen and (max-width:767px){
    .secConceptPoint .conceptlist{
        margin-top: 30px;
    }
    .secConceptPoint .list{
        border: none;
        display:block;
        width: calc(345 / 375 * 100%);
        margin: 0 auto;
    }
    .secConceptPoint .item{
        width: 100%;
        margin-right: 0;
    }
    .secConceptPoint .item + .item{
        margin-top: 40px;
    }
    .secConceptPoint .item::after{
        display: none;
    }
    .secConceptPoint .boxNum{
        width: 35px;
        height: 35px;
        top: calc((216 / 375 * 100vw) - 17.5px);
        left: calc(50% - 17.5px);
        padding-bottom: 2px;
    }
    .secConceptPoint .numtxt{
        font-size: 15px;
    }
    .secConceptPoint .txtbox{
        padding: 0;
        padding-top: 2rem;
    }
    .secConceptPoint .txt{
        font-size: 17px;
        line-height: calc(28/18);
    }
}
@media only screen and (max-width:370px){
    .secConceptPoint .txt{
        font-size: 16px;
    }
}
@media only screen and (max-width:360px){
    .secConceptPoint .concepttxt{
        font-size: 15px;
    }
}
@media only screen and (max-width:355px){
    .secConceptPoint .txt{
        font-size: 16px;
    }
}
@media only screen and (max-width:345px){
    .secConceptPoint .conceptsubtxt{
        font-size: 11px;
    }
    .secConceptPoint .concepttxt{
        font-size: 14px;
    }
    .secConceptPoint .txt{
        font-size: 15px;
    }
}

/* secReserveBnr */
@media only screen and (max-width:767px){
    .secReserveBnr{
        margin-top: 50px;
    }
}

/* secModelHouse */
.secModelHouse{
    margin-top: 150px;
}
.secModelHouse .imgTit{
    text-align: center;
}
.secModelHouse .txtTit{
    font-size: 20px;
    line-height: calc(38/20);
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}
.secModelHouse .boxList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 51px;
}
.secModelHouse .item{
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
}
.secModelHouse .boxLink{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    color:#2c2c2c;
    text-decoration: none;
}
.secModelHouse .item:nth-child(3n){
    margin-right: 0;
}
.secModelHouse .item:nth-child(n+4){
    margin-top: 60px;
}
.secModelHouse .boxImg{
    width: 100%;
    height: 0;
    padding-top: calc(250 / 380 * 100%);
    overflow: hidden;
}
.secModelHouse .boxTxt{
    padding: 23px 0 0;
    text-align: center;
}
.secModelHouse .txtModelName{
    font-size: 24px;
    line-height: calc(36/24);
    font-weight: bold;
}
.secModelHouse .txtAddress{
    font-size: 14px;
    line-height: calc(21/14);
    margin-top: 20px;
}
.secModelHouse .txtAbout{
    width: 100%;
    background: #faf6af;
    padding: 16px 15px;
    font-size: 14px;
    line-height: calc(24/14);
    margin-top: 27px;
    font-weight: bold;
}
.secModelHouse .btnReserve{
    width: 205px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: #ff4e00;
    color: #fff;
    margin: 30px auto 0;
}
.secModelHouse .btnReserve .btntxt{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 100%;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
    .secModelHouse{
        margin-top: 100px;
    }
    .secModelHouse .imgTit{
        width: 232px;
        margin: 0 auto;
    }
    .secModelHouse .txtTit{
        font-size: 14px;
        line-height: calc(24/14);
        letter-spacing: 0;
        margin-top: 16px;
    }
    .secModelHouse .boxList{
        display: block;
        max-width: 670px;
        margin: 0 auto;
        margin-top: 25px;
    }
    .secModelHouse .item{
        width: 100%;
        margin-right: 0;
    }
    .secModelHouse .item:nth-child(n+2){
        margin-top: 30px;
    }
    .secModelHouse .boxLink{
        padding: 15px;
    }
    .secModelHouse .boxTxt{
        padding: 20px 0 0;
    }
    .secModelHouse .txtModelName{
        font-size: 18px;
        line-height: calc(26/18);
    }
    .secModelHouse .txtAddress{
        font-size: 12px;
        line-height: calc(18/12);
        margin-top: 7px;
    }
    .secModelHouse .txtAbout{
        padding: 11px 10px;
        font-size: 12px;
        line-height: calc(20/12);
        margin-top: 12px;
        min-height: 62px;
    }
    .secModelHouse .btnReserve{
        max-width: 225px;
        height: 55px;
        border-radius: 27.5px;
        margin: 15px auto 0;
    }
    .secModelHouse .btnReserve .btntxt{
        font-size: 16px;
    }
}