/*공통css 접근*/
*{
    word-break: normal;
}
.ovYH{
    overflow-y: hidden;
}
.gototop.hide{
    z-index: -1;
}
.sub_tit .add_sm{
    display: block;
    font-size: 45%;
    font-weight: 100;
    letter-spacing: -0.5px;
    font-family: "Pretendard-Light";
}
@media(max-width:768px){
    .sub_tit .add_sm{
        font-family: "Pretendard-regular", sans-serif;
    }
}
@media(max-width:512px){
    .sub_tit{
        font-size: 28px !important;
    }
}
/*공사현황*/
.constr_area{
    padding-top: 80px;
}
.constr_con_area .constr_forflex .img{
    display: none;
	flex:1;
}
.constr_con_area .constr_forflex .img.active{
    display: block;
}
.constr_con_area .constrswiper_area{
}
.constr_con_area .constr_forflex{
    /* align-items: center; */
}
.constr_area .constr_listWrap{
    width: 100%;
    max-width:800px;
    display: grid;
    overflow-y: auto;
    gap:20px;
    align-content: start;
    /* max-height: 544px; */
    /* padding-right: 35px; */
    overflow: hidden auto;
}
.constr_area .constr_listWrap::-webkit-scrollbar {
    width: 6px;
}

.constr_area .constr_listWrap::-webkit-scrollbar-track {
    background: #F2F2F2;
    border-radius: 0;
}

.constr_area .constr_listWrap::-webkit-scrollbar-thumb {
    background: #282828;
    border-radius: 0;
}
.constr_area .constr_listWrap.--grid-1{
    grid-template-columns: repeat(1,1fr);
    max-height: none;
    overflow: hidden;
    height: auto;
}
.constr_area .constr_listWrap.--grid-2{
    grid-template-columns: repeat(2,1fr);
}
.constr_area .constr_listWrap.--grid-3{
    grid-template-columns: repeat(3,1fr);
}
.constr_area .constr_listWrap.--grid-4{
    grid-template-columns: repeat(4,1fr);
}
.constr_area .constr_listWrap.--grid-5{
    grid-template-columns: repeat(5,1fr);
}
.constr_area .constr_listWrap.--grid-6{
    grid-template-columns: repeat(6,1fr);
	gap:20px 10px;
}
.constr_area .constr_listWrap .constr_list_image img{
    width: 100%;
    object-fit: cover;
}
.constr_area .constr_listWrap.--grid-1 .constr_list_image{
    padding-bottom: 50%;
}
.constr_area .constr_listWrap.--grid-1 .constr_list_image img{
    width: auto;
    height: 100%;
}
.constr_area .constr_listWrap .constr_list{
    cursor: pointer;
    position: relative;
}
.constr_area .constr_listWrap .constr_list_imageWrap{
    position: relative;
    overflow: hidden;
}
.constr_area .constr_listWrap .constr_list_image::before{
    content:"";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(1,1,1,0);
    z-index: 1;
}
.constr_area .constr_listWrap .have_img .constr_list_image::before{
    background: rgba(1,1,1,0.5);
}
.constr_area .constr_listWrap .constr_list_image{
    background-image:url('../images/sub_cstrt_img_default.jpg');
	padding-bottom:62.5%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
    transition: 1s all;
}
.constr_area .constr_listWrap .constr_list:hover .constr_list_image{
    transform: scale(1.2);
}
.constr_area .constr_listWrap.--grid-1 .constr_list_image{
}
.constr_area .constr_listWrap .constr_list_text{
    text-align: center;
    word-break: break-all;
    font-family: "Pretendard-Medium";
    color:#fff;
    position: absolute;
    right: 20px;
    bottom:10px;
    z-index: 2;
}
.constr_area .constr_listWrap .constr_list:hover .constr_list_text{
    right: 50%;
    bottom:50%;
    transform: translate(50%, 50%);
}
.constr_area .constr_listWrap.--grid-5 .constr_list_text,
.constr_area .constr_listWrap.--grid-6 .constr_list_text{
    right: 10px;
    bottom:5px;
    font-size: 14px;
}
.constr_area .constr_listWrap .constr_list_ico{
    position: absolute;
    left:20px;
    top:20px;
    width: 30px;
    height: 25px;
    background: url(/common/images/sub_complex_ico_many.svg) center center / cover no-repeat;
    z-index: 1;
    display: none;
}
.constr_area .constr_listWrap .constr_list_ico.active{
    display: block;
}
.constr_area .constr_listWrap.--grid-5 .constr_list_ico,
.constr_area .constr_listWrap.--grid-6 .constr_list_ico{
    width: 25px;
    height: 21px;
    left: 10px;
    top: 10px;
}
.constr_con_area .btn_prev{
    position: absolute;
    right: 0;
    top:0;
    background: #2d2d2d;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
    cursor: pointer;
}

.constr_con_area .constr_forflex .img.front{

}
.constr_con_area .constr_forflex .img.front .constr_listWrap{
    max-width: none;
}
.constr_con_area .constr_forflex .img.back{
    width: 100%;
    max-width: 800px;
}
.constr_con_area .constr_forflex .info_div{
    display: none;
}
.constr_con_area .constr_forflex .info_div.active{
    display: block;
}
.constr_con_area .constrswiper_area .ig_wrap img{
    object-fit: cover !important;
}
@media (max-width: 1500px){
    .constr_con_area .constr_forflex .info_div .detail {
        height: 100%;
    }
    .constr_con_area .constr_forflex .img.back{
        margin-right: 15px;
    }
}

@media(max-width:1024px){
    .constr_area{
        padding-top: 60px;
    }
    .constr_con_area{
        margin-top: 0;
    }
    .constr_area .constr_listWrap{
        grid-template-columns: repeat(2,1fr) !important;
        width: 100%;
        padding-right: 10px;
        /* max-height: 500px; */
    }
    .constr_con_area .constr_forflex .img{
        margin-bottom: 40px;
    }
    .constr_con_area .constr_forflex .info_div{
        margin-bottom: 0;
    }
}
@media(max-width:768px){
    .constr_area .constr_listWrap .constr_list_text{
        font-size: 14px;
        right: 10px;
        bottom:7.5px;
    }
    .constr_area .constr_listWrap .constr_list_ico{
        width: 20px;
        height: 15px;
        left: 15px;
        top: 15px;
    }
}

/*분양단지*/
.srch_sec .cdt_sel .form_select{
    display: flex;
}
.sale_complex_list .cdt_sel .btn_maptri{
    cursor: pointer;
    margin-left: 7.5px;
    transition: 0.5s all;
}
.sale_complex_list .cdt_sel .btn_maptri:hover{
    opacity: 0.8;
}
.sale_complex_list .srch_sec .input_sec > a{
    position: relative;
    margin-left: 7.5px;
}

.sale_complex_list .layer_pop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(1, 1, 1, 0.85);
    width: 100%;
    z-index: 11111;
    display: none;
    overflow: auto;
}
.sale_complex_list .layer_pop img{
    width:100%;
}
.sale_complex_list .layer_container {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    max-width: 1300px;
}
.sale_complex_list .layer_pop .layer_content{
    text-align: center;
    position: relative;
    display: flex;
    width:100%;
    justify-content: flex-start;
}
.sale_complex_list .layer_pop .leftWrap{
    position: relative;
    width: 67.5%;
    flex: 0 0 67.5%;
}
.sale_complex_list .layer_pop .chArea{
    font-family: "Pretendard-Medium";
    display:flex;
    flex-direction: column;
    background: #eeeeee;
    flex:1;
	/*visibility: hidden;*/
}
.sale_complex_list .layer_pop .chArea.active{
    visibility: visible;
}
.sale_complex_list .layer_pop .chArea .title{
    background-color: #c2c2c2;
    padding: 15px 0;
    font-size: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Pretendard-SemiBold";
}
.sale_complex_list .layer_pop .chArea .title .sm{
    color: #878787;
    font-family: 'Pretendard-Regular';
}
.sale_complex_list .layer_pop .chArea .flexWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.sale_complex_list .layer_pop .chArea .chContent{
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sale_complex_list .layer_pop .chArea .image{
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    opacity: 0;
    position: relative;
    z-index: 2;
}
.sale_complex_list .layer_pop .chArea .listWrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sale_complex_list .layer_pop .chArea .listcon{
    position: absolute;
    font-family: "Pretendard-SemiBold";
    color: #585858;
    transition: 0.5s all;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.sale_complex_list .layer_pop .chArea .listcon.--01{
    left: 28%;
    top: 20%;
}
.sale_complex_list .layer_pop .chArea .listcon.--02{
    left: 35%;
    top: 27%;
}
.sale_complex_list .layer_pop .chArea .listcon.--03{
    left: 35%;
    top: 40%;
}
.sale_complex_list .layer_pop .chArea .listcon.--04{
    left: 30%;
    top: 60%;
}
.sale_complex_list .layer_pop .chArea .listcon.--05{
    left: 55%;
    top: 15%;
}
.sale_complex_list .layer_pop .chArea .listcon.--06{
    left: 70%;
    top: 45%;
}
.sale_complex_list .layer_pop .chArea .listcon.--07{
    left: 15%;
    top: 92%;
}
.sale_complex_list .layer_pop .chArea .listcon.active{
    opacity: 1;
    color: #961e1e;
    font-family: "Pretendard-Bold";
}
.sale_complex_list .layer_pop .chArea .listcon .name{
    font-size: 14px;
    line-height: 120%;
}
.sale_complex_list .layer_pop .chArea .listcon .num{
    color: #fff;
    font-size: 13px;
    background: #585858;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 30px;
    line-height: 25px;
}
.sale_complex_list .layer_pop .chArea .listcon.active .num{
    background: #961e1e;
    opacity: 1;
    transition: 0.5s all;
}
.sale_complex_list .layer_pop .chArea area{
    cursor: pointer;
}
.sale_complex_list .layer_pop .mapArea{
    flex: 1;
    border: 1px solid #c2c2c2;
    border-top: 0;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.5s all;
	visibility: hidden;
}
.sale_complex_list .layer_pop .mapArea.active{
    z-index: 10;
    opacity: 1;
	visibility: visible;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.sale_complex_list .layer_pop .mapArea .title{
    background-color: #c2c2c2;
    padding: 15px 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Pretendard-SemiBold";
    font-size: 20px;
}
.sale_complex_list .layer_pop .mapArea .title .point{
    margin-right: 5px;
}
.sale_complex_list .layer_pop .mapArea .mapWrap{
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
.sale_complex_list .layer_pop .mapArea .map{
    flex:1;
}
.sale_complex_list .layer_pop .mapArea .map_prev{
    position: absolute;
    right: 0;
    top:0;
    color: #fff;
    background: rgba(45,45,45,0.7);
    padding: 5px 30px;
    cursor: pointer;
    z-index: 1;
    font-size: 16px;
    transition: 0.5s all;
}
.sale_complex_list .layer_pop .mapArea .map_prev:hover{
    background: rgba(45,45,45,1);
}
.sale_complex_list .layer_pop .infoArea{
    width: 32.5%;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.sale_complex_list .layer_pop .infoArea .title{
    background: #c9b9a1;
    padding: 0 30px 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.sale_complex_list .layer_pop .infoArea .title .text{
    font-family: "Pretendard-SemiBold";
    letter-spacing: -1px;
    font-size: 20px;
}
.sale_complex_list .layer_pop .infoArea .title .text .point{
    font-family: "Pretendard-Bold";
    color: #961e1e;
    margin-left: 5px;
    letter-spacing: -1px;
}
.sale_complex_list .layer_pop .infoArea .title .close{
    color: #fff;
    background: #2d2d2d;
    padding: 5px 30px;
    cursor: pointer;
    transition: 0.5s all;
    font-size: 16px;
}
.sale_complex_list .layer_pop .infoArea .infoContent{
    background: #fff;
    flex: 1;
    padding:5%;
    padding-right: 2.5%;
    height: calc(100% - 60px);
}
.sale_complex_list .layer_pop .infoArea .infoContent .wrap{
    overflow: auto;
    height: 100%;
}
.sale_complex_list .layer_pop .infoArea .infoContent .wrap::-webkit-scrollbar {
    width: 6px;
}
.sale_complex_list .layer_pop .infoArea .infoContent .wrap::-webkit-scrollbar-track {
    background: #F2F2F2;
    border-radius: 0;
}
.sale_complex_list .layer_pop .infoArea .infoContent .wrap::-webkit-scrollbar-thumb {
    background: #282828;
    border-radius: 0;
}
.sale_complex_list .layer_pop .infoArea .listWrap{
    padding-right: 2.5%;
}
.sale_complex_list .layer_pop .infoArea .listcon{
    margin-bottom: 30px;
}
.sale_complex_list .layer_pop .infoArea .listcon:nth-last-child(1){
    margin-bottom: 0;
}
.sale_complex_list .layer_pop .infoArea .listcon .name{
    font-size: 24px;
    color: #222;
    font-family: "Pretendard-SemiBold";
    display: block;
    padding-left: 10px;
    text-align: left;
    padding: 6px 0 6px 15px;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.sale_complex_list .layer_pop .infoArea .listcon.active .name{
    background: #ece4d0;
}
.sale_complex_list .layer_pop .infoArea .listcon .name_link{

}
.sale_complex_list .layer_pop .infoArea .listcon .infoWrap{
    border: 1px solid #ddcb97;
    border-bottom: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.sale_complex_list .layer_pop .infoArea .listcon .info{
    font-size: 16px;
    color: #4D4D4D;
    display: flex;
}
.sale_complex_list .layer_pop .infoArea .listcon .info .subject{
    flex: 0 0 80px;
    text-align: left;
}
.sale_complex_list .layer_pop .infoArea .listcon .info .explain{
    text-align: left;
}
.sale_complex_list .layer_pop .infoArea .listcon .linkWrap{
    border: 1px solid #ddcb97;
    display: flex;
    justify-content: space-between;
}
.sale_complex_list .layer_pop .infoArea .listcon .linkWrap .linkcon{
    border-right: 1px solid #ddcb97;
    flex: 1;
    padding: 7.5px 0;
    font-size: 16px;
    transition: 0.5s all;
}
.sale_complex_list .layer_pop .infoArea .listcon .linkWrap .linkcon:nth-last-child(1){
    border:none;
}


@media(max-width:1024px){
    .srch_sec .cdt_sel .form_select{
    }
    .sale_complex_list .cdt_sel .btn_maptri{
        width: 71px;
        height: 80px;
        flex:0 0 71px;
    }
    .sale_complex_list .cdt_sel .btn_maptri img{
        width:100%;
    }
    .sale_complex_list .srch_sec .input_sec > a{
        flex:0 0 80px;
    }

    .sale_complex_list .layer_container{
        align-items: flex-start;
    }
    .sale_complex_list .layer_pop .layer_content{
        flex-direction: column;
    }
    .sale_complex_list .layer_pop .leftWrap{
        flex:1;
        width: 100%;
    }
    .sale_complex_list .layer_pop .chArea{
        width: 100%;
    }
    .sale_complex_list .layer_pop .mapArea{
        width: 100%;
    }
    .sale_complex_list .layer_pop .mapArea .map{
        padding-bottom: 56.25%;
        width: 100%;
    }
    .sale_complex_list .layer_pop .infoArea{
        width:100%;
        position: relative;
    }
    .sale_complex_list .layer_pop .infoArea .infoContent .wrap{
        max-height: none;
    }
}

@media (max-width: 768px){
    .srch_sec .cdt_sel {
        display: flex;
        padding-bottom: 50px;
        flex-direction: column;
    }
    .sale_complex_list .srch_sec .input_sec > .btn_maptri{
		width: 50px;
        height: 56px;
        flex:0 0 50px;
        margin-left: 2.5px;
	}
    .sale_complex_list .srch_sec .input_sec > a{
        flex:0 0 56px;
        margin-left: 2.5px;
    }
    .srch_sec .cdt_sel .form_select{
        width: 100%;
    }
    .srch_sec .cdt_sel .input_sec{
    }
    .sale_complex_list .layer_pop .chArea .flexWrap{
        padding:0;
        width: 75%;
        margin: 0 auto;
        padding: 5% 0;
    }
    .sale_complex_list .layer_pop .infoArea .listcon .name{
        font-size: 22px;
    }
    .sale_complex_list .layer_pop .chArea .title,
    .sale_complex_list .layer_pop .mapArea .title,
    .sale_complex_list .layer_pop .infoArea .title .text{
        font-size: 16px;
    }
    .sale_complex_list .layer_pop .infoArea .title .close,
    .sale_complex_list .layer_pop .mapArea .map_prev,
    .sale_complex_list .layer_pop .infoArea .listcon .info,
    .sale_complex_list .layer_pop .infoArea .listcon .linkWrap .linkcon{
        font-size: 14px;
    }
    .sale_complex_list .layer_pop .mapArea .title,
    .sale_complex_list .layer_pop .chArea .title,
    .sale_complex_list .layer_pop .infoArea .title{
        height: 45px;
    }
    .sale_complex_list .layer_pop .chArea .listcon .name,
    .sale_complex_list .layer_pop .chArea .listcon .num{
        font-size: 11px;
    }
    .sale_complex_list .layer_pop .chArea .listcon .num{
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .srch_sec .cdt_sel .input_sec .input_div input{
        padding:3px 10px 3px 20px;
    }

	.sale_complex_list .layer_pop .infoArea .listWrap{
		padding-bottom:10%;
	}
}

@media (max-width: 400px){
	.sale_complex_list .layer_pop .infoArea .listWrap{
		padding-bottom:30%;
	}
}

/*입주거이드*/
.moveinNew_sec{
    margin-top: 80px;
    position: relative;
    padding: 7.5% 0;
}
.moveinNew_sec .mainbg{
    background: url(../images/movein1-bg.jpg) center center / cover no-repeat fixed;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    z-index: -1;
}
.moveinNew_sec .mainbg::before{
    content:"";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(1,1,1,0.5);
}
.moveinNew_sec .wrap{
    text-align: center;
}
.moveinNew_sec .mainTit{
    color: #fff;
    font-size: 40px;
    font-family: "Pretendard-SemiBold";
    margin-bottom: 2.5%;
    line-height: 140%;
}
.moveinNew_sec .listWrap{
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1500px;
    margin: 0 auto 5%;
    gap: 20px;
}
.moveinNew_sec .listcon{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    flex: 0 0 24%;
    padding: 50px 12.5px 25px;
    transition: 0.5s all;
    position: relative;
}
.moveinNew_sec .listcon .content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.moveinNew_sec .listcon:hover,
.moveinNew_sec .listcon.active{
    background: #882924;
}
.moveinNew_sec .listcon .step{
    background: #F1EEE7;
    font-size: 16px;
    font-family: 'Pretendard-Bold';
    color: #882924;
    transition: inherit;
    padding: 5px;
    border-radius: 30px;
    min-width: 125px;
    margin-bottom: 5%;
}
.moveinNew_sec .listcon:hover .step,
.moveinNew_sec .listcon.active .step{
    color: #882924;
}
.moveinNew_sec .listcon .name{
    font-size: 28px;
    color: #222;
    transition: inherit;
    font-family: "Pretendard-Bold";
}
.moveinNew_sec .listcon:hover .name,
.moveinNew_sec .listcon.active .name{
    color: #fff;
}
.moveinNew_sec .listcon .explain{
    font-family: 'Pretendard-Medium';
    color: #4D4D4D;
    transition: inherit;
}
.moveinNew_sec .listcon:hover .explain,
.moveinNew_sec .listcon.active .explain{
    color: #fff;
}
.moveinNew_sec .listcon .onlylink{
    background: #2d2d2d;
    border-radius: 30px;
    padding:10px 25px;
    font-family: 'Pretendard-Semibold';
    color: #fff;
    transition:inherit;
    margin-top: 10%;
    min-width: 50%;
}
.moveinNew_sec .infotext{
    color: #fff;
    margin-bottom: 7.5%;
}
.moveinNew_sec .frameWrap{
    max-width:900px;
    margin:0 auto;
}
.moveinNew_sec .frame{
    position:relative;
    height:0;
    padding-bottom:56.25%;
}
.moveinNew_sec .frameWrap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.moveinNew_sec .youtubeText {
    width: 100%;
    background: #000;
    padding: 30px 0;
    color: #aaa;
    max-width: 900px;
    margin:0 auto;
    text-align: left;
    font-size: 16px;
}
.moveinNew_sec .youtubeText div {
    overflow-y: auto;
    height: 88px;
    padding: 0 30px;
}
.moveinNew_sec .youtubeText div::-webkit-scrollbar {
    width: 6px;
}
.moveinNew_sec .youtubeText div::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 0;
}
.moveinNew_sec .youtubeText div::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0;
}
.movein2_sec{
    padding-bottom: 200px;
}
@media(max-width:1280px){
    .moveinNew_sec .mainTit{
        font-size: 30px;
    }
    .moveinNew_sec .listWrap{
        align-items: flex-start;
        flex-wrap: wrap;
        width: 80%;
        max-width: 500px;
    }
    .moveinNew_sec .listcon{
        flex:0 0 100%;
        height: auto;
        justify-content: center;
    }
    .moveinNew_sec .listcon .name{
        font-size: 36px;
    }
    .moveinNew_sec .frameWrap{
        width: 90%;
    }
    .moveinNew_sec .listcon .onlylink{
        margin-top: 5%;
    }
}
@media (max-width: 768px){
    .moveinNew_sec{
        padding:15% 0;
    }
    .moveinNew_sec .wrap{
        width: calc(100% - 30px);
        margin:0 auto;
    }
    .moveinNew_sec .mainTit {
        font-size: 20px;
        margin-bottom: 7.5%;
    }
    .moveinNew_sec .listWrap{
        margin-bottom: 7.5%;
    }
    .moveinNew_sec .listcon{
        height: auto;
    }
    .moveinNew_sec .listcon .step{
        font-size: 14px;
    }
    .moveinNew_sec .listcon .name{
        font-size: 26px;
    }
    .moveinNew_sec .listcon .explain{
        font-size: 16px;
    }
    .moveinNew_sec .listcon .onlylink{
        font-size: 16px;
    }
    .moveinNew_sec .listcon .onlylink:hover{
    }
    .moveinNew_sec .infotext{
        font-size: 14px;
        margin-bottom: 15%;
    }
    .moveinNew_sec .frameWrap{
        width: 100%;
    }
    .moveinNew_sec .youtubeText{
        font-size: 14px;
    }
}

/*brand_pr*/
.brand_pr .prize ul li{
    background: transparent;
    border: 1px solid rgba(221, 203, 151, 0.4);
    padding: 20px;
    border-radius: 20px;
}
.brand_pr .prize ul li > div{
    position: relative;
    width:100%;
    background: #FCFBF7;
    padding:20px 0;
}
.brand_pr .prize ul li .img {
    width: 418px;
    height: 420px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
	background: #f4efe4;
	position:relative;
}
.brand_pr .prize ul li .img:after{
	content: "";
    background: url(../images/img-sub-ribon.png) center center / cover no-repeat;
    width: 110px;
    height: 110px;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
}
.brand_pr .prize ul li .img img {
    width:100%;
	height:auto;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.brand_pr .history .right .year li{
    margin-top: 50vh;
}
@media (max-width:1280px){
    .brand_pr .prize ul li{
        width: 100%;
    }
    .brand_pr .prize ul li .img{
        width: 90%;
        margin: 0 auto;
    }
}
@media(max-width:1024px){
    .brand_pr .history .left .select ul li a{
        color: #222;
    }
    .brand_pr .prize ul li .img{
        width: 90%;
        height: 350px;
    }

    .brand_pr .history .right .year li{
        margin-top: 100px;
    }
}

/*h시리즈*/
.h_series .con_wrap .con_zone .anchor_wrap{
	width:790px;
}
.h_series .con_wrap .con_zone .anchor_wrap.hide{
    z-index: -1;
}
.h_series .con_wrap .con_zone .anchor{
	    max-width: none;
    width: 100%;
}
.h_series .con_wrap .con_zone .anchor a{
	flex: 0 0 calc(100% / 3);
    justify-content: center;
    text-align: center;
    padding:0;
}
.h_series .con_wrap .con_zone .anchor.--width-auto a{
	flex:1;
}
.h_series .con_wrap .con_zone ul li .img{
    position: relative;
}
.h_series .con_wrap .con_zone ul li .img::before{
    content:"";
    width:100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(1,1,1,0.5);
}
.h_series .con_wrap .con_zone ul li .img img{
    /* width: 100% !important;
    height: auto !important; */
}
.h_series .con_wrap .con_zone ul li .desc{
    top: 225px;
    z-index: 2;
}
.h_series .con_wrap .con_zone ul li .desc p:nth-of-type(2){
    margin: 20px 0 0;
    line-height: 100%;
}
.h_series .con_wrap .con_zone ul li .desc .en{
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 26px;
}
.h_series .con_wrap .con_zone ul li .desc .btnText{
    background: #000;
    color: #fff;
    padding: 7px 35px;
    width: auto;
    display: inline-block;
    margin-top: 30px;
    user-select: none;
    cursor: pointer;
}
.h_series .layer_pop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(1, 1, 1, 0.8);
    width: 100%;
    display: none;
    z-index: 11111;
}
.h_series .layer_pop img{
    width:100%;
}
.h_series .layer_container {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    cursor: pointer;
}
.h_series .layer_content{
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: default;
    max-height: 90vh;
    max-width: 1024px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.h_series .slide_container{
    width: 100%;
    flex:1;
}
.h_series .layer_pop .btn{
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    opacity: 0.75;
}
.h_series .layer_pop .btn-prev{
    background: #fff url(/common/images/ico-swiper-prev-black.svg) center center / cover no-repeat;
    left: 0;
}
.h_series .layer_pop .btn-next{
    background: #fff url(/common/images/ico-swiper-next-black.svg) center center / cover no-repeat;
    right: 0;
}
.h_series .layer_pop .swiper-pagination-bullet{
    background: #fff;
    opacity: 0.4;
}
.h_series .layer_pop .swiper-pagination-bullet-active{
    opacity: 1;
}
.h_series .layer_pop .swiper-wrapper{
    align-items: center;
}
.h_series .swiper-container-horizontal > .swiper-pagination-bullets{
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(1,1,1,0.5);
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

@media(max-width:1300px){
	.h_series .con_wrap .con_zone .anchor_wrap{
		width:500px;
	}
    .h_series .con_wrap .con_zone .anchor a{
        font-size: 15px;
    }
}
@media(max-width:1024px){
	.h_series .con_wrap .con_zone .anchor_wrap{
		width: 100%;
	}
    .h_series .con_wrap .con_zone .anchor a{
        font-size: 16px;
    }
    .h_series .con_wrap .con_zone ul li .img{
        transform: scale(1);
        height: calc(100vh - 80px);
    }
    .h_series .con_wrap .con_zone ul li .img .imgWrap{
        width: auto;
    }
    .h_series .con_wrap .con_zone ul li .img .imgWrap .img_con{
        width: auto !important;
        height: 100% !important;
        flex: 1 0 auto;
    }
    .h_series .con_wrap .con_zone ul li .img img{
        height: 100vh!important;
        width: auto !important;
    }
    .h_series .con_zone .img.swiper-container-horizontal > .swiper-pagination{

    }
}
@media(max-width:768px){
    .h_series .con_wrap .con_zone ul li .desc{
        top: 40%;
    }
    .h_series .con_wrap .con_zone ul li .desc p:nth-of-type(2){

    }
    .h_series .con_wrap .con_zone ul li .desc .con_mmtxt{
        font-size: 16px !important;
    }
    .h_series .con_wrap .con_zone ul li .desc p:nth-of-type(2){
        font-size: 40px;
    }
    .h_series .con_wrap .con_zone ul li .desc .en{
        margin-bottom: 30px;
        font-size: 22px;
    }
    .h_series .layer_pop .btn{
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }
    .h_series .con_wrap .con_zone ul li .desc .btnText{
        font-size: 16px;
    }
    .h_series .con_wrap .con_zone .anchor a{
        font-size: 14px;
    }
}

/*이벤트*/
.event_info_con{

}
.event_info_con .tab_con{

}
.event_info_con .tab_con .event_listWrap{

}
.event_info_con .tab_con .event_list{
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 2.5% 0;
}
.event_info_con .tab_con .event_list_left{
    margin-right: 5%;
    background: #ebebeb;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    width: 370px;
    height: 150px;
    /* 추가부분 231221 */
    flex:0 0 370px;
}
.event_info_con .tab_con .event_list_left img{
    width: 100%;
}
.event_info_con .tab_con .event_list_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.event_info_con .tab_con .event_list_right .title{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.event_info_con .tab_con .event_list_right .title .text{
    font-size: 21px;
    font-family: "Pretendard-SemiBold";
}
.event_info_con .tab_con .event_list_right .title .state{
    font-size: 13px;
    border:1px solid #961e1e;
    border-radius: 30px;
    padding: 5px;
    color: #961e1e;
    font-family: "Pretendard-Medium";
    min-width: 85px;
    text-align: center;
}
.event_info_con .tab_con .event_list_right .title .state.--ing{
    background: #961e1e;
    color: #fff;
}
.event_info_con .tab_con .event_list_right .title .state.--end{
    border-color: #2d2d2d;
    color: #2d2d2d;
}
.event_info_con .tab_con .event_list_right .dateWrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.event_info_con .tab_con .event_list_right .datelist{
    color: #727272;
    font-size: 17px;
}
.event_info_con .tab_con .event_list_right .datelist .subject{
    border-radius: 30px;
    border:1px solid #ddd;
    margin-right: 10px;
    padding: 5px 0;
    min-width: 150px;
    display: inline-block;
    text-align: center;
}
.event_info_con .tab_con .event_list_right .datelist .date{

}

.event_view_con{

}
.event_view_con .toptitle_wrap {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #ddd;
    align-items: center;
    padding: 40px 20px;
    margin-bottom: 5%;
}
.event_view_con .toptitle_left .text {
    font-size: 28px;
    font-family: "Pretendard-SemiBold";
}
.event_view_con .toptitle_left{
    display: flex;
    align-items: center;
    gap: 20px;
}
.event_view_con .toptitle_left .state{

}
.event_view_con .toptitle_left .state{
    font-size: 13px;
    border:1px solid #961e1e;
    border-radius: 30px;
    padding: 5px;
    color: #961e1e;
    font-family: "Pretendard-Medium";
    min-width: 85px;
    text-align: center;
}
.event_view_con .toptitle_left .state.--ing{
    background: #961e1e;
    color: #fff;
}
.event_view_con .toptitle_left .state.--end{
    border-color: #2d2d2d;
    color: #2d2d2d;
}
.event_view_con .toptitle_right{
    margin-left: 50px;
    white-space: nowrap;
}
.event_view_con .toptitle_right .dateWrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.event_view_con .toptitle_right .datelist{
    color: #727272;
    font-size: 17px;
}
.event_view_con .toptitle_right .datelist .subject{
    border-radius: 30px;
    border:1px solid #ddd;
    margin-right: 10px;
    padding: 5px 0;
    min-width: 120px;
    display: inline-block;
    text-align: center;
}
.event_view_con .event_view_content{
    text-align: center;
    max-width: 884px;
    margin: 0 auto 5%;
}
.event_view_con .event_view_content .image{
    position: relative;
    padding-bottom: 100px;
    display: inline-block;
}
.event_view_con .event_view_content .image img{
    width: 100%;
}
.event_view_con .event_view_content .btn{
    background: #a48861;
    color: #fff;
    font-size: 28px;
    font-family: "Pretendard-SemiBold";
    padding:30px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event_view_con .event_view_content .iframeWrap{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.event_view_con .event_view_content .iframeWrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event_view_con .pageWrap{
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
.event_view_con .pageWrap .paging{
    display: flex;
    gap: 50px;
    font-size: 17px;
    color: #727272;
    align-items: center;
}
.event_view_con .pageWrap .paging.prev{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.event_view_con .pageWrap .paging .left {
    display: flex;
    align-items: center;
}
.event_view_con .pageWrap .paging .left:before{
    content:"";
    width:24px;
    height:24px;
    display: inline-block;
    margin-right: 10px;
}
.event_view_con .pageWrap .paging.prev .left:before{
    background: url(../images/event_view_ico_up.jpg) center center / cover no-repeat;
}
.event_view_con .pageWrap .paging.next .left:before{
    background: url(../images/event_view_ico_down.jpg) center center / cover no-repeat;
}
.event_view_con .pageWrap .paging .right{

}
.event_view_con .pageWrap .paging .only_link{

}

.event_regi_con{
    max-width: 884px;
    margin:0 auto;
    border: 1px solid #ddd;
    border-top: 0;
}
.event_regi_con .topimage{

}
.event_regi_con .topimage img{
    width: 100%;
}
.event_regi_con .topimage .iframeWrap{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.event_regi_con .topimage .iframeWrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event_regi_con .table_area{
    border:none;
}
.event_regi_con  .fix_btn{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #961E1E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    max-width: 884px;
    left:auto;
    font-family: "Pretendard-SemiBold";
}
.event_regi_con .layer_pop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(1, 1, 1, 0.85);
    width: 100%;
    display: none;
    z-index: 11111;
}
.event_regi_con .layer_pop img{
    width:100%;
}
.event_regi_con .layer_container {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    cursor: pointer;
}
.event_regi_con .layer_content{
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    cursor: default;
    background: #fff;
    max-height: 90vh;
    overflow: auto;
    max-width: 884px;
}
.event_regi_con .noticeWrap{
    margin-bottom: 20px;
}
.event_regi_con .noticeWrap .notice_title{
    text-align: center;
    font-family: "Pretendard-SemiBold";
    font-size: 20px;
    margin-bottom: 1.25%;
}
.event_regi_con .noticeWrap .notice_info{
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 30px;
    max-height: 140px;
    overflow: auto;
    margin-bottom: 1.25%;
}
.event_regi_con .noticeWrap .formWrap{
    display: flex;
    justify-content: flex-end;
}
.event_regi_con .noticeWrap .form_radio input + label{
    opacity: 0.5;
    padding-left: 30px;
}
.event_regi_con .noticeWrap .form_radio input:checked + label{
    opacity: 1;
}
.event_regi_con .table_area .enter_info.flex_div dl dd{
    width: 100%;
}
.event_regi_con .table_area .enter_info.flex_div dl dt{
    width: 150px;
}
.event_regi_con .enter_info .--require{
    position: relative;
    padding-left: 15px;
}
.event_regi_con .enter_info .--require:after{
    content: "*";
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: -5px;
    color: #961e1e;
    font-size: 20px;
}
.event_regi_con .input_info{
    color: #961e1e;
    font-size: 16px;
    font-family: "Pretendard-Medium";
    margin-top: 10px;
}
.event_regi_con .btnWrap{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}
.event_regi_con .btnWrap .btn_type_add{
    background: #a48861;
    color: #fff;
    font-size: 18px;
    width: 142px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:1024px){
    .event_info_con .tab_con .event_list{
        flex-direction: column;
        padding:5% 0;
    }
    .event_info_con .tab_con .event_list_left{
        margin:0 0 2.5%;
        max-width: none;
        width: 100%;
        padding-bottom: 42.857%;
        height: 0;
        /* 추가부분 231221 */
        flex:1;
    }
    .event_info_con .tab_con .event_list_left img{
        width: 100%;
    }
    .event_info_con .tab_con .event_list_right .title{
        padding:0 10px;
    }
    .event_info_con .tab_con .event_list_right .title .state{
        padding:2.5px;
    }

    .event_info_con .tab_con .event_list_right .title{
        justify-content: space-between;
    }
    .event_view_con .toptitle_wrap{
        flex-direction: column;
        align-items: flex-start;
        padding:20px 0;
        gap: 20px;
    }
    .event_view_con .toptitle_left{
        width: 100%;
        justify-content: space-between;
        padding:0 10px;
    }
    .event_view_con .toptitle_right{
        margin-left: 0;
    }
    .event_view_con .event_view_content .image{
        padding-bottom: 70px;
    }
    .event_view_con .event_view_content .image img{
        width: 100%;
    }
    .event_view_con .event_view_content .btn{
        height: 70px;
        font-size: 22px;
    }

    .event_regi_con{
        border: none;
    }
    .event_regi_con .topimage{

    }
    .event_regi_con .topimage img{
        width: 100%;
    }
    .event_regi_con .event_regi_content{
        padding: 10% 0;
    }
    .event_regi_con .noticeWrap{
        margin-bottom: 2.5%;
    }
    .event_regi_con .form_radio + .form_radio{
        margin-left: 5%;
    }
}
@media(max-width:768px){
    .event_info_con .tab_con .event_list_right .title .text{
        font-size: 16px;
    }
    .event_info_con .tab_con .event_list_right .datelist{
        font-size: 14px;
    }
    .event_info_con .tab_con .event_list_right .datelist .subject{
        min-width: 120px;
    }
    .event_info_con .tab_type2 .tab{
        padding:16px 0;
    }
    .event_info_con .tab_type2 .tab span{
        font-size: 14px;
    }

    .event_view_con .toptitle_left .text{
        font-size: 20px;
    }
    .event_view_con .toptitle_right .datelist{
        font-size: 14px;
    }
    .event_view_con .pageWrap .paging{
        font-size: 14px;
    }
    .event_view_con .pageWrap .paging{
        gap: 20px;
    }

    .event_regi_con .event_regi_content{
        width: calc(100% - 30px);
    }
    .event_regi_con .table_area .enter_info.flex_div dl{
        margin-bottom: 2.5%;
    }
    .event_regi_con .btnWrap{
        gap: 10px;
    }
    .event_regi_con .btnWrap .btn_type_add{
        width: auto;
        flex:1;
        font-size: 16px;
        height: 50px;
    }
    .event_regi_con .noticeWrap .notice_title{
        margin-bottom: 2.5%;
    }
    .event_regi_con .noticeWrap .notice_info{
        padding: 10px;
        font-size: 14px;
        max-height: 60px;
    }
    .event_regi_con .table_area .enter_info.flex_div dl dt{
        width:100px;
        font-size: 14px;
    }
    .event_regi_con .input_info{
        font-size: 13px;
    }
    .event_regi_con .table_area .enter_info.flex_div dl dd{
        margin-top:0;
    }
    .event_regi_con .form_input input{
        height: 40px;
    }
    .event_regi_con .form_input input::placeholder{
        font-size: 13px;
    }
    .event_regi_con .form_input.address a{
        height: 40px;
        line-height: 40px;
    }
    .event_regi_con .noticeWrap .form_radio input:checked + label{
        font-size: 14px;
    }
}

/*cms 상품안내_브랜드*/
.brand .contents ol {
    width: 1135px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 80px;
}
.brand .contents ol li {
    width: 505px;
    min-height: 590px;
    border-radius: 8px;
    background: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 120px;
    transform: translateY(200px);
    opacity: 0;
    transition: all 1.3s;
	position:relative;
    border: 1px solid rgba(221, 203, 151, 0.4);
    padding: 20px;
    border-radius: 20px;
}
.brand .contents ol li.active {
    opacity: 1;
    transform: translateY(0);
}
.brand .contents ol li:nth-of-type(2n) {
    margin-top: 180px;
}
.brand .contents ol li dt {
    margin: 45px auto 20px;
}
.brand .contents ol li > div{
    position: relative;
    width:100%;
    background: #FCFBF7;
    padding:20px 0;
}
.brand .contents ol li .img {
    width: 418px;
    height: 420px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
	background: #f4efe4;
}
.brand .contents ol li .img img {
    width:100%;
    height: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.brand .contents ol li .img:after{
	content: "";
    background: url(../images/img-sub-ribon.png) center center / cover no-repeat;
    width: 110px;
    height: 110px;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
}
.brand .contents ol li .card {
    background: #fff;
    width: 100%;
    min-height: 550px;
    border-radius: 10px;
    border: 1px solid #DDCB97;
    padding: 15px 20px;
}
.brand .contents ol li .card>img {
    width: 460px;
}
.brand .contents ol li .card .img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.brand .contents ol li .card .desc {
    text-align: center;
    margin: 60px 0 40px;
}
.brand .contents ol li .card .desc .con_tit+.con_mmtxt {
    margin-top: 30px;
}
@media all and (max-width: 1280px) {
	.brand .contents ol {width: 1000px;}
	.brand .contents ol li {width: 100%;}
	.brand .contents ol li .img {width: 90%; margin: 0 auto;}
}
@media all and (max-width: 1024px) {
	.brand .contents ol {width: 80%; justify-content: center;}
	.brand .contents ol li {margin-bottom: 80px;}
	.brand .contents ol li:nth-of-type(2n) {margin-top: 0;}
}
@media all and (max-width: 768px) {
	.brand .contents ol .tit .sub_tit {margin-top: 30px;}
	.brand .contents ol .tit p:first-of-type img {width: 190px;}
	.brand .contents ol {width: 90%;}
	.brand .contents ol li {margin-bottom: 40px;min-height: auto;}
	.brand .contents ol li .img img {width: 100%;}
	.brand .contents ol li dt {margin: 40px auto 20px;}
}

/*********임시 분양,공사,입주단지 ***/
.sub_body .subVisual{
    height: 314px;
    background: url("../images/sub_subVisual_bg.jpg") left center / cover no-repeat;
    margin-bottom: 60px;
    /* webview화면에서 최상단 빈공간 생기는 부분 주석처리(240701 jhj 수정) */
    /*margin-top: 100px;*/
}
.sub_body .subVisual .subVisual_text{
    font-size: 56px;
    font-family: "Pretendard-Bold";
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.sub_body .subVisual .btn_type1_add{
    color: #fff;
    background: #961E1E;
    font-family: "Pretendard-Medium";
    font-size: 16px;
    padding:10px 20px;
}

.sale_complex_list .list_type2 ul li{

}
/*231226_추가 -----시작 */
.sale_complex_list .list_type2 ul li > .info_div{
    padding:40px 40px 60px;
}
/*231226_추가 -----끝 */
.sale_complex_list .inner,
.apartment_list .inner{
    width: 1720px !important;
}
.sale_complex_list .srch_sec .cdt_sel.inner,
.apartment_list .srch_sec .cdt_sel.inner{
    width: 1280px !important;
}
.sale_complex_list .list_type2,
.apartment_list .list_type2{
    margin-top: 60px;
}
.sale_complex_list .list_type1.type2{
    margin: -181px 0 -200px;
}
.sale_complex_list .list_type2 ul,
.sale_complex_list .list_type1.type2 .for_flex,
.apartment_list .list_type2 ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:40px 20px;
    margin-bottom: 40px;
}
.sale_complex_list .list_type1.type2 .for_flex .item,
.sale_complex_list .list_type2 ul li,
.apartment_list .list_type2 ul li{
    margin:0 !important;
    width: auto;
}
.sale_complex_list .list_type1.type2 .for_flex .item:nth-of-type(3n),
.sale_complex_list .list_type1.type2 .for_flex .item:nth-of-type(3n-1),
.sale_complex_list .list_type1.type2 .for_flex .item:nth-of-type(3n-2),
.list_type2 ul li:nth-of-type(3n),
.list_type2 ul li:nth-of-type(3n-1),
.list_type2 ul li:nth-of-type(3n-2){
    transition-delay: unset;
}
.sale_complex_list .list_type1.type2 .for_flex .item:nth-of-type(4n+2),
.list_type2 ul li:nth-of-type(4n+2){
    transition-delay: 0.2s;
}
.sale_complex_list .list_type1.type2 .for_flex .item:nth-of-type(4n+3),
.list_type2 ul li:nth-of-type(4n+3){
    transition-delay: 0.3s;
}
.sale_complex_list .list_type1.type2 .for_flex .item:nth-of-type(4n),
.list_type2 ul li:nth-of-type(4n){
    transition-delay: 0.4s;
}
/*231226_추가 -----시작 */
.sale_complex_list .snsWrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
	position: absolute;
    right: 20px;
    bottom: 78px;
}
/*231226_추가 -----끝 */
.sale_complex_list .layer_pop .snsWrap{
    padding-top: 10px;
}
.sale_complex_list .snsWrap .sns_con{
    font-size: 14px;
    font-family: "Pretendard-Regular";
}
.sale_complex_list .snsWrap .sns_con::before{
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sale_complex_list .snsWrap .sns_con.--youtube{
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 32.5px;
}
.sale_complex_list .snsWrap .sns_con.--youtube::before{
    background: url(../images/sub_complex_ico_youtube.png) center center / cover no-repeat;
    width: 25px;
    height: 18px;
}

@media(max-width:1720px){
    .sale_complex_list .inner,
    .apartment_list .inner{
        width: 90% !important;
    }
    .sale_complex_list .list_type2 ul,
    .sale_complex_list .list_type1.type2 .for_flex,
    .apartment_list .list_type2 ul{
        grid-template-columns: repeat(3, 1fr);
    }
    .sale_complex_list .srch_sec .cdt_sel.inner,
    .apartment_list .srch_sec .cdt_sel.inner{
        width:1000px !important;
    }
    .sale_complex_list .list_type1.type2 .for_flex .item:nth-of-type(4n),
    .sale_complex_list .list_type1.type2 .for_flex .item:nth-of-type(4n+2),
    .sale_complex_list .list_type1.type2 .for_flex .item:nth-of-type(4n+3),
    .list_type2 ul li:nth-of-type(4n),
    .list_type2 ul li:nth-of-type(4n+1),
    .list_type2 ul li:nth-of-type(4n+2){
        transition-delay: unset;
    }
    .sale_complex_list .list_type1.type2 .for_flex .item:nth-of-type(3n+1),
    .list_type2 ul li:nth-of-type(4n+2){
        transition-delay: 0.2s;
    }
    .sale_complex_list .list_type1.type2 .for_flex .item:nth-of-type(3n+2),
    .list_type2 ul li:nth-of-type(4n+3){
        transition-delay: 0.3s;
    }
    .sale_complex_list .list_type1.type2 .for_flex .item:nth-of-type(3n),
    .list_type2 ul li:nth-of-type(4n){
        transition-delay: 0.4s;
    }
}
@media(max-width:1024px){
    .sale_complex_list .inner,
    .apartment_list .inner{
        width: 90% !important;
    }
    .sale_complex_list .srch_sec,
    .apartment_list .srch_sec{
        margin-top: 30px;
    }
    .sale_complex_list .srch_sec .cdt_sel.inner,
    .apartment_list .srch_sec .cdt_sel.inner{
        width:90% !important;
    }
    .sub_body .subVisual{
        /* webview화면에서 최상단 빈공간 생기는 부분 주석처리(240701 jhj 수정) */
        /*margin-top:86px;*/
        margin-bottom: 0;
        height: 200px;
    }
    .sale_complex_list .list_type2{
        margin-top: 30px;
    }
    .sale_complex_list .list_type1.type2{
        margin: -151px 0 -110px;
        padding: 234px 0 100px;
    }
    .sale_complex_list .list_type2 ul,
    .apartment_list .list_type2 ul{
        grid-template-columns: repeat(2, 1fr);
    }
    .sale_complex_list .list_type1.type2 .for_flex{
        grid-template-columns: repeat(1, 1fr);
    }
    .list_type2 ul li:nth-of-type(3n),
    .list_type2 ul li:nth-of-type(3n+1),
    .list_type2 ul li:nth-of-type(3n+2){
        transition-delay: unset;
    }
    .list_type2 ul li:nth-of-type(2n){
        transition-delay: 0.2s;
    }
    .sub_body .subVisual .subVisual_text{
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}
@media(max-width:768px){
    .sale_complex_list .list_type1.type2{
        margin: -203px 0 -110px;
    }
    .sub_body .subVisual .subVisual_text{
        font-size: 36px;
    }
    .sub_body .subVisual .btn_type1_add{
        font-size: 14px;
        padding:7.5px 20px;
    }
    .sale_complex_list .list_type2 ul,
    .apartment_list .list_type2 ul{
        grid-template-columns: repeat(1, 1fr);
    }
	.sale_complex_list .inner,
	.sale_complex_list .srch_sec .cdt_sel.inner,
	.apartment_list .inner,
	.apartment_list .srch_sec .cdt_sel.inner{
		width:94% !important;
	}
	/*231226_추가 -----시작 */
	.sale_complex_list .list_type2 ul li > .info_div{
		padding: 30px 30px 60px;
	}
	.sale_complex_list .snsWrap{
		right:30px;
	}
	/*231226_추가 -----끝 */
}


/*ios only*/
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .moveinNew_sec .mainbg{
        background-attachment: scroll !important;
    }
}