.mainwrapper{
    max-width: 100%;
}
#btnNavi{
    display: none;
}

body{
    background: #f1f1f1;
}

/*-----------------------------------------------
    secBgVideo
-----------------------------------------------*/
.secBgVideo{
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -0.5rem;
    transition: .5s ease-out;
    z-index: -1;
}
.secBgVideo.active{
    filter: blur(10px);
    opacity: 0.6;
}
.secBgVideo video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
@media only screen and (max-width:1215px){
    .secBgVideo{
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width:767px){
    .secBgVideo{
        max-width: none;
        top: 12%;
    }
    .secBgVideo.active{
        filter: blur(3px);
    }
    .secBgVideo .inVideo {
        position: relative;
        width: 100%;
        height: 105vw;
        max-height: 42rem;
    }
    .secBgVideo .inVideo:after{
        position: absolute;
        bottom: -109px;
        left: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(to bottom, rgb(241 241 241), transparent);
        content: "";
    }
    .secBgVideo video{
        top: -3.8rem;
    }
}

/* pnkz */
#pnkz{
    margin-top: 2.5rem;
}
#pnkz .boxList{
    padding-left: 4.5rem;
}
.secCmnPageTit .pageTit{
    padding: 2rem 0 4rem 4.5rem;
}
@media only screen and (max-width:1215px){
    #pnkz{
        margin-top: 0;
    }
    #pnkz .boxList{
        padding-left: 0;
    }
    .secCmnPageTit .pageTit{
        padding: 1.5rem 0;
    }
}
#header .wrapper{
    padding: 3rem 5.5rem;
}
#header .siteLogo{
    top: 2.1rem;
}
#header .vendorTitBox{
    display: flex;
}
#header .icon{
    width: 17.6rem;
    height: 2.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--loginBtnColor_gradient);
    color: var(--whiteColor);
    font-size: var(--pcFS11);
    font-weight: bold;
    border-radius: 1.4rem;
    margin-right: 1rem;
}
#header .txtHeader{
    margin-top: 0.5rem;
}
#header .siteLogo{
    gap: 1.4rem;
}
#header .boxLogin{
    display: flex;
    align-items: center;
    padding: 1.9rem 2.2rem;
    background: var(--whiteColor);
    border-radius: 1.5rem;
}
#header .boxName{
    display: flex;
    align-items: center;
    font-size: var(--pcFS13);
    position: relative;
    bottom: -0.1rem;
}
#header .nameTxt01{
    max-width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#header .nameTxt02{
    padding-left: 0.3rem;
}
#header .btnLogout{
    color: var(--linkColor);
    font-size: var(--pcFS12);
    margin-left: 4.5rem;
    flex-shrink: 0;
    position: relative;
}
#header .btnLogout::before{
    position: absolute;
    content: "|";
    left: -2.5rem;
    top: 0;
    color: var(--grayColor_2);
}
#header .headerBtn{
    position: relative;
    top: 2px;
}
@media only screen and (max-width:1215px){
    #header .wrapper{
        padding: 2.2rem 2rem 2rem;
        display: flex;
        align-items: flex-start;
    }
    #header .presentedLogo,
    #header .welcome{
        display: none;
    }
    #header .headerLogo{
        width: 100%;
        max-width: 100%;
        display: block;
    }
    #header .siteLogo{
        display: flex;
        justify-content: flex-start;
        width: auto;
        max-width: 100%;
        flex-direction: column;
        gap: 0;
    }
    #header .logo{
        max-width: 16.6rem;
        width: 100%;
        position: relative;
        bottom: -0.4rem;
    }
    #header .icon{
        width: 14rem;
        height: 2.2rem;
        font-size: var(--spFS9);
        font-weight: bold;
        border-radius: 1.1rem;
        margin: 1.5rem 0 0 0;
    }
    #header .boxLogin{
        padding: 0;
        background: transparent;
        flex-direction: column;
        align-items: flex-end;
        gap: 1rem;
    }
    #header .boxName{
        font-size: var(--spFS10);
        bottom: -0.1rem;
        border-radius: 0.5rem;
        background: var(--whiteColor);
        padding: 0.6rem 1rem;
    }
    #header .nameTxt01{
        max-width: 11rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #header .nameTxt02{
        padding-left: 0.3rem;
        white-space: nowrap;
    }
    #header .btnLogout{
        font-size: var(--spFS12);
        margin-left: 0;
    }
    #header .btnLogout::before{
        display: none;
    }
    #header .headerBtn{
        width: auto;
        position: relative;
        top: 2px;
    }
}
@media only screen and (max-width:360px){
    #header .nameTxt01 {
        max-width: 6rem;
        line-height: 2;
    }
}

#footer{
    margin-top: 15rem;
    border: none;
    text-align: center;
}
#footer #txtCopy{
    margin-top: 0;
}
#footer .mainwrapper{
    padding: 0 0 5rem;
}
@media only screen and (max-width:1215px){
    #footer{
        margin-top: 8rem;
    }
    #footer .mainwrapper{
        padding: 0 0 3rem;
    }
    #fNavi + #footer .mainwrapper{
        padding: 0 0 9rem;
    }
}

@media only screen and (max-width:1215px){
    #fNavi .naviList .naviItem{
        width: calc(100% / 3);
    }
    #fNavi .linkContact.lazyloaded .txtLink::before{
        background-image: url(../img/common/imgNavi07.png);
    }
    #fNavi .linkTel.lazyloaded .txtLink::before{
        background-image: url(../img/common/imgNavi08.png);
    }
}

.secCmnPageTit.btnTitle{
    display: flex;
}
.secCmnPageTit .btnTitleLink{
    width: 16rem;
    height: 5rem;
    background: var(--whiteColor);
    border: solid 0.1rem var( --contact_border_color);
    color: var(--textColor);
    font-size: var(--pcFS14);
    font-weight: bold;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 2.5rem;
    margin: 1.6rem 0 0 1.5rem;
    padding-left: 5rem;
}
.secCmnPageTit .btnTitleLink.list{
    background: url(../img/estate/iconList.png) left 1rem center / 3rem auto no-repeat var(--whiteColor);
}
.secCmnPageTit .btnTitleLink.map{
    background: url(../img/estate/iconMapSearch.png) left 1rem center / 3rem auto no-repeat var(--whiteColor);
}
@media only screen and (max-width:1215px){
    .secCmnPageTit.btnTitle{
        justify-content: space-between;
    }
    .secCmnPageTit .btnTitleLink{
        width: 12rem;
        height: 4rem;
        font-size: var(--spFS11);
        border-radius: 2rem;
        margin: 0.5rem 0 0;
        padding-left: 3.5rem;
    }
    .secCmnPageTit .btnTitleLink.list{
        background: url(../img/estate/iconList.png) left 0.6rem center / 2.4rem auto no-repeat var(--whiteColor);
    }
    .secCmnPageTit .btnTitleLink.map{
        background: url(../img/estate/iconMapSearch.png) left 0.6rem center / 2.4rem auto no-repeat var(--whiteColor);
    }
}
