@charset "utf-8";
/*  secHead */
.secHead{
    margin-top: 150px;
}
.secCmnHero .imgtit{
    width: 546px;
    margin: 0;
}
@media only screen and (max-width:1215px){
    .secHead{
        margin-top: 70px;
    }
    .secCmnHero .imgtit{
        width: 217px;
    }
}

/* secLandScape */
.secLandScape .wrapper{
    color: var(--brandColor);
    font-weight: bold;
}
.secLandScape .maintit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_42);
    font-weight: bold;
    width: calc(100% - 510px);
    padding-left: 80px;
    padding-top: 135px;
}
.secLandScape .list{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}
.secLandScape .list .item{
    width: 32%;
    margin-right: 2%;
    display: flex;
    justify-content: center;
    border: 1px solid var(--brandColor);
    background-image: -moz-linear-gradient( 9deg, rgb(226,211,192) 0%, rgb(241,229,213) 50%, rgb(226,211,192) 100%);
    background-image: -webkit-linear-gradient( 9deg, rgb(226,211,192) 0%, rgb(241,229,213) 50%, rgb(226,211,192) 100%);
    background-image: -ms-linear-gradient( 9deg, rgb(226,211,192) 0%, rgb(241,229,213) 50%, rgb(226,211,192) 100%);
}
.secLandScape .list .item:nth-child(3n){
    margin-right: 0;
}
.secLandScape .list .item:nth-child(n+4){
    margin-top: 30px;
}
.secLandScape .list .txtBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 10px 27px;
}
.secLandScape .list .txt:not(:empty){
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_15);
}
.secLandScape .list .tit:not(:empty){
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_15);
    margin-top: 5px;
}
.secLandScape .txtMemo{
    margin-top: 45px;
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_2);
}
@media only screen and (max-width:1215px){
    .secLandScape .list{
        justify-content: space-between;
        margin-top: 30px;
    }
    .secLandScape .list .item{
        width: 48.7%;
        margin-right: 0;
    }
    .secLandScape .list .item:nth-child(n+3){
        margin-top: 9px;
    }
    .secLandScape .list .item:nth-child(odd):last-child{
        width: 100%;
    }
    .secLandScape .maintit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
        padding-left: 0;
        padding-top: 0;
        margin-top: 13px;
        width: 100%;
    }
    .secLandScape .list .txtBox{
        padding: 14px 10px;
        text-align: center;
    }
    .secLandScape .list .txt:not(:empty){
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_15);
    }
    .secLandScape .list .tit:not(:empty){
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_15);
        margin-top: 2px;
    }
    .secLandScape .txtMemo{
        margin-top: 20px;
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_2);
    }
}

/* secPlan */

.secPlan {
    padding: 100px 0 60px;
    background: var(--bgType03);
}
.secPlan.secHead{
    margin-top: 90px;
}
.secPlan .boxPlan{
    padding-bottom: 50px;
}
.secPlan .boxMain{
    color: var(--brandColor);
}
.secPlan .maintit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_42);
    font-weight: bold;
    width: calc(100% - 510px);
    padding-left: 80px;
    padding-top: 135px;
}
.secPlan .list{
    margin: 70px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.secPlan .item{
    position: relative;
    width: 48.215%;
    background-color: var(--textColor);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    background-color: var(--brandColor);
}
.secPlan .item:nth-child(n+3){
    margin-top: 60px;
}
/* iconBox */
.secPlan .iconBox{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
}
.secPlan .iconBox .txt{
    min-width: 120px;
    height: 40px;
    padding: 0 17px;
    color: var(--textColor);
    font-size: var(--pcFontSize16);
    display: flex;
    justify-content: center;
    align-items: center;
}
.secPlan .iconBox .txt01{
    background-color: var(--memberColor);
}
.secPlan .iconBox .txt02{
    background-color: var(--brandColor);
}
/* imgBox */
.secPlan .imgBox{
    width: 100%;
    background-color: var(--textColor);
}
.secPlan .imgBox .img{
    width: 100%;
    height: 0;
    padding-top: 46.915%;
}
/* txtBox */
.secPlan .txtBox{
    background-color: var(--brandColor);
    padding: 30px 5%;
    font-weight: bold;
}
/* nameBox */
.secPlan .nameBox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.secPlan .nameBox .tit{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_15);
    letter-spacing: var(--pcLetterSpacing34_1);
    margin-right: 10px;
}
.secPlan .nameBox .areaBox{
    display: flex;
}
.secPlan .nameBox .txt{
    position: relative;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_15);
    letter-spacing: var(--pcLetterSpacing16_1);
}
.secPlan .nameBox .txt + .txt{
    margin-left: 12px;
    padding-left: 18px;
}
.secPlan .nameBox .txt + .txt::before{
    position: absolute;
    content: '/';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
}
/* priceBox */
.secPlan .priceBox{
    margin-top: 7px;
}
.secPlan .listPrice{
    display: flex;
    align-items: center;
}
.secPlan .itemPrice{
    display: flex;
    align-items: center;
    max-width: 49%;
    margin-right: 1%;
}
.secPlan .priceBox .tit{
    width: 100px;
    height: 45px;
    font-size: var(--pcFontSize16);
    padding: 14px 10px;
    border: 1px solid rgba(255, 255, 255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.secPlan .priceBox .txt{
    position: relative;
    top: -3px;
    color: #ccbb6b;
    margin-left: 10px;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_1);
    line-height: var(--pcLineHeight20_15);
    width: calc(100% - 110px);
}
.secPlan .priceBox .num{
    font-size: var(--pcFontSize40);
}
/* minTxt */
.secPlan .minTxt{
    color: #999;
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_15);
    margin-top: 15px;
}
/* tagBox */
.secPlan .tagBox{
    margin-top: 22px;
}
.secPlan .itemTag{
    margin-right: 5px;
    display: inline;
}
.secPlan .tagBox .txt{
    display: inline;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_171);
    letter-spacing: var(--pcLetterSpacing14_1);
}
/* table */
.secPlan .table{
    width: 100%;
    margin: 110px auto 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    font-weight: bold;
}
.secPlan .table tr{
    border-bottom: 1px solid #d8d8d8;
}
.secPlan .table th,
.secPlan .table td{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_15);
    text-align: center;
    padding: 23px 10px;
}
.secPlan .table th{
    background-color: var(--brandColor);
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .15) ;
    width: 302px;
}
.secPlan .table th:last-child,
.secPlan .table td:last-child{
    border-right: none;
}
.secPlan .table th:first-child,
.secPlan .table th:last-child{
    width: 199px;
}
.secPlan .table td{
    background-color: var(--textColor);
    border-right: 1px solid #d8d8d8;
    color: var(--brandColor);
}
.secPlan .fRed{
    color: #c52e2e;
}
.secPlan table .tit{
    display: none;
}
@media only screen and (max-width:1640px){
    .secPlan .priceBox .txt {
        font-size: var(--pcFontSize17);
        letter-spacing: var(--pcLetterSpacing17_0);
        line-height: var(--pcLineHeight17_175);
    }
    .secPlan .priceBox .num {
        font-size: var(--pcFontSize32);
    }
}
@media only screen and (max-width:1215px){
    .secPlan{
        margin-top: 65px;
        padding: 60px 0 70px;
    }
    .secPlan.secHead {
        margin-top: 65px;
    }
    .secPlan .boxPlan{
        padding-bottom: 30px;
    }
    .secPlan .list{
        margin: 25px auto 40px;
    }
    .secPlan .item{
        width: 100%;
    }
    .secPlan .item:nth-child(n+2){
        margin-top: 25px;
    }
    .secPlan .maintit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
        padding-left: 0;
        padding-top: 0;
        margin-top: 13px;
        width: 100%;
    }
    /* iconBox */
    .secPlan .iconBox .txt{
        min-width: 55px;
        height: 25px;
        padding: 0 3px;
        font-size: var(--spFontSize10);
    }
    /* imgBox */
    .secPlan .imgBox{
        width: 100%;
        /* padding: 15px 0; */
    }
    .secPlan .imgBox .img{
        padding-top: 46.96%;
    }
    /* txtBox */
    .secPlan .txtBox{
        background-color: var(--brandColor);
        padding: 20px;
    }
    /* nameBox */
    .secPlan .nameBox{
        align-items: flex-start;
        flex-direction: column;
    }
    .secPlan .nameBox .tit{
        font-size: var(--spFontSize18);
        line-height: var(--pcLineHeight30_15);
        letter-spacing: var(--pcLetterSpacing34_1);
        margin: 0 0 4px 0;
    }
    .secPlan .nameBox .areaBox{
        flex-direction: column;
    }
    .secPlan .nameBox .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_167);
        letter-spacing: var(--spLetterSpacing12_05);
    }
    .secPlan .nameBox .txt + .txt{
        margin-left: 0;
        padding-left: 0;
    }
    .secPlan .nameBox .txt + .txt::before{
        display: none;
    }
    /* priceBox */
    .secPlan .priceBox{
        margin-top: 9px;
    }
    .secPlan .listPrice{
        align-items: flex-start;
        flex-direction: column;
    }
    .secPlan .itemPrice{
        width: 100%;
        align-items: center;
        max-width: none;
        margin: 0 0 5px 0;
    }
    .secPlan .priceBox .tit{
        width: 70px;
        height: 30px;
        font-size: var(--spFontSize12);
        padding: 8px 10px;
    }
    .secPlan .priceBox .txt{
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_0);
        line-height: var(--spLineHeight14_15);
        width: calc(100% - 80px);
    }
    .secPlan .priceBox .num{
        font-size: var(--spFontSize22);
    }
    /* minTxt */
    .secPlan .minTxt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_16);
        margin-top: 3px;
    }
    /* tagBox */
    .secPlan .tagBox{
        margin-top: 7px;
    }
    .secPlan .tagBox .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_163);
        letter-spacing: var(--spLetterSpacing11_05);
    }
    /* table */
    .secPlan .table{
        margin: 40px auto;
        border-top: 1px solid #d8d8d8;
    }
    .secPlan .table tr:first-child{
        display: none;
    }
    .secPlan .table td{
        display: block;
        text-align: left;
        font-size: var(--pcFontSize16);
        line-height: var(--pcLineHeight16_15);
        padding: 0 20px;
        border: none;
    }
    .secPlan .table td{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_188);
        letter-spacing: var(--spLetterSpacing12_05);
    }
    .secPlan .table td:first-child{
        padding-top: 11px;
        padding-bottom: 4px;
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_15);
    }
    .secPlan .table td:last-child{
        padding-bottom: 15px;
    }
    .secPlan .table tr:has(.fRed) td:has(.tit):not(:has(.fRed)) {
        display: none;
    }
    .secPlan table .tit{
        display: inline-block;
    }
}

/* secOutline */
.boxCmnTit .titEng {
    font-size: var(--pcFontSize60);
    letter-spacing: var(--pcLetterSpacing60_3);
}
.boxCmnTit .titJp {
    position: relative;
    font-size: var(--pcFontSize28);
    padding: 35px 0 40px;
    font-weight: bold;
}
.boxCmnTit {
    text-align: center;
    color: var(--brandColor);
    font-weight: bold;
}
.secOutline{
    background-color: var(--type03Member);
    padding: 110px 0;
    color: var(--textColor);
}
.secOutline .titEng{
    color: var(--textColor);
}
.secOutline .boxCmnTit .titJp {
    color: var(--textColor);
}
.secOutline .boxOutline{
    position: relative;
    margin-top: 40px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.secOutline .boxOutline:not(.single):before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.17);
}
.secOutline .boxTable{
    width: 50%;
    padding-right: 75px;
}
.secOutline .boxTable:nth-child(even){
    padding: 0 0 0 75px;
}
.secOutline .boxOutline.single .boxTable{
    padding: 0;
}
.secOutline table{
    width: 100%;
}
.secOutline table th,
.secOutline table td{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_1625);
    padding: 15px 0;
}
.secOutline table th{
    width: 170px;
    padding: 15px 35px 15px 0;
}
.secOutline table td{
    width: calc(100% - 170px);
    vertical-align: middle;
}
.secOutline .boxUnder{
    margin-top: 45px;
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_2);
}

@media only screen and (max-width:1215px){
    .secOutline{
        padding: 60px 0;
    }
    .secOutline .boxCmnTit .titEng {
        font-size: var(--spFontSize38);
        letter-spacing: var(--spLetterSpacing38_15);
    }
    .secOutline .boxOutline{
        margin-top: 0;
        padding: 0;
        display: flex;
    }
    .secOutline .boxOutline:not(.single):before{
        display: none;
    }
    .secOutline .boxTable{
        width: 100%;
        padding-right: 0;
    }
    .secOutline .boxTable + .boxTable{
        display: none;
    }
    .secOutline table th,
    .secOutline table td{
        width: 100%;
        display: block;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_186);
        padding: 13px 0 0 0;
    }
    .secOutline table td{
        padding: 0 0 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }
    .secOutline tr:last-child td{
        border-bottom: none;
    }
    .secOutline .boxUnder{
        margin-top: 20px;
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_2);
    }
}



.secCategorytit .Categoryinner {
    justify-content: flex-start;
    align-items: flex-start;
}
.secCategorytit .Categoryinner:before{
    content: '';
    background-color: var(--accessBorderBefore);
    position: absolute;
    left: -210px;
    top: 0;
    width: 710px;
    height: 1px;
}
.secCategorytit .Categoryinner::after{
    content: '';
    background-color: var(--type03Active);
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 1px;
}
.secCategorytit .titIn {
    text-align: left;
    padding-top: 48px;
    width: 510px;
}
.secCategorytit {
    height: auto;
}
.estate_type03 .secCmnMember {
    padding: 150px 0;
    margin-top: 100px;
}

@media only screen and (max-width:1215px){
    .secCategorytit .Categoryinner {
        display: block;
        padding-bottom: 0;
        min-height: auto;
    }
    .secCategorytit .Categoryinner:before{
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
    }
    .secCategorytit .Categoryinner::after{
        width: 30px;
        height: 1px;
        left: 4%;
    }
    .secCategorytit .titIn {
        padding-top: 5px;
        width: 100%;
    }
    .estate_type03 .secCmnMember {
        padding: 70px 0 30px;
        margin-top: 70px;
    }
    .secCategorytit {
        min-height: auto;
    }
}


/* secEstateList */
.secEstateList{
    margin-top: 60px;
}
.secEstateList .estateList{
    margin-top: 30px;
}
.secEstateList .boxContact .box1{
    display: flex;
    align-items: center;
    gap: 10px;
}
.secEstateList .boxContact .txtCheck{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
}
.secEstateList .boxContact .btnContact{
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: var(--pcFontSize14);
    color: var(--textColor);
    background: var(--brandColor);
    box-shadow: inset -4.33px -2.5px 0px 0px rgba(1, 1, 1, 0.1);
}
.secEstateList .boxContact .btnFavorite{
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: var(--pcFontSize14);
    color: var(--brandColor);
    background: var(--textColor);
    box-shadow: inset -4.33px -2.5px 0px 0px rgba(1, 1, 1, 0.1);
}
.secEstateList .estateList .listBox{
    background: var(--textColor);
    padding: 45px 50px 75px;
    color: var(--brandColor);
}
.secEstateList .estateList .listBox:nth-child(n + 2){
    margin-top: 40px;
}
.secEstateList .estateList .boxTop{
    display: flex;
    gap: 40px;
    justify-content: center;
}
.secEstateList .estateList .memberList .boxTop{
    align-items: center;
}
.secEstateList .estateList .imgBoxTop{
    width: 52.285%;
    max-width: 732px;
    flex-shrink: 0;
}
.secEstateList .boxRight{
    margin-top: 25px;
}
.secEstateList .estateList .imgUnderBox{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.secEstateList .estateList .memberList .imgUnderBox{
    margin-top: 0;
}
.secEstateList .estateList .boxLeft{
    width: calc(50% - 10px);
}
.secEstateList .memberList .boxLeft{
    position: relative;
}
.secEstateList .memberTopCover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 41, 45, 0.902);
    display: flex;
    align-items: center;
    justify-content: center;
}
.secEstateList .estateList .boxLeft .imgCover{
    padding-top: 66.856%;
    height: 0;
}
.secEstateList .logoSearchList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.secEstateList .logoSearchList .iconKind {
    width: 36px;
    color: var(--textColor);
    text-align: center;
    padding: 5px 0 4px;
}
.iconPush {
    position: relative;
    text-align: center;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    padding-right: 26px;
    font-weight: bold;
    background: #E58D00;
    color: var(--textColor);
}
.iconPush::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 18px;
    right: 6px;
    top: calc(50% - 13px);
    background: url(../img/estate/plan/imgPushIcon.png) center center no-repeat;
    background-size: 19px auto;
}
.iconBrokerageFee {
    background: #7D4F1B;
    text-align: center;
    color: var(--textColor);
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: var(--textColor);
    color: var(--brandColor);
    border-radius: 2px;
    font-weight: bold;
}
.iconBrokerageFee .intxt {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 9px;
    z-index: 2;
}
.iconBrokerageFee .num {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 25px;
    line-height: 11px;
    color: #ff0000;
}
.roboto-condensed {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.iconSubsidy,
.iconQuality,
.iconDown,
.iconMember,
.iconControl,
.iconFlat35sa {
    text-align: center;
    color: #FFF;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
}
.iconSubsidy {
    background: #ff0096;
}
.iconQuality {
    background:#32c300;
}
.iconDown {
    background: #ff0000;
}
.iconMember {
    background: #ea4140;
}
.iconControl {
    background: #00ccff;
}
.iconFlat35sa {
    background: #ffec48;
    color: inherit;
    font-weight: bold;
}
.iconFlat35sa .flat35saTxt{
    position: relative;
}
.iconFlat35sa .txtIn{
    opacity: 0;
    display: inline-block;
    padding: 0 16px 0 0;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1 !important;
}
.iconFlat35sa .flat35saTxt::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 56px;
    height: 21px;
    background: right top / cover no-repeat;
}
.iconFlat35sa .flat35saTxt::after{
    background-image: url(../img/common/imgFlat35sa.png);
}
.secEstateList .titIn {
    margin-top: 10px;
    position: relative;
}
.secEstateList .titIn .titSearch{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_173);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: bold;
}
.iconKind.type1 {
    background: #1e88e5;
}
.secEstateList .logoSearchList p {
    margin-right: 0;
}
.secEstateList .boxPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.secEstateList .boxPrice .titPrice {
    width: 100px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: bold;
    color: var(--textColor);
    background: var(--brandColor);
}
.secEstateList .boxPrice .txtPrice {
    font-size: var(--pcFontSize20);
    letter-spacing: 0;
    font-weight: bold;
    flex-shrink: 0;
}
.secEstateList .boxPrice .priceNum {
    font-size: var(--pcFontSize40);
    letter-spacing: 0;
    font-weight: bold;
}
.secEstateList .boxPrice .priceItem {
    display: flex;
    align-items: center;
    gap: 15px;
}
.secEstateList .txtIn{
    margin-top: 15px;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_50);
    line-height: var(--pcLineHeight14_24);
    font-weight: bold;
}
.secEstateList .txtIn .linkLogin{
    color: #32b7fc;
    text-decoration: underline;
}
.secEstateList .btnFlex{
    display: flex;
    margin-top: 15px;
    gap: 10px;
    align-items: center;
}
.secEstateList .memberList .btnFlex{
    justify-content: flex-end;
    width: 100%;
}
.secEstateList .btnFlex .btnInner{
    width: 200px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_50);
    color: var(--textColor);
    background: rgb(28, 111, 180);
    box-shadow: inset -4.33px -2.5px 0px 0px rgba(1, 1, 1, 0.1);
}
.secEstateList .memberList .btnFlex .btnInner{
    color: var(--textColor);
    background: #ea4140;
}
.secEstateList .btnFlex .btnInner.btnDetails{
    color: var(--brandColor);
    background: var(--textColor);
    border: 1px solid var(--brandColor);
    box-shadow: inset -4.33px -2.5px 0px 0px rgba(1, 1, 1, 0.1);
}
.secEstateList .boxStaff{
    margin-top: 15px;
}
.secEstateList .boxStaff .boxInner{
    display: flex;
    align-items: center;
    gap: 10px;
}
.secEstateList .boxStaff .txtIn{
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_50);
    line-height: var(--pcLineHeight12_24);
}
.secEstateList .boxStaff .txtRightStaff{
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_50);
    line-height: var(--pcLineHeight12_24);
}
.secEstateList .boxStaff .imgBoxStaff{
    width: 50px;
    flex-shrink: 0;
}
.secEstateList .boxStaff .imgInStaff{
    padding-top: 100%;
    height: 0;
}
.secEstateList .titEstate{
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_50);
    line-height: var(--pcLineHeight12_24);
}
.secEstateList .labelBox .labelCheck{
    display: flex;
    align-items: center;
    gap: 15px;
}
.secEstateList .labelBox .labelCheck input{
    width: 20px;
    height: 20px;
    margin: 0;
    margin-top: 5px;
}
.secSearchList {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 5px;
}
.secSearchList .label {
    display: flex;
    background: #ffcc00;
    border-radius: 5px;
    width: 70px;
    height: 27px;
    align-items: center;
    justify-content: center;
}
.secSearchList .label.noEvent {
    pointer-events: none;
    opacity: 0.8;
}
.secSearchList input[type="checkbox"] {
    display: none;
}
.secSearchList input[type="checkbox"].compareCheck {
    display: block;
}
.secSearchList .txtLabel {
    font-size: var(--pcFontSize11);
    margin-top: -2px
}

/* favorit */
.secSearchList .boxFavorite{
    right: 10px;
    top: 50px;
    z-index: 10;
    cursor: pointer;
}
.secSearchList input[type="checkbox"] {
    display: none;
}
.secSearchList .imgOn{
    display: none;
}
.secSearchList input[type="checkbox"]:checked + .icoFavorite .imgOff{
    display: none;
}
.secSearchList input[type="checkbox"]:checked + .icoFavorite .imgOn{
    display: block;
}
@media only screen and (max-width:1600px){
    .secEstateList .boxPrice .priceNum {
        font-size: var(--pcFontSize34);
    }
    .secEstateList .boxPrice .txtPrice {
        font-size: var(--pcFontSize16);
    }
}
@media only screen and (max-width:1215px){
    .secEstateList {
        margin-top: 20px;
    }
    .secEstateList .boxContact .txtCheck {
        font-size: var(--spFontSize11);
        letter-spacing: 0;
    }
    .secEstateList .boxContact .btnContact {
        width: 100px;
        height: 34px;
        border-radius: 17px;
        font-size: var(--spFontSize13);
        box-shadow: inset -4.33px -2.5px 0px 0px rgba(1, 1, 1, 0.1);
    }
    .secEstateList .boxContact .btnFavorite {
        width: 100px;
        height: 34px;
        border-radius: 17px;
        font-size: var(--spFontSize13);
        box-shadow: inset -4.33px -2.5px 0px 0px rgba(1, 1, 1, 0.1);
    }
    .secEstateList .iconCheck {
        width: 18px;
        height: 18px;
    }
    .secEstateList .boxContact .box1 {
        gap: 8px;
    }
    .secEstateList .estateList .boxTop {
        display: flex;
        gap: 0px;
        justify-content: center;
        flex-direction: column;
    }
    .secEstateList .titEstate {
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_167);
    }
    .secEstateList .estateList .listBox {
        padding: 60px 20px 20px;
        position: relative;
    }
    .secEstateList .estateList .listBox.memberList {
        padding: 20px 20px 20px;
    }
    .secEstateList .estateList .imgBoxTop {
        width: 100%;
        max-width: unset;
        order: 1;
    }
    .secEstateList .estateList .imgUnderBox {
        gap: 5px;
        margin-top: 15px;
    }
    .secEstateList .estateList .boxLeft {
        width: calc(50% - 2.5px);
        position: relative;
    }
    .secSearchList .boxFavorite.spOnly {
        z-index: 10;
        cursor: pointer;
        width: 23px;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .secSearchList.onlycompare {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .secEstateList .boxRight {
        margin-top: 25px;
        display: contents;
    }
    .secEstateList .logoSearchList {
        order: 5;
        gap: 5px;
        margin-top: 10px;
    }
    .secEstateList .memberList .logoSearchList {
        width: 100%;
    }
    .secEstateList .titIn {
        margin-top: 10px;
        position: relative;
        order: 2;
    }
    .secEstateList .memberList .titIn {
        width: 100%;
    }
    .secEstateList .boxPrice {
        margin-top: 10px;
        order: 3;
        justify-content: flex-start;
    }
    .secEstateList .txtIn {
        margin-top: 5px;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        order: 4;
    }
    .secEstateList .memberList .txtIn {
        width: 100%;
    }
    .secEstateList .txtLabel.txtIn {
        margin-top: 0;
    }
    .secEstateList .btnFlex {
        display: flex;
        margin-top: 15px;
        gap: 10px;
        align-items: center;
        order: 6;
    }
    .secEstateList .boxStaff {
        margin-top: 15px;
        order: 7;
    }
    .secEstateList .titIn .titSearch {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
    }
    .secEstateList .boxPrice .titPrice {
        width: 35px;
        height: 30px;
        font-size: var(--spFontSize10);
        letter-spacing: 0;
        line-height: var(--spLineHeight10_13);
    }
    .secEstateList .boxPrice .priceNum {
        font-size: var(--spFontSize27);
    }
    .secEstateList .boxPrice .txtPrice {
        font-size: var(--spFontSize10);
        display: flex;
        align-items: center;
    }
    .secEstateList .boxPrice .priceItem {
        gap: 5px;
    }
    .secEstateList .btnFlex .btnInner {
        width: 45.9%;
        height: 40px;
        border-radius: 20px;
        font-size: var(--spFontSize11);
        box-shadow: inset -4.33px -2.5px 0px 0px rgba(1, 1, 1, 0.1);
    }
    .secEstateList .btnFlex .btnInner.btnDetails {
        box-shadow: inset -4.33px -2.5px 0px 0px rgba(1, 1, 1, 0.1);
    }
    .secEstateList .boxStaff .txtRightStaff {
        font-size: var(--spFontSize10);
        line-height: var(--pcLineHeight12_24);
    }
    .secEstateList .estateList .listBox:nth-child(n + 2) {
        margin-top: 25px;
    }
    .secEstateList .labelBox .labelCheck input {
        margin-top: 0;
    }
    .secEstateList .memberTxt {
        width: 67px;
    }
}



#compareCheck {
    width: 1060px;
    left: calc(50% - 500px);
    position: fixed;
    bottom: 0;
    background: #fff;
    display: flex;
    transform: translateY(125px);
    transition: all 0.2s ease-out;
    z-index: 9999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

#compareCheck.jsShow {
    bottom: 0;
    transform: none;
}

#compareCheck .wrapper {
    height: 120px;
    width: calc(100% - 10px);
    margin: 5px 5px 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 10px 30px;
}

#compareCheck .compareTit {
    font-size: var( --fSp15Fs);
    letter-spacing: var(--fSp15Ls);
    line-height: var(--fSp15Lh);
    font-weight: bold;
}
#compareCheck .compareRedTxt {
    color: #ff0000;
    font-weight: bold;
}
#compareCheck .compareTit .compareSmallTxt {
    font-size: var( --fSp15Fs);
    letter-spacing: var(--fSp15Ls);
    line-height: var(--fSp15Lh);
}
#compareCheck .estateList {
    display: flex;
    justify-content: center;
    align-items: center;
}
#compareCheck .estateCon {
    width: 250px;
    height: 64px;
    background: #ffffff;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    position: relative;
    border: 1px solid #dddddd;
}
#compareCheck .estateCon:nth-child(3) {
    margin-right: 0px;
}
#compareCheck .estateCon:nth-child(n+4) {
    display: none;
}
#compareCheck .estateCon .imgEstate {
    position: relative;
    height: 0;
    padding-top: 15.46%;
    width: 51px;
}
#compareCheck .txtEstate {
    font-size: var(--fSp12Fs);
    letter-spacing: var(--fSp12Ls);
    line-height: var(--fSp12Lh);
    margin-left: 10px;
    overflow: hidden;
    flex: 1;
}
#compareCheck .compareEstateTit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#compareCheck .comparePrice {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#compareCheck .estateListBox {
    margin-top: 6px;
    display: flex;
    align-items: center;
}
#compareCheck .imgClose {
    position: absolute;
    right: 5px;
    top: 5px;
}
#compareCheck .compareLink {
    width: 200px;
    height: 70px;
    color: #ffffff;
    background: #32b7fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: var(--fPc18Fs);
    letter-spacing: var(--fPc18Ls);
    border-radius: 5px;
    text-decoration: none;
    margin-left: 20px;
}
#compareCheck .compareLink.spOnly {
    display: none;
}
#compareCheck .estateCon.noEstate{
    border: 1px dashed rgb(177 177 177);
    background: rgba(227, 227, 227, 0.502);
}
#compareCheck .mask{
    position: absolute;
    background: rgba(36, 41, 45);
    width: 100%;
    width: 250px;
    height: 64px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 0;
}
#compareCheck .mask .memberBtn{
    background: url(../img/compare/bgMemberBtn.png) center top / cover no-repeat;
    width: 123px;
    height: 32.5px;
    position: absolute;
    top: 3px;
    left: calc(50% - 61.5px);
    z-index: 999;
}
#compareCheck .mask .memberUnderTxt{
    padding-top: 37px;
    line-height: 1.3;
}
#compareCheck .mask .txtBlue a {
    color: #7bb6ed;
}
#compareCheck .need_not_login{
    display: flex;
    width: 100%;
    align-items: center;
}
@media only screen and (max-width:1215px){
    .secSearchList .checkCon {
        height: 34px;
        padding-right: 8px;
        background: #f6f6f6;
        border-bottom: 1px dotted #c9c9c9;
    }
    .secSearchList .label {
        display: flex;
        background: #ffcc00;
        border-radius: 5px;
        width: 72px;
        height: 29px;
        align-items: center;
        justify-content: center;
    }
    #compareCheck {
        width: 100%;
        left: 0;
        position: fixed;
        bottom: 0;
        background: rgba(51, 51, 51, 0.925);
        display: flex;
        transform: translateY(150px);
        transition: all 0.2s ease-out;
        z-index: 9999;
        box-shadow: unset;
        border-radius: 0;
    }
    #compareCheck .wrapper {
        height: 150px;
        width: 100%;
        margin: 0;
        display: block;
        background: unset;
        padding: 11px 0 15px 0px;
    }
    #compareCheck .compareTit {
        font-size: var(--fSp12Fs);
        letter-spacing: var(--fSp12Ls);
        line-height: var(--fSp12Lh);
        color: #fff;
        padding-left: 15px;
    }
    #compareCheck .compareTit .compareRedTxt {
        color: #f7ee13;
    }
    #compareCheck .compareTit .compareSmallTxt {
        font-size: var(--fSp12Fs);
        letter-spacing: var(--fSp12Ls);
        line-height: var(--fSp12Lh);
    }
    #compareCheck .estateList {
        width: 485px;
    }
    #compareCheck .compareLink {
        width: 175px;
        height: 35px;
        font-weight: bold;
        font-size: var(--fSp14Fs);
        letter-spacing: var(--fSp14Ls);
        border-radius: 5px;
        text-decoration: none;
        margin: 10px auto;
    }
    #compareCheck .compareLink.spNone {
        display: none;
    }
    #compareCheck .estateListBox {
        margin-top: 5px;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-left: 15px;
    }
    #compareCheck .txtEstate {
        font-size: var(--fSp10Fs);
        letter-spacing: 0;
        line-height: 1.2;
        margin-left: 5px;
        flex: 1;
    }
    #compareCheck .compareEstateTit {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 24px;
        white-space: pre-wrap;
    }
    #compareCheck .estateCon {
        width: 150px;
        height: 54px;
        background: #ffffff;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 10px 4px 10px 27px;
        position: relative;
        border: 1px solid #dddddd;
    }
    #compareCheck .estateCon .imgEstate {
        position: relative;
        height: 0;
        padding-top: 20px;
        width: 30px;
    }
    #compareCheck .estateCon:nth-child(3) {
        margin-right: 15px;
    }
    #compareCheck .compareLink.spOnly {
        display: flex;
    }
    #compareCheck .imgClose {
        position: absolute;
        right: unset;
        left: 0;
        top: 0px;
        width: 20px;
    }
    #compareCheck .mask{
        width: 150px;
        height: 54px;
        left: -1px;
    }
    #compareCheck .mask .memberBtn{
        background: url(../img/compare/bgMemberBtn_sp.png) center top / cover no-repeat;
        width: 100px;
        height: 29px;
        position: absolute;
        top: 3px;
        left: calc(50% - 50px);
    }
    #compareCheck .mask .memberUnderTxt{
        font-size: var(--fSp10Fs);
        letter-spacing: -1px;
        line-height: 1.2;
    }
    #compareCheck .mask .imgClose{
        position: absolute;
        right: 3px;
        left: unset;
        top: 3px;
        width: 20px;
    }
}
