@charset "utf-8";
#container{
    overflow: visible;
}
.secCmntitle{
    background-image: url(../img/land/imgTitle.jpg);
}
.secCmntitle .titleinner{
    padding-top: 25px;
}
.secCmntitle .titleEng{
    font-size: 80px;
    font-weight: 200;
}
@media only screen and (max-width:767px){
    .secCmntitle{
        background-image: url(../img/land/imgTitle_sp.jpg);
    }
    .secCmntitle .titleinner{
        padding-top: 20px;
    }
    .secCmntitle .titleEng{
        font-size: 46px;
    }
}
@media only screen and (max-width: 359px) {
    .noneTxt {
        font-size: 11px;
    }
}
.iconNew{
    font-size: 12px;
    color: #fff;
    background:#222222;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width:767px){
    .iconNew{
        font-size: 9px;
        width: 30px;
        height: 30px;
    }
}
/* secTag */
.secTag{
    margin-top: 50px;
    background-image: linear-gradient(to right, #797979 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left top;
    position: relative;
}
/* .secTag .topWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0 27px 30px;
} */
.secTag .tabTit{
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 0.5px;
    padding: 23px 350px 18px 30px;
}
.secTag .span40{
    font-size: 40px;
    padding-left: 6px;
}
.secTag .span20{
    font-size: 20px;
    padding-left: 8px;
}
.secTag .listCover{
    padding-top: 1px;
    background-image: linear-gradient(to right, #797979 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left top;
}
.secTag .flexBox{
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 17px 15px 17px 30px;
}
.secTag .boxSubList{
    padding: 9px 0 0 0;
}
.secTag .itemSub{
    display: inline-block;
    margin-right: 8px;
}
.secTag .categoryTxt{
    font-size: 14px;
    display: inline-block;
    line-height: 1.5;
    color: #222;
    text-decoration: none;
}
.secTag .btnRight{
    display: flex;
    position: absolute;
    right: 0;
    top: 28px;
}
.secTag .reset{
    font-size: 14px;
    width: 120px;
    height: 46px;
    border-radius: 23px;
    border: 1px solid #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #222;
    margin-left: 10px;
}


.secTag .inner .btnbox{
    width: 180px;
}
.secTag .inner .btnbox.none{
    opacity: 0;
    pointer-events: none;
    cursor: none;
    z-index: -1;
}
.secTag .inner .btnbox .btn{
    width: 100%;
    border-radius: 23px;
    background: #222;
    cursor: pointer;
    font-size:14px;
    line-height: 1.5;
    color: #fff;
    padding: 12.5px 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
}
.secTag .inner .btnbox .btn .inbtn{
    position: relative;
}
.secTag .inner .btnbox .btn .inbtn::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: -40px;
    top: calc(50% - 7px);
}
.secTag .inner .btnbox .btn .inbtn.lazyloaded::before{
    background: url(../img/works/iconBtn02.gif) center top / cover;
}

@media only screen and (max-width:767px){
    .secTag{
        margin-top: 27px;
        background-size: 2px 1px;
    }
    .secTag .topWrapper{
        display: block;
    }
    .secTag .tabTit{
        font-size: 13px;
        letter-spacing: 0.5px;
        padding: 13px 0 0;
    }
    .secTag .span40{
        font-size: 24px;
        padding-left: 0px;
    }
    .secTag .span20{
        font-size: 16px;
        padding-left: 6px;
    }
    .secTag .listCover{
        padding-top: 1px;
        background-size: 2px 1px;
        margin-top: 10px;
    }
    .secTag .flexBox{
        display: block;
        padding: 0;
        background: #fff;
    }
    .secTag .boxSubList{
        padding: 12px 15px 12px;
        background: #f7f7f7;
    }
    .secTag .itemSub{
        margin-right: 3px;
    }
    .secTag .categoryTxt{
        font-size: 12px;
    }
    .secTag .btnRight{
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .secTag .reset{
        font-size: 12px;
        width: 95px;
        height: 40px;
        border-radius: 20px;
        margin-left: 10px;
    }


    .secTag .inner .btnbox{
        width: 180px;
    }
    .secTag .inner .btnbox.none{
        opacity: 0;
        pointer-events: none;
        cursor: none;
        z-index: -1;
    }
    .secTag .inner .btnbox .btn{
        width: 100%;
        border-radius: 20px;
        font-size:12px;
        padding: 11px 0;
    }
    .secTag .inner .btnbox .btn .inbtn{
        position: relative;
    }
    .secTag .inner .btnbox .btn .inbtn::before{
        width: 12px;
        height: 12px;
        left: -47px;
        top: calc(50% - 6px);
    }
}
.secDiscovery{
    flex-shrink: 0;
    padding-left: 20px;
}
.secDiscovery .boxForm,
.secDiscovery .boxFormItem{
    display: flex;
    align-items: center;
}
.secDiscovery .txtSearch{
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-right: 10px;
}
.secDiscovery .inputBox select{
    min-width: 220px;
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
    border: none;
    border-radius: 3px;
    background: #fff;
    font-family: inherit;
}
@media only screen and (max-width:767px){
    .secDiscovery{
        flex-shrink: 0;
        padding-left: 0;
        margin-top: 30px;
    }
    .secDiscovery .boxForm,
    .secDiscovery .boxFormItem{
        display: flex;
        align-items: center;
        width: 100%;
    }
    .secDiscovery .txtSearch{
        font-size: 12px;
        letter-spacing: normal;
        margin-right: 10px;
        flex-shrink: 0;
    }
    .secDiscovery .inputBox{
        width: 100%;
    }
    .secDiscovery .inputBox select{
        min-width: 100%;
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
        border: none;
        border-radius: 3px;
        background: #f7f7f7;
        border-bottom: solid 1px #d9d9d9;
        font-family: inherit;
    }
}



/*-----------------------------------------------
	popup
-----------------------------------------------*/
#popup {
    display: none;
    position: relative;
    z-index: 99999;
}
#popup .overlay {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(34, 34, 34, 1);
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: blur(8px);
    filter: blur(8px);
}
#popup .popupContainer {
    display: table;
    width: 100%;
    height: 100vh;
}
#popup .popupContents {
    display: table-cell;
}
#popup .popupMain {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    #popup {
        display: none;
        position: relative;
        z-index: 99999;
    }
    #popup .overlay {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background: rgba(34, 34, 34, 0.8);
        position: absolute;
        top: 0;
        left: 0;

    }
    #popup .popupContainer {
        display: table;
        width: 100%;
        height: 100vh;
    }
    #popup .popupContents {
        display: table-cell;
    }
    #popup .popupMain {
        width: 100%;
        margin: 0 auto;
    }
}

.secPopup {
    position: relative;
    width: 100%;
    border-radius: 0px;
    background: #fff;
}
/* secPopup */
.secPopup {
    display: none;
    position: relative;
}
@media only screen and (max-width:1540px) {
    .secPopup {
        width: 100vw;
    }
}
@media only screen and (max-width:767px) {
    .secPopup {
        position: relative;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        background: #fff;
    }
    /* secPopup */
    .secPopup {
        display: none;
        position: relative;
    }
}

.secPopup .btnClose {
    position: absolute;
    top: 23px;
    right: 25px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    pointer-events: all;
    cursor: pointer;
    border: 1px solid;
    border-color:#222;
    transition-duration: 0.2s;
    z-index: 10;
}

.secPopup .btnClose::after,
.secPopup .btnClose::before {
    content: "";
    position: absolute;
    background-color: #222;
    transition-duration: 0.2s;
}
.secPopup .btnClose::after {
    width: 1px;
    height: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(55deg);
}
.secPopup .btnClose::before {
    width: 16px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(30deg);
}
.secPopupItem .onbox {
    border: none;
}
@media only screen and (max-width:767px){
    .secPopup .btnClose {
        top: 10px;
        right: 10px;
        width: 31px;
        height: 31px;
    }
    .secPopup .btnClose::after {
        width: 1px;
        height: 11px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
    }
    .secPopup .btnClose::before {
        width: 11px;
        height: 1px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(35deg);
    }
  
}


/* secPopupItem */
.secPopupItem{
    padding: 50px 0 0;
}
.secPopupItem .onbox{
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 32px;
}
.secPopupItem .tit{
    font-size: 18px;
    font-weight: bold;
    padding-left: 27px;
    position: relative;
}
.secPopupItem .tit::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: -1px;
    top: calc(50% - 7px);
}
.secPopupItem .tit.lazyloaded::before{
    background: url(../img/works/iconBtn01.png) center top / cover;
}
.secPopupItem .tit::after{
    position: absolute;
    content: "";
    width: 134px;
    height: 1px;
    bottom: -33px;
    left: -1px;
    background: #222;
}
.secPopupItem.listCover{
    padding-top: 1px;
}
.secPopupItem.boxSubList{
    padding: 26px 30px 27px;
    background: #f7f7f7;
}
.secPopupItem.itemSub{
    display: inline-block;
    margin-right: 8px;
}
.secPopupItem.categoryTxt{
    font-size: 14px;
    display: inline-block;
    line-height: 1.5;
    color: #222;
    text-decoration: none;
}
.secPopupItem.btnRight{
    display: flex;
}
.secPopupItem.reset{
    font-size: 14px;
    width: 120px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #222;
    margin-left: 10px;
    background: #fff;
}
.secPopupItem.btnInner{
    width: 220px;
    background: #222222;
    border-radius: 28px;
    height: 56px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: relative;
}
.secPopupItem.btnInner::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: 30px;
    top: calc(50% - 7px);
}
.secPopupItem.btnInner.lazyloaded::before {
    background: url(../img/works/iconBtn02.gif) center top / cover;
}
.secPopupItem .btnInner.spOnly{
    display: none;
}
.secPopupItem .tagInnerBox {
    display: flex;
    align-items: center;
    padding: 28px 0;
    background-image: linear-gradient(to right, #797979 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.secPopupItem .tagInnerBox:last-child{
    background: none;
}
.secPopupItem .tagTit{
    font-size: 14px;
    font-weight: bold;
    width: 150px;
}
.secPopupItem .tag {
    flex: 1;
}
.secPopupItem .catalogBox{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: -15px;
}
.secPopupItem .catalog{
    margin-right: 5px;
    margin: 5px 10px 0 0;
}
.secPopupItem .item{
    display: block;
    min-width: 100px;
    min-height: 44px;
}
.secPopupItem .catalog label{
    cursor: pointer;
}
.secPopupItem .txt{
    font-size: 14px;
    line-height: 1.71;
    margin-top: 9px;
    display: block;
}
.secPopupItem .catalog input[type="checkbox"]{
    visibility: hidden;
    display: none;
}
.secPopupItem .innerTxt{
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
    letter-spacing: 1px;
    border-radius: 3px;
    background: #f7f7f7;
    display: block;
    text-align: center;
}
.secPopupItem .catalog input[type="checkbox"]:checked + .item .innerTxt{
    background: #ffed82;
}
.secPopupItem .backBox{
    background: #f7f7f7;
    border-radius: 0px 0px 10px 10px;
}
.secPopupItem .topWrapper{
    display: flex;
    align-items: center;
    padding: 35px 0 39px 0px;
}
.secPopupItem .tabTit{
    font-size: 16px;
    position: relative;
    letter-spacing: 0.5px;
    padding-right: 30px;
}
.secPopupItem .span40{
    font-size: 40px;
    padding-left: 6px;
}
.secPopupItem .span20{
    font-size: 20px;
    padding-left: 8px;
}
.secPopupItem .listCover{
    padding-top: 1px;
}
.secPopupItem .boxSubList{
    padding: 26px 30px 27px;
    background: #f7f7f7;
}
.secPopupItem .itemSub{
    display: inline-block;
    margin-right: 8px;
}
.secPopupItem .categoryTxt{
    font-size: 14px;
    display: inline-block;
    line-height: 1.5;
    color: #222;
    text-decoration: none;
}
.secPopupItem .btnRight{
    display: flex;
}
.secPopupItem .reset{
    font-size: 14px;
    width: 120px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #222;
    margin-left: 10px;
    background: #fff;
}
.secPopupItem .btnInner{
    width: 220px;
    background: #222222;
    border-radius: 28px;
    height: 56px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: relative;
    margin-left: auto;
}
.secPopupItem .btnInner::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: 30px;
    top: calc(50% - 7px);
}
.secPopupItem .btnInner.lazyloaded::before {
    background: url(../img/works/iconBtn02.gif) center top / cover;
}
.secPopupItem .btnInner.spOnly{
    display: none;
}

@media only screen and (max-width:1540px){
    .secPopupItem .catalog {
            margin: 15px 15px 0 0;
        }
    .secPopupItem .item {
            min-width: 80px;
            min-height: 24px;
        }
    .secPopupItem .btnOff, .secPopupItem .btnOn {
            padding: 7px;
        }
    }
@media only screen and (max-width:767px){
    .secPopupItem{
        padding: 40px 0 0;
        margin-top: 50px;
    }
    .secPopupItem .onbox{
        padding-bottom: 20px;
    }
    .secPopupItem .tit{
        font-size: 14px;
        padding-left: 45px;
    }
    .secPopupItem .tit::before{
        width: 14px;
        height: 14px;
        left: 20px;
        top: calc(50% - 7px);
    }
    .secPopupItem .tit::after{
        width: 50px;
        bottom: -21px;
        left: 20px;
    }
    .secPopupItem .listCover{
        padding-top: 1px;
    }
    .secPopupItem .boxSubList{
        padding: 26px 30px 27px;
        background: #f7f7f7;
    }
    .secPopupItem .itemSub{
        display: inline-block;
        margin-right: 8px;
    }
    .secPopupItem .categoryTxt{
        font-size: 14px;
        display: inline-block;
        line-height: 1.5;
        color: #222;
        text-decoration: none;
    }
    .secPopupItem.btnRight{
        display: flex;
    }

    .secPopupItem .tagInnerBox {
        display: block;
        padding: 18px 0 21px;
        background-size: 2px 1px;
    }
    .secPopupItem .tagTit{
        width: 100%;
        font-size: 13px;
        margin-right: 0px;
    }
    .secPopupItem .catalogBox {
        margin-top: 10px;
    }
    .secPopupItem .catalog{
        min-width: 70px;
        margin-right: 5px;
        margin: 5px 5px 0 0;
    }
    .secPopupItem .item{
        min-width: 70px;
        min-height: 32px;
    }
    .secPopupItem .catalog label{
        cursor: pointer;
    }
    .secPopupItem .innerTxt{
        display: block;
    }
    .secPopupItem .txt{
        font-size: 14px;
        line-height: 1.71;
        margin-top: 9px;
        display: block;
    }
    .secPopupItem .catalog input[type="checkbox"]{
        visibility: hidden;
        display: none;
    }
    .secPopupItem .btnOff,
    .secPopupItem .btnOn{
        padding: 10.5px 11px;
        font-size:11px;
        letter-spacing: 1px;
    }
    .secPopupItem .backBox {
        padding-bottom: 13px;
        border-radius: 0px;
    }
    .secPopupItem .topWrapper{
        display: flex;
        flex-wrap: wrap;
        padding: 19px 0 15px 0px;
    }
    .secPopupItem .tabTit{
        font-size: 13px;
        letter-spacing: 0.5px;
        order: 1;
        flex-shrink: 0;
    }
    .secPopupItem .span40{
        font-size: 24px;
        padding-left: 0px;
    }
    .secPopupItem .span20{
        font-size: 16px;
        padding-left: 6px;
    }
    .secPopupItem .listCover{
        padding-top: 1px;
    }
    .secPopupItem .boxSubList{
        padding: 26px 30px 27px;
    }
    .secPopupItem .categoryTxt{
        font-size: 14px;
        display: inline-block;
        line-height: 1.5;
        color: #222;
        text-decoration: none;
    }
    .secPopupItem .btnRight{
        display: block;
    }
    .secPopupItem .reset{
        font-size: 12px;
        width: 95px;
        height: 40px;
        border-radius: 20px;
        margin-left: 10px;
        order: 2;
        margin-left: auto;
        flex-shrink: 0;
    }
    .secPopupItem .btnInner{
        width: 100%;
        border-radius: 20px;
        height: 40px;
        font-size: 13px;
        order: 3;
        margin-top: 16px;
    }
    .secPopupItem .btnInner::before{
        left: 20px;
    }
    .secPopupItem .btnInner.spNone{
        display: none;
    }
    .secPopupItem .btnInner.spOnly{
        display: flex;
    }

}
.secPopupItem .radioBox{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.secPopupItem .radioItem{
    margin: 12px 15px 12px 0;
}
.secPopupItem .labelRadio{
    position: relative;
    display: inline-block;
    line-height: 1;
}
.secPopupItem .innerRadio{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.secPopupItem .innerRadio::before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f7f7f7;
    margin: 0 10px 0 0;
}
.secPopupItem input[type="radio"]:checked + .innerRadio::after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffed82;
    position: absolute;
    top: 0;
    left: 0;
}
.secPopupItem input[type="radio"] {
    visibility: hidden;
    position: absolute;
    margin: 0;
}
@media only screen and (max-width:767px){
    .secPopupItem .radioBox{
        margin-top: 10px;
    }
    .secPopupItem .radioItem{
        margin: 5px 13px 0 0;
    }
    .secPopupItem .labelRadio{
        position: relative;
        display: inline-block;
        line-height: 1;
    }
    .secPopupItem .innerRadio{
        display: inline-flex;
        align-items: center;
        font-size: 11px;
    }
    .secPopupItem .innerRadio::before{
        width: 21px;
        height: 21px;
        margin: 0 5px 0 0;
    }
    .secPopupItem input[type="radio"]:checked + .innerRadio::after{
        width: 21px;
        height: 21px;
    }
}
/* secLandTop */
.secLandTop{
    margin-top: 70px;
}
.secLandTop .topTit{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
}
.secLandTop .txtBox{
    margin-top: 32px;
}
.secLandTop .titBox{
    border: solid 1px #222222;
    background: #fff;
    text-align: center;
    padding: 22px;
    position: relative;
    cursor: pointer;
}
.secLandTop .titBox::after,
.secLandTop .titBox::before{
    content: "";
    background: #222;
    width: 19px;
    height: 1px;
    position: absolute;
    right: 19px;
    top: calc(50% - 1px);
    display: block;
    transition: all 0.4s ease;
    z-index: 1;
}
.secLandTop .titBox:after {
    transform: rotate(90deg);
}
.secLandTop .titBox.opened:after {
    transform: rotate(360deg);
}
.secLandTop .tit{
    font-size: 16px;
    line-height: 1.5;
}
.secLandTop .flexBoxCover{
    display: none;
}
.secLandTop .flexBox{
    display: flex;
    background: #f7f7f7;
    padding: 38px 100px 0;
}
.secLandTop .leftBox{
    flex-shrink: 0;
}
.secLandTop .list{
    width: calc(100% - 266px);
    padding: 11px 0 0 60px;
}
.secLandTop .item{
    display: flex;
}
.secLandTop .item:nth-child(n+2){
    margin-top: 20px;
}
.secLandTop .number{
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: solid 1px #222222;
    background: #ffed82;
}
.secLandTop .txt{
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.625;
    width: calc(100% - 32px);
    padding: 2px 0 0 10px;
}
@media only screen and (max-width:767px){
    .secLandTop{
        margin-top: 37px;
    }
    .secLandTop .topTit{
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1.71;
    }
    .secLandTop .txtBox{
        margin-top: 18px;
    }
    .secLandTop .titBox{
        padding: 11px 25px;
    }
    .secLandTop .titBox::after,
    .secLandTop .titBox::before{
        width: 9px;
        height: 1px;
        right: 14px;
        top: calc(50% - 1px);
    }
    .secLandTop .tit{
        font-size: 14px;
    }
    .secLandTop .flexBox{
        display: block;
        padding: 20px 20px 20px 20px;
    }
    .secLandTop .leftBox{
        display: none;
    }
    .secLandTop .list{
        width: 100%;
        padding: 0;
    }
    .secLandTop .item{
        display: flex;
    }
    .secLandTop .item:nth-child(n+2){
        margin-top: 11px;
    }
    .secLandTop .number{
        font-size: 12px;
        width: 24px;
        height: 24px;
    }
    .secLandTop .txt{
        font-size: 12px;
        letter-spacing: normal;
        line-height: 1.5;
        width: calc(100% - 24px);
        padding: 2px 0 0 8px;
    }
}
@media only screen and (max-width:359px){
    .secLandTop .tit{
        font-size: 12px;
    }
}
/* secSoil */
.secSoil{
    margin-top: 80px;
}
.secSoil .topIcon{
    text-align: center;
}
.secSoil .topTit{
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 1.95;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
}
.secSoil .txt{
    font-size: 11px;
    text-align: center;
    margin-top: 17px;
}
@media only screen and (max-width:767px){
    .secSoil{
        margin-top: 35px;
    }
    .secSoil .topIcon{
        width: 30px;
        margin: 0 auto;
    }
    .secSoil .topTit{
        font-size: 17px;
        letter-spacing: normal;
        line-height: 1.6;
        margin-top: 14px;
    }
    .secSoil .txt{
        font-size: 11px;
        line-height: 1.45;
        text-align: left;
        margin-top: 13px;
        display: flex;
        justify-content: center;
    }
}
/* secLand */
.secLand{
    margin-top: 70px; 
    margin-bottom: 200px;
}
.secLand .list{
    display: flex;
    flex-wrap: wrap;
}
.secLand .item{
    width: 30.52%;
    margin-right: 4.22%;
    position: relative;
    height: auto;
    padding-bottom: 86px;
}
.secLand .item:nth-child(3n){
    margin-right: 0;
}
.secLand .item:nth-child(n+4){
    margin-top: 80px;
}
.secLand .inner{
    display: block;
    text-decoration: none;
    color: #222222;
    height: auto;
}
.secLand .links{
    display: block;
}
.secLand .imgBox{
    position: relative;
}
.secLand .img{
    padding-top: 68.086%;
}
.secLand .iconNew{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.secLand .listTag{
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 10;
    background: #fff;
    display: flex;
    padding: 3px;
    border-radius: 17px;
    width: 100px;
    height: 34px;
}
.secLand .itemTag{
    width: 50%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 14px;
    cursor: pointer;
}
.secLand .itemTag.active{
    background: #ffed82;
}
.secLand .titFlex{
    margin-top: 20px;
    display: flex;
}
.secLand .tag{
    flex-shrink: 0;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 15px;
    text-align: center;
    margin-right: 10px;
    min-width: 60px;
}
.secLand .tag.tag01{
    background: #f4f0e0;
} 
.secLand .tag.tag02{
    background: #e0edf4;
} 
.secLand .tit{
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secLand .mainTit{
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 3px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height:calc((24px * 1.5) * 2);
    margin-top: 12px;
}
.secLand .moneyTit{
    color: #cb0000;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.secLand .number{
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.secLand .moneyIcon{
    font-size: 16px;
    font-weight: bold;
    margin: 0 3px;
}
.secLand .moneyTxt{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 3px;
    position: relative;
    top: -2px;
}
.secLand .subTxtBox{
    margin-top: 7px;
}
.secLand .subTxt{
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secLand .btnList{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.secLand .btnItem{
    width: 46.809%;
}
.secLand .btnItem:nth-child(2){
    margin-left: 2.128%;
}
.secLand .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    background: #222222;
    color: #fff;
    position: relative;
}
.secLand .btnItem:nth-child(2) .btnInner{
    background: #fff;
    color: #222222;
    border: solid 1px #222222;
}
.secLand .btnInner::after{
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 6px;
    height: 6px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    right: 20px;
}
.secLand .btnItem:nth-child(2) .btnInner::after{
    color: #222222;
}
.secLand .endBox{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.851);
    color: #fff;
}
.secLand .endTit{
    font-size: 22px;
    font-weight: bold;
}
.secLand .endTxt{
    font-size: 14px;
    margin-top: 25px;
}
.isDesktopIpad .secLand .endTxt{
    font-size: 10px;
}
.secLand .imgSection{
    display: none;
}
.secLand .imgSection:only-child,.secLand .imgPhoto:only-child{
    display: block;
}
@media only screen and (max-width:767px){
    .secLand{
        margin-top: 30px; 
        margin-bottom: 100px;
    }
    .secLand .list{
        display: block;
    }
    .secLand .item{
        width: 100%;
        margin-right: 0;
        padding-bottom: 40px;
        background: linear-gradient(to right, #797979, #797979 1px, transparent 1px, transparent 2px) left bottom / 2px 1px repeat-x;
    }
    .secLand .item:nth-child(3n){
        margin-right: 0;
    }
    .secLand .item:nth-child(n+2){
        margin-top: 40px;
    }
    .secLand .iconNew{
        top: 10px;
        left: 10px;
    }
    .secLand .listTag{
        bottom: 10px;
        right: 10px;
        padding: 3px;
        border-radius: 14px;
        width: 80px;
        height: 28px;
    }
    .secLand .itemTag{
        width: 50%;
        height: 22px;
        font-size: 11px;
        border-radius: 11px;
    }
    .secLand .titFlex{
        margin-top: 20px;
    }
    .secLand .tag{
        font-size: 10px;
        padding: 3.5px 5px;
        margin-right: 10px;
        min-width: 40px;
    }
    .secLand .tit{
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: normal;
    }
    .secLand .mainTit{
        font-size: 20px;
        letter-spacing: normal;
        margin-top: 8px;
        max-height:calc((20px * 1.5) * 2);
    }
    .secLand .moneyTit{
        margin-top: 5px;
    }
    .secLand .number{
        font-size: 22px;
        letter-spacing: normal;
    }
    .secLand .moneyIcon{
        font-size: 14px;
        margin: 0 3px;
    }
    .secLand .moneyTxt{
        font-size: 14px;
        margin: 0 0 0 3px;
        top: -1px;
    }
    .secLand .subTxtBox{
        margin-top: 3px;
    }
    .secLand .subTxt{
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: normal;
    }
    .secLand .btnList{
        position: static;
        margin-top: 17px;
    }
    .secLand .btnItem{
        width: 45.672%;
    }
    .secLand .btnItem:nth-child(2){
        margin-left: 2.687%;
    }
    .secLand .btnInner{
        height: 54px;
        border-radius: 27px;
        font-size: 13px;
    }
    .secLand .btnInner::after{
        width: 6px;
        height: 6px;
        right: 20px;
    }
    .secLand .endTit{
        font-size: 18px;
    }
    .secLand .endTxt{
        font-size: 12px;
        margin-top: 16px;
    }
}
@media only screen and (max-width:359px){
    .secLand .endTxt{
        font-size: 10px;
    }
}
  
/*-----------------------------------------------
    details
-----------------------------------------------*/
.secDetailstitle{
    background-image: url(../img/land/detailsTitle.jpg);
}
@media only screen and (max-width:767px){
    .secDetailstitle{
        background-image: url(../img/land/detailsTitle_sp.jpg);
    }
}
/* secDetailsTop */
.secDetailsTop{
    margin-top: 110px;
}
.secDetailsTop .flexBox{
    display: flex;
    align-items: center;
    position: relative;
}
.secDetailsTop .imgBox{
    width: 700px;
    position: relative;
}
.secDetailsTop .imgCenter{
    text-align: center;
}
.secDetailsTop .imgCenter img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.secDetailsTop .iconNew{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    width: 50px;
    height: 50px;
    font-size: 13px;
}
.secDetailsTop .txtBox{
    width: calc(100% - 700px);
    padding: 40px 0 0 60px;
}
.secDetailsTop .txtBox:first-child{
    padding: 70px 0 0 0;
}
.secDetailsTop .titFlex{
    display: flex;
}
.secDetailsTop .tag{
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.5;
    padding: 7.5px 15px;
    text-align: center;
    margin-right: 15px;
    min-width: 58px;
}
.secDetailsTop .tag.tag01{
    background: #f4f0e0;
} 
.secDetailsTop .tag.tag02{
    background: #e0edf4;
} 
.secDetailsTop .tit{
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.secDetailsTop .mainTit{
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 4px;
    font-weight: bold;
    margin-top: 15px;
}
.secDetailsTop .moneyTit{
    color: #cb0000;
    margin-top: 15px;
}
.secDetailsTop .number{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}
.secDetailsTop .moneyIcon{
    font-size: 18px;
    font-weight: bold;
    margin: 0 3px;
}
.secDetailsTop .moneyTxt{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 3px;
    position: relative;
    top: -1px;
}
.secDetailsTop .subTxtBox{
    margin-top: 22px;
}
.secDetailsTop .subTxt{
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.5px;
}
.secDetailsTop .mapInner{
    text-decoration: underline;
    color: #006699;
    text-underline-offset: 3px;
}
.secDetailsTop .btnBox{
    width: 380px;
    margin-top: 24px;
}
.secDetailsTop .btnInner{
    position: relative;
    border-radius: 40px;
    background: #ffed82;
    color: #222222;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80px;
    font-size: 16px;
    font-weight: bold;
}
.secDetailsTop .btnInner.lazyloaded{
    background: url(../img/land/iconPagerPrev.gif) center right 30px / 8px auto no-repeat #ffed82;;
}
.secDetailsTop .btnTxt{
    position: relative;
    padding-left: 30px;
}
.secDetailsTop .btnTxt::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 16px;
    top: calc(50% - 8px);
    left: 0;
}
.secDetailsTop .btnTxt.lazyloaded::after{
    background: url(../img/land/iconPagerPrev02.gif) center top / cover;
}
@media only screen and (max-width:767px){
    .secDetailsTop{
        margin-top: 40px;
    }
    .secDetailsTop .flexBox{
        display: block;
    }
    .secDetailsTop .imgBox{
        width: 100%;
    }
    .secDetailsTop .iconNew{
        width: 30px;
        height: 30px;
        font-size: 9px;
    }
    .secDetailsTop .txtBox{
        width: 100%;
        padding: 0;
    }
    .secDetailsTop .txtBox:first-child{
        padding: 0;
    }
    .secDetailsTop .txtInner{
        padding: 20px 20px 25px;
        background: #f7f7f7;
    }
    .secDetailsTop .txtBox:first-child .txtInner{
        padding: 48px 20px 25px;
    }
    .secDetailsTop .txtBox:first-child + .iconNew{
        left: 20px;
    }
    .secDetailsTop .tag{
        font-size: 10px;
        line-height: 1.5;
        padding: 3.5px 10px;
        margin-right: 10px;
        min-width: 40px;
    }
    .secDetailsTop .tit{
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: 0.5px;
    }
    .secDetailsTop .mainTit{
        font-size: 20px;
        letter-spacing: normal;
        margin-top: 8px;
    }
    .secDetailsTop .moneyTit{
        margin-top: 12px;
    }
    .secDetailsTop .number{
        font-size: 22px;
        letter-spacing: normal;
    }
    .secDetailsTop .moneyIcon{
        font-size: 14px;
        margin: 0 3px;
    }
    .secDetailsTop .moneyTxt{
        font-size: 14px;
        margin: 0 0 0 3px;
        top: -2px;
    }
    .secDetailsTop .subTxtBox{
        margin-top: 8px;
    }
    .secDetailsTop .subTxt{
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: 0.5px;
    }
    .secDetailsTop .mapInner{
        text-underline-offset: 3px;
    }
    .secDetailsTop .btnBox{
        width: calc(100% - 40px);
        margin: 30px auto 0;
    }
    .secDetailsTop .btnInner{
        border-radius: 35px;
        height: 70px;
        font-size: 15px;
    }
    .secDetailsTop .btnInner.lazyloaded{
        background: url(../img/land/iconPagerPrev.gif) center right 30px / 8px auto no-repeat #ffed82;;
    }
    .secDetailsTop .btnTxt{
        padding-left: 30px;
    }
    .secDetailsTop .btnTxt::after{
        left: 0;
    }
}
/* secDetailsBoxtop */
.secDetailsBoxtop{
    margin-top: 150px;
}
@media only screen and (max-width:767px){
    .secDetailsBoxtop{
        margin-top: 60px;
    }
}
/* secCmnDetailsTit */
.secCmnDetailsTit{
    padding-bottom: 20px;
    border-bottom: solid 1px #222222;
}
.secCmnDetailsTit .cmnDetailsTit{
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 15px;
    border-left: solid 5px #222222;
}
@media only screen and (max-width:767px){
    .secCmnDetailsTit{
        padding-bottom: 8px;
    }
    .secCmnDetailsTit .cmnDetailsTit{
        font-size: 15px;
        line-height: 2;
        padding-left: 10px;
        border-left: solid 4px #222222;
    }
}
/* secDetailsGallery */
.secDetailsGallery{
    position: relative;
}
.secDetailsGallery .secCmnDetailsTit .cmnDetailsTit{
    font-size: 28px;
    letter-spacing: 2px;
    padding-left: 20px;
    line-height: 1.28;
    font-weight: 500;
}
.secDetailsGallery .boxSlider{
    margin-top: 30px;
}
.secDetailsGallery .swiper{
    overflow: visible;
}
.secDetailsGallery .swiper-wrapper{
    flex-wrap: wrap;
}
.secDetailsGallery .swiper-slide{
    width: 18.334%;
    margin-right: 2.0825%;
}
.secDetailsGallery .swiper-slide:nth-child(5n){
    margin-right: 0;
}
.secDetailsGallery .swiper-slide:nth-child(n+6){
    margin-top: 2.0825%;
}
.secDetailsGallery .inner{
    display: block;
}
.secDetailsGallery .img{
    padding-top: 66.364%;
}
.secDetailsGallery .swiper-button-prev,
.secDetailsGallery .swiper-button-next,
.secDetailsGallery .swiper-pagination{
    display: none;
}
.secDetailsGallery .tapTit{
    font-size: 11px;
    text-align: right;
    margin-top: 20px;
}
.secDetailsGallery .tapTxt{
    position: relative;
}
.secDetailsGallery .tapTxt::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: -15px;
    top: calc(50% - 4px);
}
.secDetailsGallery .tapTxt.lazyloaded::before{
    background: url(../img/land/iconTap01.gif) center top / cover;
}
@media only screen and (max-width:767px){
    .secDetailsGallery .secCmnDetailsTit .cmnDetailsTit{
        font-size: 20px;
        letter-spacing: normal;
        line-height: 1.5;
        font-weight: 500;
        padding-left: 10px;
    }
    .secDetailsGallery .boxSlider{
        margin-top: 22px;
        overflow: hidden;
    }
    .secDetailsGallery .swiper{
        overflow: visible;
        width: 85.6%;
        position: relative;
    }
    .secDetailsGallery .swiper-wrapper{
        flex-wrap: nowrap;
    }
    .secDetailsGallery .swiper-slide{
        width: 100%;
        margin-right: auto;
    }
    .secDetailsGallery .swiper-slide:nth-child(5n){
        margin-right: auto;
    }
    .secDetailsGallery .swiper-slide:nth-child(n+6){
        margin-top: 0;
    }
    .secDetailsGallery .inner{
        display: block;
    }
    .secDetailsGallery .img{
        padding-top: 66.364%;
    }
    .secDetailsGallery .swiper-button-prev,
    .secDetailsGallery .swiper-button-next{
        display: block;
        width: 25px;
        height: 25px;
        top: calc(50% - 12.5px);
        margin: auto;
    }
    .secDetailsGallery .swiper-button-prev::after,
    .secDetailsGallery .swiper-button-next::after{
        display: none;
    }
    .secDetailsGallery .swiper-button-prev.lazyloaded{
        background: url(../img/land/iconPrev.png) center top / cover;
        left: -12.5px;
    }
    .secDetailsGallery .swiper-button-next.lazyloaded{
        background: url(../img/land/iconNext.png) center top / cover;
        right: -12.5px;
    }
    .secDetailsGallery .swiper-pagination{
        display: block;
        font-size: 10px;
        color: #fff;
        background: rgba(34, 34, 34, 0.6);
        border-radius: 10px;
        width: auto;
        min-width: 40px;
        right: 8px;
        left: auto;
        bottom: 8px;
        padding: 5px;
    }
    .secDetailsGallery .tapTit{
        font-size: 10px;
        letter-spacing:0;
        position: absolute;
        right: 4%;
        top: 0;
        margin-top: 12px;
    }
    .secDetailsGallery .tapTxt::before{
        left: -12px;
    }
}
/* secEntry */
.secEntry{
    margin-top: 70px;
}
.secEntry .entry{
    margin-top: 30px;
}
@media only screen and (max-width:767px){
    .secEntry{
        margin-top: 60px;
    }
    .secEntry .entry{
        margin-top: 20px;
    }
}
/* secDetailsSection */
.secDetailsSection{
    margin-top: 93px;
}
.secDetailsSection .mainBox{
    margin-top: 30px;
}
.secDetailsSection .floorImgBox{
    border: solid 1px #e5e5e5;
    padding: 49px 373.5px;
}
.secDetailsSection .floorImg{
    padding-top: 84.258%;
}
.secDetailsSection .floorImgBox + .list{
    border-top: none;
}
.secDetailsSection .list{
    border: solid 1px #e5e5e5;
    border-bottom: none;
}
.secDetailsSection .item{
    display: flex;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    border-bottom: solid 1px #e5e5e5;
}
.secDetailsSection .item02{
    color: rgba(34, 34, 34, 0.302);
}
.secDetailsSection .leftTit{
    width: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 58px;
}
.secDetailsSection .item:first-child .leftTit{
    background: #f7f7f7;
}
.secDetailsSection .subList{
    width: calc(100% - 178px);
    display: flex;
}
.secDetailsSection .subItem{
    width: calc(100% / 3);
    border-left: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 58px;
}
.secDetailsSection .item:first-child .subItem{
    background: #f7f7f7;
}
.secDetailsSection .number{
    font-size: 18px;
    position: relative;
    top: -1px;
}
@media only screen and (max-width:767px){
    .secDetailsSection{
        margin-top: 55px;
    }
    .secDetailsSection .mainBox{
        margin-top: 20px;
    }
    .secDetailsSection .floorImgBox{
        border: none;
        padding: 0;
    }
    .secDetailsSection .floorImgBox + .list{
        border: solid 1px #e5e5e5;
        border-bottom: none;
    }
    .secDetailsSection .list{
        border: solid 1px #e5e5e5;
        border-bottom: none;
        margin-top: 20px;
    }
    .secDetailsSection .item{
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: normal;
    }
    .secDetailsSection .leftTit{
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        min-height: 33px;
    }
    .secDetailsSection .subList{
        width: calc(100% - 25%);
    }
    .secDetailsSection .subItem{
        padding: 5px;
        min-height: 33px;
    }
    .secDetailsSection .number{
        font-size: 12px;
        position: relative;
        top: -1px;
    }
}
/* secDetailsPro */
.secDetailsPro{
    margin-top: 100px;
}
.secDetailsPro .listBox{
    margin-top: 30px;
}
.secDetailsPro .list{
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #e5e5e5;
    border-bottom: none;
    border-left: none;
}
.secDetailsPro .item{
    width: 50%;
    display: flex;
    height: auto;
    border-bottom: solid 1px #e5e5e5;
}
.secDetailsPro .list.sale .land01{
    display: none;
}
.secDetailsPro .list.land .land02{
    display: none;
}
.secDetailsPro .item.w100{
    width: 100%;
}
.secDetailsPro .tit,
.secDetailsPro .txt{
    font-size: 15px;
    line-height: 1.5;
    border-left: solid 1px #e5e5e5;
    padding: 22.75px 19px;
    display: flex;
    align-items: center;
}
.secDetailsPro .tit{
    width: 120px;
    background: #f7f7f7;
}
.secDetailsPro .txt{
    width: calc(100% - 150px);
}
.secDetailsPro .mapInner{
    text-decoration: underline;
    color: #006699;
    text-underline-offset: 3px;
}
@media only screen and (max-width:767px){
    .secDetailsPro{
        margin-top: 60px;
    }
    .secDetailsPro .listBox{
        margin-top: 20px;
    }
    .secDetailsPro .list{
        display: block;
    }
    .secDetailsPro .item{
        width: 100%;
    }
    .secDetailsPro .tit,
    .secDetailsPro .txt{
        font-size: 12px;
        line-height: 1.5;
        padding: 10px 4px;
    }
    .secDetailsPro .tit{
        width: 70px;
    }
    .secDetailsPro .txt{
        width: calc(100% - 70px);
        padding: 10px;
    }
}
/* secDetailsMent */
.secDetailsMent{
    margin-top: 100px;
}
.secDetailsMent .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.secDetailsMent .item{
    width: 22%;
    margin-right: 4%;
}
.secDetailsMent .item:nth-child(4n){
    margin-right: 0;
}
.secDetailsMent .item:nth-child(n+5){
    margin-top: 35px;
}
.secDetailsMent .img{
    padding-top: 66.667%;
}
.secDetailsMent .txtBox{
    margin-top: 22px;
}
.secDetailsMent .tit{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
@media only screen and (max-width:767px){
    .secDetailsMent{
        margin-top: 60px;
    }
    .secDetailsMent .list{
        margin-top: 20px;
    }
    .secDetailsMent .item{
        width: calc(50% - 2.5px);
        margin-right: 5px;
    }
    .secDetailsMent .item:nth-child(2n){
        margin-right: 0;
    }
    .secDetailsMent .item:nth-child(n+3){
        margin-top: 16px;
    }
    .secDetailsMent .txtBox{
        margin-top: 9px;
    }
    .secDetailsMent .tit{
        font-size: 12px;
        letter-spacing: normal;
    }
}
/* secMap */
.secMap{
    margin-top: 75px;
    height: 500px;
}
.secMap .wrapperMap{
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:767px){
    .secMap{
        height: 103.467vw;
        margin-top: 40px;
    }
}
.secMap .poi-info-window{
    padding: 12px;
}
.secMap .gm-style .gm-style-iw-c{
    border-radius: 5px !important;
    padding: 0 !important;
    overflow: visible !important;
    max-width: none !important;
    top: -20px !important;
    left: 170px !important;
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.4) !important;
}
.secMap .gm-style .gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
}
.secMap .gm-style .gm-style-iw-c button:hover {
    opacity: 0.8 !important;
}
.secMap .gm-style-moc{
    display: none !important;
}
.secMap .gm-style .gm-style-iw-t::after {
    display: none;
}
.secMap .gm-style .gm-style-iw-chr{
    height: 0;
}
.secMap .gm-style-iw-ch{
    padding: 0;
}
.secMap .gm-style .gm-style-iw-tc{
    display: none;
}
.secMap .gm-ui-hover-effect{
    z-index: 10;
    background: #fff !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 5px;
    right: 5px;
}
.secMap .gm-ui-hover-effect>span{
    background: #222222 !important;
    width: 15px !important;
    height: 15px !important;
    margin: auto !important;
}
@media only screen and (max-width:767px){
    .secMap .gm-style .gm-style-iw-c{
        left: 0 !important;
        top: -15px !important;
    }
    .secMap .gm-ui-hover-effect{
        width: 21px !important;
        height: 21px !important;
        top: -8px;
        right: -5px;
    }
    .secMap .gm-ui-hover-effect>span{
        background: #222222 !important;
        width: 12px !important;
        height: 12px !important;
    }
}

/* secMapPopup */
.secMapPopup{
    width: 420px;
    position: relative;
}
.secMapPopup .inner{
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    color: #222222;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.secMapPopup .inner::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: calc(50% - 180px);
    bottom: -19px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #fff;
}
.secMapPopup .imgBox{
    width: 161px;
}
.secMapPopup .img{
    padding-top: 68.323%;
}
.secMapPopup .boxTxt{
    width: calc(100% - 161px);
    padding: 0 0 0 15px;
}
.secMapPopup .tit{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.6px;
}
.secMapPopup .subTxtBox{
    margin-top: 3px;
}
.secMapPopup .subTxt{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secMapPopup{
        width: 305px;
    }
    .secMapPopup .inner::after{
        left: calc(50% - 10px);
    }
    .secMapPopup .imgBox{
        width: 124px;
    }
    .secMapPopup .boxTxt{
        width: calc(100% - 124px);
        padding: 0 0 0 10px;
    }
    .secMapPopup .tit{
        font-size: 12px;
        text-align: left;
    }
    .secMapPopup .subTxtBox{
        margin-top: 5px;
    }
    .secMapPopup .subTxt{
        font-size: 10px;
        text-align: left;
        letter-spacing: 0px;
        margin-top: 0;
    }
}
/* secForm */
.secForm{
    margin-top: 150px;
}
.secForm th.pl55{
    padding-left: 55px;
}
@media only screen and (max-width:767px){
    .secForm{
        margin-top: 85px;
    }
    .secForm th.pl55{
        padding-left: 0;
        flex-direction: row;
    }
}


/* secTel */
.secTel{
    margin-top: 100px;
}
.secTel .telBox{
    width: 600px;
    margin: 0 auto;
    border: 1px solid #222;
   
}
.secTel .inner{
    height: 100%;
    text-decoration: none;
    color: #222;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 91px 0 51px;
    border-bottom: 8px solid #f7f7f7;
}
.secTel .inner::before{
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    left: calc(50% - 14px);
    top: 39px;
}
.secTel .inner.lazyloaded::before{
    background: url(../img/event/iconTel01.gif) center top / cover;
}
.secTel .top{
    font-size: 18px;
    letter-spacing: 1px;
}
.secTel .num{
    font-size: 40px;
    margin-top: 20px;
    letter-spacing: 1.5px;
}
.secTel .tit{
    font-size: 15px;
    margin-top: 11px;
    letter-spacing: 1.5px;
}
.secTel .txt{
    font-size: 13px;
    margin-top: 21px;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
    .secTel{
        margin-top: 70px;
    }
    .secTel .telBox{
        width: 100%;
    }
    .secTel .inner{
        height: 100%;
        padding: 60px 0 41px;
        border-bottom: 5px solid #f7f7f7;
    }
    .secTel .inner::before{
        width: 20px;
        height: 19px;
        left: calc(50% - 10px);
        top: 39px;
    }
    .secTel .top{
        font-size: 14px;
        letter-spacing: 0px;
    }
    .secTel .num{
        font-size: 30px;
        margin-top: 10px;
        letter-spacing: 1px;
    }
    .secTel .tit{
        font-size: 11px;
        margin-top: 8px;
        letter-spacing: 0.5px;
    }
    .secTel .txt{
        font-size: 11px;
        margin-top: 9px;
        letter-spacing: 0px;
    }
    .secTel .boxTxt{
        font-size: 11px;
        width: 225px;
        margin: 19px auto 0;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #222;
    }
}


/* secCmnDetailsBtn */
.secCmnDetailsBtnCover{
    margin-top: 70px;
    margin-bottom: 200px;
    padding-top: 70px;
    background: linear-gradient(to right, #797979, #797979 1px, transparent 1px, transparent 4px) left top / 4px 1px repeat-x;
}
.secCmnDetailsBtn{
    width: 240px;
    margin: 0 auto;
}
.secCmnDetailsBtn .btnInner{
    height: 60px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    border: solid 1px #222;
    overflow: hidden;
    position: relative;
}
.secCmnDetailsBtn .btnInner::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    transition: transform 0.75s cubic-bezier(.23,1,.32,1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
}
.secCmnDetailsBtn .btnInner::after{
    position: absolute;
    content: "";
    width: 11px;
    height: 10px;
    left: 29px;
    top: calc(50% - 5px);
    z-index: 3;
}
.secCmnDetailsBtn .btnInner.lazyloaded::after{
    background: url(../img/common/iconArrow.png) left center / cover;
}
.secCmnDetailsBtn .txtBtn{
    color: #000;
    z-index: 2;
    position: relative;
}
/* hover */
.secCmnDetailsBtn .btnInner:hover{
    border: 1px solid #fff;
}
.secCmnDetailsBtn .btnInner:hover::before{
    transform-origin: left top;
    transform: scale(1, 1);
    /* border: 1px solid #fff; */
}
.secCmnDetailsBtn .btnInner.lazyloaded:hover::after{
    background: url(../img/common/iconArrow_white.png) left center / cover;
}
.secCmnDetailsBtn .btnInner:hover .txtBtn{
    color: #fff;
}
@media only screen and (max-width:767px){
    .secCmnDetailsBtnCover{
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 100px;
        background: linear-gradient(to right, #797979, #797979 1px, transparent 1px, transparent 2px) left top / 2px 1px repeat-x;
    }
    /* secCmnDetailsBtn */
    .secCmnDetailsBtn{
        width: 245px;
        margin: 0 auto;
    }
    .secCmnDetailsBtn .btnInner{
        height: 54px;
        border-radius: 27px;
        font-size: 13px;
    }
    .secCmnDetailsBtn .btnInner::before{
        border-radius: 27px;
    }
    .secCmnDetailsBtn .btnInner::after{
        width: 10px;
        height: 9px;
        top: calc(50% - 4.5px);
    }
}

/* secDetailsFloor */
.secDetailsFloor{
    margin-top: 100px;
}
.secDetailsFloor .list{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.secDetailsFloor .item{
    width: calc(50% - 10px);
    margin-right: 20px;
}
.secDetailsFloor .item:nth-child(2n),
.secDetailsFloor .item:last-child{
    margin-right: 0;
}
.secDetailsFloor .item:nth-child(n+3){
    margin-top: 20px;
}
.secDetailsFloor .inner{
    border: solid 1px #e5e5e5;
    display: block;
    padding: 50px;
    pointer-events: none;
}
.secDetailsFloor .img{
    padding-top: 107.649%;
}
@media only screen and (max-width:767px){
    .secDetailsFloor{
        position: relative;
        margin-top: 60px;
    }
    .secDetailsFloor .list{
        margin-top: 20px;
        display: block;
    }
    .secDetailsFloor .item{
        width: 100%;
        margin-right: 0;
    }
    .secDetailsFloor .item:nth-child(n+2){
        margin-top: 10px;
    }
    .secDetailsFloor .inner{
        padding: 10px;
        pointer-events: unset;
    }
    .secDetailsFloor .img{
        padding-top: 107.779%;
    }
    .secDetailsFloor .tapTit{
        font-size: 10px;
        letter-spacing:0;
        text-align: right;
        position: absolute;
        right: -1%;
        top: 0;
        margin-top: 10px;
    }
    .secDetailsFloor .tapTxt{
        position: relative;
    }
    .secDetailsFloor .tapTxt::before{
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        left: -12px;
        top: calc(50% - 4px);
    }
    .secDetailsFloor .tapTxt.lazyloaded::before{
        background: url(../img/land/iconTap01.gif) center top / cover;
    }
}
/* secDetailsFeatures */
.secDetailsFeatures{
    margin-top: 100px;
    position: relative;
}
.secDetailsFeatures .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.secDetailsFeatures .item{
    width: 22%;
    margin-right: 4%;
}
.secDetailsFeatures .item:nth-child(4n){
    margin-right: 0;
}
.secDetailsFeatures .item:nth-child(n+5){
    margin-top: 35px;
}
.secDetailsFeatures .inner{
    display: block;
    /* pointer-events: none; */
}
.secDetailsFeatures .img{
    padding-top: 66.667%;
}
.secDetailsFeatures .txtBox{
    margin-top: 20px;
}
.secDetailsFeatures .tit{
    font-size: 15px;
    line-height: 1.73;
}
.secDetailsFeatures .btnBox{
    display: none;
}
@media only screen and (max-width:767px){
    .secDetailsFeatures{
        margin-top: 60px;
    }
    .secDetailsFeatures .list{
        margin-top: 20px;
    }
    .secDetailsFeatures .list:not(.active) .item:nth-child(n+11){
        display: none;
    }
    .secDetailsFeatures .item{
        width: calc(50% - 7.5px);
        margin-right: 15px;
    }
    .secDetailsFeatures .item:nth-child(2n){
        margin-right: 0;
    }
    .secDetailsFeatures .item:nth-child(n+3){
        margin-top: 16px;
    }
    .secDetailsFeatures .inner{
        pointer-events: unset;
    }
    .secDetailsFeatures .txtBox{
        margin-top: 8px;
    }
    .secDetailsFeatures .tit{
        font-size: 12px;
        line-height: 1.66;
    }
    .secDetailsFeatures .tapTit{
        font-size: 10px;
        letter-spacing:0;
        text-align: right;
        position: absolute;
        right: -1%;
        top: 0;
        margin-top: 10px;
    }
    .secDetailsFeatures .tapTxt{
        position: relative;
    }
    .secDetailsFeatures .tapTxt::before{
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        left: -12px;
        top: calc(50% - 4px);
    }
    .secDetailsFeatures .tapTxt.lazyloaded::before{
        background: url(../img/land/iconTap01.gif) center top / cover;
    }
    .secDetailsFeatures .btnBox{
        display: block;
        width: 165px;
        margin: 27px auto 0;
    }
    .secDetailsFeatures .btnInner{
        height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 19.5px;
        color: #fff;
        background: #222222;
        font-size: 11px;
        font-weight: bold;
    }
    .secDetailsFeatures .btnTxt{
        position: relative;
        padding-left: 15px;
    }
    .secDetailsFeatures .btnTxt::after,
    .secDetailsFeatures .btnTxt::before{
        position: absolute;
        content: "";
        width: 9px;
        height: 1px;
        left: 0;
        top: calc(50% - 0.5px);
        background: #fff;
    }
    .secDetailsFeatures .btnTxt::before{
        transform: rotate(90deg);
    }
}

.isDesktopIpad .secForm td.landName{
    padding: 30px 0;
    font-size: 16px;
    line-height: 26px;
}
/* 241121 */
.secMapPopup .linktxt{
    display:block;
    margin-top: 3px;
    text-align: left;
}
.secMapPopup .links{
    text-decoration: underline;
    font-size: 12px;
    line-height: 1.33;
    font-weight: bold;
    color: #006699;
    display: inline-block;
}