@charset "utf-8";
/*-----------------------------------------------
	secPlan
-----------------------------------------------*/
.secPlan{
    margin-top: 125px;
}
@media only screen and (max-width:767px){
	.secPlan{
		margin-top: 30px;
	}
}

/*-----------------------------------------------
	secSearch
-----------------------------------------------*/
.secSearch .boxSearch{
	border: 1px solid #AEAEAE;
	width: 100%;
}
.secSearch .boxSearch form{
	width: 100%;
}
/* boxSearchTit */
.secSearch .boxSearchTit{
	width: 100%;
	padding: 24px 0;
	text-align: center;
	background-color: #F5F4F2;
	border-bottom: 1px solid #AEAEAE;
}
.secSearch .boxSearchTit .tit{
	position: relative;
	font-size: 26px;
	display: inline-block;
	padding-left: 45px;
}
.secSearch .boxSearchTit .tit::before{
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
    bottom: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.secSearch .boxSearchTit.lazyloaded .tit::before{
	background-image: url(../img/plan/iconSearch.png);
}
/* boxSearchList */
.secSearch .boxSearchList{
	max-width: calc(100% - 100px);
	width: 800px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.secSearch .boxSearchList .item{
	width: 100%;
}
.secSearch .boxSearchList .item:not(:first-child){
	padding-top: 35px;
	border-top: 1px solid #AEAEAE;
}
.secSearch .boxSearchList .item:first-child{
	padding: 0 0 35px 0;
	border-bottom: 1px solid #AEAEAE;
}
.secSearch .boxSearchList .box{
	display: flex;
    align-items: center;
}
.secSearch .boxSearchList .tit{
	width: 164px;
	font-size: 20px;
}
.secSearch .boxSearchList .boxForm{
	width: calc(100% - 164px);
}
/* boxSearchBtn */
.secSearch .boxSearchBtn{
	width: 468px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.secSearch .boxSearchBtn .aBtnForm{
	width: 100%;
	height: 88px;
	display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
	color: var(--whiteColor);
	background-color: var(--btnColor);
	padding: 10px 50px;
	font-size: 14px;
}
.secSearch .boxSearchBtn .txtBtn{
    position: relative;
    letter-spacing: 0.2em;
    padding-right: 175px;
}
.secSearch .boxSearchBtn .txtBtn::before,
.secSearch .boxSearchBtn .txtBtn::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 2px;
    right: 0;
    width: 140px;
    height: 1px;
    background-color: var(--whiteColor);
}
.secSearch .boxSearchBtn .txtBtn::after{
    bottom: 5px;
    right: -1px;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
}
@media only screen and (max-width:767px){
	/* boxSearchTit */
	.secSearch .boxSearchTit{
		padding: 14px 0;
	}
	.secSearch .boxSearchTit .tit{
		font-size: 17px;
		padding-left: 26px;
	}
	.secSearch .boxSearchTit .tit::before{
		width: 22px;
		height: 22px;
	}
	/* boxSearchList */
	.secSearch .boxSearchList{
		max-width: 100%;
		width: 100%;
		padding: 25px 14px;
	}
	.secSearch .boxSearchList .item:not(:first-child){
		padding-top: 20px;
	}
	.secSearch .boxSearchList .item:first-child{
		padding: 0 0 20px 0;
	}
	.secSearch .boxSearchList .tit{
		width: 42px;
		font-size: 13px;
	}
	.secSearch .boxSearchList .boxForm{
		width: calc(100% - 42px);
	}
	/* boxSearchBtn */
	.secSearch .boxSearchBtn{
		width: calc(100% - 28px);
        margin: 10px auto 0;
		padding-bottom: 25px;
	}
	.secSearch .boxSearchBtn .aBtnForm{
		height: 65px;
		padding: 10px 30px;
		font-size: 12px;
		align-items: flex-start;
	}
	.secSearch .boxSearchBtn .txtBtn{
        padding-right: 0;
        width: 100%;
	}
	.secSearch .boxSearchBtn .txtBtn::before{
        width: 30%;
	}
}


/* チェックボックス */
.secSearch .boxCheckType,
.secSearch .boxCheck{
    display: flex;
	gap: 60px;
}
.secSearch .boxCheckType{
	gap: 40px;
}
.secSearch input[type="checkbox"],
.secSearch .txtCheck::before{
    width: 19px;
    height: 19px;
}
.secSearch .txtCheckType,
.secSearch .labelCheckType,
.secSearch .labelCheckType input[type="checkbox"],
.secSearch .txtCheckType::before{
	width: 100%;
	height: 100%;
}
.secSearch .labelCheckType input[type="checkbox"],
.secSearch input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.secSearch .labelCheckType,
.secSearch .labelCheck{
	position: relative;
    display: inline-block;
}
.secSearch .itemCheck{
    white-space: nowrap;
	width: auto;
}
.secSearch .itemCheckType{
	width: 41.51%;
    height: 75px;
}
.secSearch .txtCheckType,
.secSearch .txtCheck{
    display: inline-flex;
    align-items: center;
    font-size: 0;
}
.secSearch .txtCheckType{
    justify-content: center;
    background: #fff;
	border: 1px solid #E8E0C2;
}
.secSearch input[type="checkbox"]:checked + .txtCheckType{
    background: #E8E0C2;
}
.secSearch .txtCheck::before{
    content: "";
    width: 19px;
    height: 19px;
    background: #fff;
    margin-right: 14px;
    border: 1px solid var(--textColor);
}
.secSearch input[type="checkbox"]:checked + .txtCheck::before{
    background: url(../img/plan/iconCheckbox.gif) center center / 11px auto no-repeat,#fff;
}
.secSearch .boxCheck .txt{
    width: calc(100% - 34px);
}
.secSearch .txt{
    font-size: 20px;
    line-height: 1.5;
}
.secSearch .txtCheckType .txt{
	position: relative;
	padding-left: 60px;
}
.secSearch .txtCheckType .txt::before{
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
    bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.secSearch .icon01.txtCheckType.lazyloaded .txt::before{
	background-image: url(../img/plan/iconRadio01.png);
}
.secSearch .icon02.txtCheckType.lazyloaded .txt::before{
	background-image: url(../img/plan/iconRadio02.png);
}
.secSearch .itemRadio_input,
.secSearch .itemCheck_input{
    display: flex;
    align-items: center;
}
@media only screen and (max-width:1215px){
    .secSearch .boxRadio,
    .secSearch .boxCheck{
		flex-wrap: wrap;
		gap: 10px 25px;
    }
	.secSearch .boxCheckType {
		justify-content: space-between;
		gap: 0;
	}
    .secSearch .itemRadio,
    .secSearch .itemCheck{
        width: 25%;
    }
	.secSearch input[type="checkbox"],
	.secSearch .txtCheck::before{
		width: 15px;
		height: 15px;
	}
    .secSearch .txtCheck::before{
		width: 15px;
		height: 15px;
        margin-right: 4px;
    }
	.secSearch .txt{
		font-size: 13px;
	}
    .secSearch .itemRadio_input .box_input,
    .secSearch .itemCheck_input .box_input {
        margin-left: 10px;
    }
	.secSearch .itemCheckType {
		width: 48%;
		height: 55px;
	}
	.secSearch .txtCheckType .txt{
		padding-left: 25px;
	}
	.secSearch .txtCheckType .txt::before{
		width: 23px;
		height: 23px;
	}
}

/*-----------------------------------------------
	secCount
-----------------------------------------------*/
.secCount{
    margin-top: 110px;
    text-align: center;
}
.secCount .num{
	font-size: 35px;
}
.secCount .txt{
	font-size: 26px;
}
@media only screen and (max-width:767px){
	.secCount{
		margin-top: 45px;
	}
	.secCount .num{
		font-size: 22px;
	}
	.secCount .txt{
		font-size: 17px;
	}
}


/*-----------------------------------------------
	boxPlan
-----------------------------------------------*/
.boxPlan{
	margin-top: 60px;
}
.boxPlan .boxPlanList{
	display: flex;
	flex-wrap: wrap;
	gap: 60px 1.6%;
	width: 100%;
}
.boxPlan .boxPlanList .itemPlan{
	width: 49.156%;
}
/* boxTit */
.boxPlan .boxTit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--greenColor);
    color: var(--whiteColor);
    letter-spacing: 0.05em;
}
.boxPlan .boxTit .num{
    text-align: center;
    font-size: 30px;
    line-height: 2.3;
    width: 127px;
	background-color: var(--whiteColor);
    color: var(--textColor);
	border: 1px solid #767676;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxPlan .boxTit .txtNum{
    font-size: 20px;
}
.boxPlan .boxTit .tit{
    font-size: 20px;
    line-height: 1.15;
    width: calc(100% - 127px);
    padding: 0 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	max-height: 60px;
}
/* boxImg */
.boxPlan .boxImg{
    position: relative;
    width: 100%;
    border: 1px solid var(--textColor);
    border-top: none;
}
.boxPlan .boxImgCover{
    text-align: center;
    width: 100%;
    padding: 48px 43px;
}
.boxPlan .boxImgCover .imgList{
    display: flex;
    align-items: center;
    gap: 10px;
}
.boxPlan .boxImgCover .img{
    position: relative;
    width: 50%;
    height: 0;
    padding-top: 62.208%;
    margin: 0 auto;
}
.boxPlan .boxImgCover .img:only-child{
    width: 100%;
}
.boxImgCover img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.boxPlan .boxRank{
    position: absolute;
    top: 0;
    right: 0;
	width: 88px;
	height: 88px;
    padding: 20px 5px;
	background-color: #FFED48;
	clip-path: polygon(100% 0, 100% 100%, 50% 70%, 0 100%, 0 0);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
}
.boxPlan .boxRank .txtRank{
	font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* boxMember */
.boxPlan .boxMember{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.75);
    padding-bottom: 8rem;
}
.boxPlan .boxMemberTit{
    color: var(--whiteColor);
    text-align: center;
}
.boxPlan .boxMemberTit .tit{
	position: relative;
    font-size: 35px;
    line-height: 2;
    letter-spacing: 0.2em;
	padding-top: 39px;
}
.boxPlan .boxMemberTit .tit::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
	right: 0;
    width: 32px;
    height: 32px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.boxPlan .boxMemberTit.lazyloaded .tit::before{
	background-image: url(../img/plan/iconMember.png);
}
.boxPlan .boxMemberTit .txt{
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.2em;
}
/* boxList */
.boxPlan .boxList{
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 6rem;
}
.boxPlan .boxList .item{
    width: 36%;
}
.boxPlan .boxList .memberBtn{
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    letter-spacing: 0.05em;
}
.boxPlan .boxList .isLogin{
    background-color: var(--whiteColor);
}
.boxPlan .boxList .isMember{
    background-color: var(--btnColor);
    color: var(--whiteColor);
}
.boxPlan .boxList .titBtn{
    font-size: 13px;
}
.boxPlan .boxList .txtBtn{
    font-size: 17px;
    margin-top: 5px;
}
/* boxLink */
.boxPlan .boxLink{
    width: 1000px;
    margin: 0 auto;
}
.boxPlan .boxLink .boxList{
    margin-top: 10rem;
    justify-content: space-between;
}
.boxPlan .boxLink .item{
    width: 46.8%;
}
.boxPlan .boxLink .isMember{
    border-color: var(--btnColor);
}
@media only screen and (max-width:767px){
	.boxPlan{
		margin-top: 15px;
	}
	.boxPlan .boxPlanList{
		gap: 30px;
	}
	.boxPlan .boxPlanList .itemPlan{
		width: 100%;
	}
    /* boxTit */
    .boxPlan .boxTit{
        letter-spacing: 0.05em;
    }
	.boxPlan .boxTit .num{
		font-size: 15px;
        line-height: 1.2;
        width: 63px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
	}
	.boxPlan .boxTit .txtNum{
		font-size: 13px;
	}
    .boxPlan .boxTit .tit{
		font-size: 14px;
        line-height: 1.3;
        width: calc(100% - 63px);
        padding: 0 8px;
    }
    /* boxImg */
    .boxPlan .boxImgCover{
        padding: 21px;
    }
	.boxPlan .boxRank{
		width: 55px;
		height: 55px;
        padding: 14px 5px;
	}
	.boxPlan .boxRank .txtRank{
		font-size: 13px;
	}
    /* boxMember */
    .boxPlan .boxMember{
        padding-bottom: 1rem;
    }
    .boxPlan .boxMemberTit .tit{
        font-size: 20px;
		padding-top: 24px;
    }
	.boxPlan .boxMemberTit .tit::before{
		width: 23px;
		height: 23px;
	}
    .boxPlan .boxMemberTit .txt{
        font-size: 13px;
        line-height: 1.6;
    }
    /* boxList */
    .boxPlan .boxList{
        gap: 10px;
        margin-top: 2rem;
    }
    .boxPlan .boxList .item{
        width: 45%;
    }
    .boxPlan .boxList .memberBtn{
        height: 51px;
    }
    .boxPlan .boxList .titBtn{
        font-size: 12px;
    }
    .boxPlan .boxList .txtBtn{
        font-size: 14px;
        margin-top: 5px;
    }
    /* boxLink */
    .boxPlan .boxLink{
        width: 92%;
    }
    .boxPlan .boxLink .boxList{
        margin-top: 4rem;
        flex-direction: column;
        gap: 25px;
    }
    .boxPlan .boxLink .item{
        width: 100%;
    }
}


/* secCmnIndexPager */
.secCmnIndexPager{
    margin-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secCmnIndexPager .boxList{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.secCmnIndexPager .btn{
    min-width: 45px;
    height: 45px;
    text-align: center;
    background-color: rgb(255, 255, 255);
}
.secCmnIndexPager .btnNext .inner,
.secCmnIndexPager .btnPrev .inner{
    position: relative;
    border: none;
}
.secCmnIndexPager .btnNext .inner::after,
.secCmnIndexPager .btnPrev .inner:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
	top: 0;
    bottom: 0;
    right: 0;
	left: 0;
    width: 7px;
    height: 7px;
    border: 1px solid var(--textColor);
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
}
.secCmnIndexPager .btnPrev .inner:after{
    transform: rotate(225deg);
}
.secCmnIndexPager a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid var(--textColor);
}
.secCmnIndexPager .btn{
    margin:-1px 0 0 -1px;
}
.secCmnIndexPager .on{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: none;
    background-color: var(--greenColor);
	border-color: var(--greenColor);
    color: var(--whiteColor);
}
.secCmnIndexPager .btn.dots{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 7px 0;
    font-size: 16px;
}
.secCmnIndexPager .inner{
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    padding-top: 2px;
}
.secCmnIndexPager .btnPrev,
.secCmnIndexPager .btnNext{
    width: 45px;
    height: 45px;
    text-align: center;
    position: relative;
    border-color:#d9d9d9;
    flex-shrink: 0;
}
.secCmnIndexPager .btnPrev{
    margin-right:20px;
}
.secCmnIndexPager .btnNext{
    margin-left:20px;
}
@media only screen and (max-width:767px){
    .secCmnIndexPager{
        margin-top: 80px;
    }
	.secCmnIndexPager .boxList{
		gap: 6px;
	}
	.secCmnIndexPager .btn{
		min-width: 36px;
		height: 36px;
	}
	.secCmnIndexPager .btnNext .inner::after,
	.secCmnIndexPager .btnPrev .inner:after{
		width: 5px;
		height: 5px;
	}
	.secCmnIndexPager .btn{
		margin:-1px 0 0 -1px;
	}
	.secCmnIndexPager .btn.dots{
        min-width: 20px;
		height: 36px;
		padding: 7px 0;
		font-size: 13px;
	}
	.secCmnIndexPager .inner{
		font-size: 13px;
	}
	.secCmnIndexPager .btnPrev,
	.secCmnIndexPager .btnNext{
		width: 20px;
		height: 36px;
	}
	.secCmnIndexPager .btnPrev{
		margin-right:2px;
	}
	.secCmnIndexPager .btnNext{
		margin-left:2px;
	}
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer{
	margin-top: var(--footerPc);
}
@media only screen and (max-width:767px){
	#footer{
		margin-top: var(--footerSp);
	}
}

/*-----------------------------------------------
	boxPlanTit
-----------------------------------------------*/
.boxPlanTit{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.boxPlanTit .num{
    border: 1px solid #767676;
    font-size: 22px;
    letter-spacing: 0.1em;
    padding: 19px 11px;
    font-weight: normal;
}
.boxPlanTit .tit{
    margin-top: 30px;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
}
@media only screen and (max-width:767px){
    .boxPlanTit .num{
        font-size: 15px;
        padding: 12px 5px;
    }
    .boxPlanTit .tit{
        margin-top: 15px;
        font-size: 17px;
        line-height: 2;
    }
}

/*-----------------------------------------------
	boxPlanDetails
-----------------------------------------------*/
.boxPlanDetails{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
    font-weight: normal;
}
/* boxMenu */
.boxPlanDetails .boxMenu{
    width: 20.423%;
}
/* boxData */
.boxPlanDetails .boxData{
    width: 100%;
}
.boxPlanDetails .boxData .titData{
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: normal;
}
.boxPlanDetails .boxDataList{
    margin-top: 18px;
}
.boxPlanDetails .boxDataList .titList{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    color: var(--whiteColor);
    font-size: 20px;
    padding-top: 2px;
    font-weight: normal;
}
.boxPlanDetails .boxDataList .boxList{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.boxPlanDetails .boxDataList .item{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.boxPlanDetails .boxDataList .tit{
    background-color: #EBEBEB;
    width: 92px;
    height: 30px;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding-top: 2px;
}
.boxPlanDetails .boxDataList .txt{
    width: calc(100% - 108px);
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-top: 6px;
}
/* boxExteriorImg */
.boxPlanDetails .boxExteriorImg{
    width: 100%;
    margin-top: 65px;
}
.boxPlanDetails .boxExteriorImg .img{
    width: 100%;
    height: 0;
    padding-top: 73.104%;
}
.boxPlanDetails .boxPopupImg:before{
    width: 30px;
    height: 30px;
}
/* boxMain */
.boxPlanDetails .boxMain{
    width: 76.057%;
    background-color: #fff;
    border: 1px solid #222222;
}
.boxPlanDetails .boxFloorImg{
    width: 100%;
    height: 100%;
    display: flex;
}
#popup .imgList,
.boxPlanDetails .boxFloorImg .imgList{
    display: flex;
    align-items: center;
    padding: 5rem 4.8rem;
    width: 100%;
}
#popup .imgList .img,
.boxPlanDetails .boxFloorImg .img{
    position: relative;
    /* width: calc(50% - 2.5rem); */
    flex: 1;
    max-width: 80%;
    text-align: center;
}
#popup .imgList .img:only-child,
.boxPlanDetails .boxFloorImg .img:only-child{
    margin: 0 auto;
}
#popup .imgList .img + .img,
.boxPlanDetails .boxFloorImg .img + .img{
    margin-left: 5rem;
}
#popup .imgList img,
.boxPlanDetails .boxFloorImg img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
#popup .imgList .txtImg,
.boxPlanDetails .txtImg{
    font-size: 17px;
    margin-top: 10px;
    line-height: 1.5;
}
/* boxPlanTxt */
.boxPlanDetails .boxPlanTxt{
    margin-top: 50px;
}
.boxPlanDetails .boxPlanTxt .tit{
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.boxPlanDetails .boxPlanTxt .txt{
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 15px;
}
@media only screen and (max-width:1300px){
    .boxPlanDetails .boxDataList .item {
        flex-direction: column;
        text-align: center;
    }
    .boxPlanDetails .boxDataList .tit,
    .boxPlanDetails .boxDataList .txt {
        width: 100%;
    }
    #popup .imgList,
    .boxPlanDetails .boxFloorImg .imgList{
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem 0;
    }
}
@media only screen and (max-width:767px){
    .boxPlanDetails{
        margin-top: 30px;
    }
    /* boxMenu */
    .boxPlanDetails .boxMenu{
        width: 100%;
        display: contents;
    }
    /* boxData */
    .boxPlanDetails .boxData{
        order: 4;
        margin-top: 30px;
    }
    .boxPlanDetails .boxData .titData{
        font-size: 22px;
    }
    .boxPlanDetails .boxDataList{
        margin-top: 10px;
    }
    .boxPlanDetails .boxDataList .titList{
        height: 28px;
        font-size: 15px;
    }
    .boxPlanDetails .boxDataList .boxList{
        gap: 15px;
    }
    .boxPlanDetails .boxDataList .item {
        flex-direction: row;
        text-align: left;
    }
    .boxPlanDetails .boxDataList .tit{
        width: 72px;
        height: 24px;
        border-radius: 13px;
        font-size: 12px;
    }
    .boxPlanDetails .boxDataList .txt{
        width: calc(100% - 85px);
        font-size: 12px;
        padding-top: 4px;
    }
    /* boxExteriorImg */
    .boxPlanDetails .boxExteriorImg{
        order: 2;
        margin-top: 20px;
    }
    .boxPlanDetails .boxExteriorImg .img{
        padding-top: 73.045%;
    }
    /* boxMain */
    .boxPlanDetails .boxMain{
        order: 1;
        width: 100%;
    }
    .boxPlanDetails .boxExteriorImg,
    .boxPlanDetails .boxFloorImg{
        pointer-events: none;
    }
    #popup .imgList,
    .boxPlanDetails .boxFloorImg .imgList{
        flex-direction: column;
        gap: 0;
        padding: 4rem 2.4rem;
    }
    #popup .imgList .img,
    .boxPlanDetails .boxFloorImg .img{
        max-width: 100%;
        width: 100%;
    }
    #popup .imgList .img + .img,
    .boxPlanDetails .boxFloorImg .img + .img{
        margin: 4rem 0 0 0;
    }
    #popup .imgList .txtImg,
    .boxPlanDetails .txtImg{
        font-size: 14px;
    }
    /* boxPlanTxt */
    .boxPlanDetails .boxPlanTxt{
        order: 3;
        margin-top: 20px;
    }
    .boxPlanDetails .boxPlanTxt .tit{
        font-size: 15px;
        line-height: 2;
    }
    .boxPlanDetails .boxPlanTxt .txt{
        font-size: 13px;
        margin-top: 10px;
    }
}

/*-----------------------------------------------
	boxPopupImg
-----------------------------------------------*/
.boxPopupImg{
    position: relative;
}
.boxPopupImg:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.boxPopupImg.lazyloaded:before{
    background-image: url(../img/plan/iconPopup.png);
}
@media only screen and (max-width:767px){
    .boxPopupImg:before{
        display: none;
    }
}

/*-----------------------------------------------
	popup
-----------------------------------------------*/
#popup{
    display: none;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
}
#popup .popupContainer{
	display: table;
	width: 100%;
	height: 100vh;
}
#popup .popupContents{
	display: table-cell;
	vertical-align: middle;
}
#popup .popupMain{
    max-width: 161rem;
    width: calc(100% - 10rem);
	margin: 0 auto;
}
@media only screen and (max-width:767px){
	#popup .popupMain{
        max-width: 100%;
		width: 100%;
		padding: 6.67%;
	}
}
@media only screen and (max-width:374px){
	#popup .popupMain{
		padding: 4.69%;
	}
}

/* secPopup */
.secPopup{
	display: none;
	position: relative;
}
.secPopupItem {
	background: #FFF;
    max-height: calc(100vh - 5rem);
	overflow-y: auto;
	overflow-x: hidden;
}
.secPopupItem::-webkit-scrollbar {
    width: 15px;
}
.secPopupItem::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
	border-radius: 10px;
    border: 5px solid #fff
}
.secPopupItem::-webkit-scrollbar {
    background: #fff
}
.secPopup .secPopupItem .boxImg{
    width: 100%;
    height: 0;
    padding-top: 73.104%;
}
.secPopup .secPopupItem .wrapper{
    max-width: 130rem;
    width: calc(100% - 10rem);
	margin: 0 auto;
    padding: 5rem 0;
}
.secPopup .secPopupItem .img{
    width: 80%;
    margin: 0 auto;
}
.secPopup .secPopupItem img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
/* imgList */
#popup .imgList{
    padding: 5rem 0;
    min-height: 78rem;
}
.secPopup .btnClose{
	position: absolute;
    top: 0;
    right: 0;
	background: #FFF;
    width: 4.5rem;
    height: 4.5rem;
}
@media only screen and (max-width:767px){
    #popup{
        display: none!important;
    }
}


/*-----------------------------------------------
	boxCmnBtn
-----------------------------------------------*/
.boxCmnBtn{
    width: 468px;
    max-width: 100%;
}
.boxCmnBtn .cmnBtn{
    width: 100%;
    height: 88px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: var(--textColor);
    border: 1px solid var(--textColor);
    padding: 10px 30px;
    gap: 13px;
    font-size: 14px;
    line-height: 1.5;
}
.boxCmnBtn .cmnBtn.isColor{
    background-color: var(--greenColor);
    border-color: var(--greenColor);
    color: var(--whiteColor);
}
.boxCmnBtn .cmnBtn .titCmnBtn{
    position: relative;
    width: 100%;
    padding-right: 155px;
}
.boxCmnBtn .cmnBtn .titCmnBtn::before,
.boxCmnBtn .cmnBtn .titCmnBtn::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 2px;
    right: 0;
    width: 140px;
    height: 1px;
    background-color: var(--textColor);
}
.boxCmnBtn .cmnBtn.isColor .titCmnBtn:before,
.boxCmnBtn .cmnBtn.isColor .titCmnBtn::after{
    background-color: var(--whiteColor);
}
.boxCmnBtn .cmnBtn .titCmnBtn::after{
    bottom: 8px;
    right: -1px;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
}
@media only screen and (max-width:767px){
    .boxCmnBtn{
        width: 100%;
    }
    .boxCmnBtn .cmnBtn{
        height: 65px;
        padding: 0 25px;
        gap: 10px;
        font-size: 12px;
        text-align: left;
    }
    .boxCmnBtn .cmnBtn .titCmnBtn{
        padding-right: 100px;
    }
    .boxCmnBtn .cmnBtn .titCmnBtn::before{
        width: 85px;
    }
}

/* boxLink */
.secPlan .boxLink{
    width: 1000px;
    margin: 0 auto;
}
.secPlan .boxLink .boxList{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin-top: 10rem;
}
.secPlan .boxLink .item{
    width: 46.8%;
}
@media only screen and (max-width:767px){
    /* boxList */
    .secPlan .boxLink{
        width: 100%;
    }
    .secPlan .boxLink .boxList{
        gap: 25px;
        margin-top: 4rem;
        flex-wrap: wrap;
    }
    .secPlan .boxLink .item{
        width: 100%;
    }
}