@charset "utf-8";

/*-----------------------------------------------
    estate/form
-----------------------------------------------*/
#header {
    position: absolute;
    top: 0;
    left: 0;
    background-color: unset;
    z-index: 999;
    width: 100%;
    min-width: 1400px;
}
#header .imgLogo{
    width: 210px;
}
#header .headerInner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 60px);
    height: 120px;
    margin: 0 auto;
}
#header .headerInner .iconBack{
    color: #fff;
    width: 180px;
    height: 49px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: relative;
    padding-left: 25px;
}
#header .headerInner .iconBack:before{
    content: "";
    background: url(../img/estate_template/iconBack.png) center top / cover no-repeat;
    width: 13px;
    height: 12px;
    position: absolute;
    top: 16px;
    left: 32px;
}
.isTablet #header .headerInner .iconBack:before{
    left: 20px;
}
#container {
    padding-top: 0;
}
.secCmntitle {
    position: relative;
    width: 100%;
    height: 480px;
    background: url(../img/estate_template/bgFormTop.gif) center top / cover no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 205px;
}
.secCmntitle .titleName{
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 3px;
}
.secCmntitle .title {
    font-size: 42px;
    font-weight: bold;
    margin: 29px 0 35px;
}
.secCmntitle .titleEng {
    font-size: 14px;
    letter-spacing: 3px;
}
.secCmntitle .titleinner {
    padding-bottom: 30px;
    position: relative;
    width: 92%;
    margin: 0 auto;
}
.secCmntitle .titleinner:before{
    position: absolute;
    content: '';
    top: -112px;
    left: calc(50% - 37px);
    width: 74px;
    height: 74px;
    z-index: 1000;
    background: url(../img/estate_template/iconTopForm.png)center top / cover no-repeat;
}
.bgForm {
    background: none;
}
.mainWrapper{
    padding-top: 110px;
}
.secFormTable input[type="text"], .secFormTable input[type="tel"], .secFormTable input[type="email"], .secFormTable input[type="number"], .secFormTable input[type="password"], .secFormTable select, .secFormTable textarea {
    background: #f2f4f5;
    color: #001b3f;
}
.secFormTable input[type="checkbox"] + .txtInner::before {
    background: #f2f4f5;
}
.secFormTable .checkList {
    width: calc(100% - 41px);
    max-height: 230px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}
.secFormTable .checkList .checkItem{
    width: 220px;
}
.secFormTable .checkList .checkItem:nth-child(7) {
    margin-top: 0px;
}
.secFormTable .checkItem.txtLast {
    margin-top: 11px;
}
.secFormTable .zipBtn {
    margin-left: 0px;
}
.secFormTable .spanTel{
    position: relative;
    margin: 0px 16px;
}
.secFormTable .spanTel:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #cad1d9;
    top: 0px;
    right: -10px;
}
.secFormTable .boxZip {
    margin-top: 10px;
}
.secFormTable .boxZip.top {
    margin-top: 0px;
}
.secFormTable .txtNote.txtZip {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.571;
    letter-spacing: 0;
}
.secFormTable tr.lastTr {
    border-bottom: solid 1px #e6e6e6;
}
@media only screen and (max-width:767px){
    #header {
        width: 100%;
        min-width: auto;
    }
    #header .headerInner .iconBack {
        width: 130px;
        height: 35px;
        font-size: 10px;
    }
    #header .headerInfo {
        width: 104px;
        left: 0;
    }
    #header .headerInner {
        width: 92%;
        height: 54px;
    }
    #header .headerInner .iconBack:before {
        content: "";
        background: url(../img/estate_template/iconBack.png) center top / cover no-repeat;
        width: 9px;
        height: 8px;
        position: absolute;
        top: 11px;
        left: 20px;
    }
    .secCmntitle .titleinner:before {
        top: -45px;
        left: calc(50% - 23px);
        width: 47px;
        height: 47px;
    }
    .secCmntitle .titleName {
        font-size: 21px;
        letter-spacing: 0px;
    }
    .secCmntitle .title {
        font-size: 21px;
        margin: 14px 0 20px;
    }
    .secCmntitle {
        height: 290px;
        background: url(../img/estate_template/bgFormTop_sp.gif) center top / cover no-repeat;
        padding-top: 117px;
    }
    .secCmntitle .titleEng {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .mainWrapper {
        padding-top: 80px;
    }
    .secCmntitle .titleinner {
        padding-bottom: 0;
        padding-top: 20px;
    }
    .secFormTable .spanTel {
        margin: 0px 9px;
    }
    .secFormTable .spanTel:before {
        right: -5px;
        width: 9px;
    }
    .secFormTable .wsZip {
        width: calc(100% - 120px);
    }
    .secFormTable .txtNote.txtZip {
        font-size: 11px;
        margin-top: 10px;
        line-height: 1.636;
        letter-spacing: 0;
    }
    .secFormTable .checkList {
        width: 100%;
        max-height: 180px;
    }
    .secFormTable .checkList.spWrap .checkItem:nth-child(n+2)  {
        margin-top: 10px;
    }
    .secFormTable .checkList.spWrap .checkItem:nth-child(7) {
        margin-top: 0px;
    }
}

.secFormCon.co, 
.secFormCon.ok {
    margin-top: 0px;
}

/*-----------------------------------------------
    request
-----------------------------------------------*/
.mainWrapper.secRequest {
    padding-top: 0px;
}
.secRequestTop {
    background: #f2f4f5;
    padding: 80px 0 80px;
}
.secRequestTop .txtCon {
    display: flex;
    align-items: flex-end;
    margin-bottom: 26px;
}
.secRequestTop .tabTit {
    font-size: var(--pcFontSize16);
    position: relative;
    letter-spacing: 0.5px;
}
.secRequestTop .span40 {
    font-size: var(--pcFontSize40);
    padding-left: 1px;
    padding-right: 3px;
    font-weight: bold;
}
.secRequestTop .tabSubTit {
    font-size: var(--pcFontSize14);
    position: relative;
    letter-spacing: 0.5px;
    margin-left: 17px;
    padding-bottom: 7px;
}
.secRequestTop .areaList .listItem {
    width: 100%;
    position: relative;
    padding: 40px;
    min-height: 280px;
    border: 1px solid #001b3f;
    background: #fff;
}
.secRequestTop .areaList .boxSp {
    display: flex;
    align-items: center;
}
.secRequestTop .areaList .listItem:nth-child(n+2) {
    border-top: none;
}
.secRequestTop .boxTxt {
    margin-left: 40px;
    flex: 1;
    padding-right: 70px;
    width: calc(100% - 360px);
}
.secRequestTop .titInner {
    font-size: var(--pcFontSize20);
    position: relative;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secRequestTop .txtInner {
    font-size: var(--pcFontSize12);
    position: relative;
    letter-spacing: 0.5px;
    line-height: 2;
    margin-top: 10px;
}
.secRequestTop .boxRow {
    margin-top: 10px;
}
.secRequestTop .boxRow .txtPrice {
    font-size: var(--pcFontSize14);
    letter-spacing: 0.5px;
    color: #ac0008;
    font-weight: bold;
}
.secRequestTop .boxRow .txtRed {
    font-size: var(--pcFontSize26);
    letter-spacing: 0.5px;
    color: #ac0008;
    font-weight: bold;
    margin: 0 4px;
}
.secRequestTop .areaList .boxImg {
    height: 0;
    padding-top: 200px;
    width: 320px;
}
.secRequestTop .iconNew{
    width: 42px;
    height: 24px;
    background: #fac500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: #001b3f;
}
.secRequestTop .btnDelete{
    border-bottom: 1px solid #001b3f;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 37px;
    font-size: 12px;
    color: #001b3f;
    flex-direction: column;
}
.secRequestTop .txtDelete{
    margin-top: 5px;
    padding-bottom: 1px;
}
.secRequestTop .boxBtn{
    text-align: right;
    margin-top: 30px;
}
.secRequestTop .btnSelect{
    font-size: var(--pcFontSize14);
    letter-spacing: 0.5px;
    border-bottom: 1px solid #001b3f;
    display: inline;
}

.secRequest .secFormCon {
    margin-top: 110px;
}

@media only screen and (max-width:767px){
    .secRequest .secFormCon {
        margin-top: 74px;
    }
    .secRequestTop .span40 {
        font-size: var(--spFontSize26);
        padding-left: 1px;
        padding-right: 1px;
    }
    .secRequestTop .tabTit {
        font-size: var(--spFontSize13);
        letter-spacing: 0px;
    }
    .secRequestTop .tabSubTit {
        font-size: var(--spFontSize12);
        letter-spacing: 0px;
        margin-left: 4px;
        padding-bottom: 2px;
    }
    .secRequestTop .areaList .listItem {
        width: 100%;
        padding: 10px 10px 30px;
        min-height: auto;
        display: block;
    }
    .secRequestTop .boxTxt {
        padding-right: 0;
        width: calc(100% -(41.535% + 10px));
        margin-left: 10px;
    }
    .secRequestTop .titInner {
        font-size: var(--spFontSize14);
        letter-spacing: 0px;
    }
    .secRequestTop .areaList .boxImg {
        /* height: 0;
        padding-top: 22.95%;
        width: 36.83%; */
        height: 0;
        padding-top: 25.88%;
        width: 41.535%;
    }
    .secRequestTop .boxSp {
        display: flex;
        align-items: center;
    }
    .secRequestTop .boxRow .txtPrice {
        font-size: var(--spFontSize10);
        letter-spacing: 0px;
    }
    .secRequestTop .boxRow .txtRed {
        font-size: var(--spFontSize14);
        letter-spacing: 0px;
    }
    .secRequestTop .txtInner {
        font-size: var(--spFontSize12);
        position: relative;
        letter-spacing: 0px;
        line-height: 1.667;
        margin-top: 10px;
    }
    .secRequestTop .btnDelete {
        border-bottom: unset;
        display: flex;
        top: unset;
        bottom: 10px;
        transform: unset;
        right: 10px;
        font-size: 10px;
        color: #001b3f;
        flex-direction: row;
    }
    .secRequestTop .imgDelete {
        width: 11px;
        margin-right: 4px;
    }
    .secRequestTop .txtDelete {
        margin-top: 0px;
        padding-bottom: 1px;
        border-bottom: 1px solid #001b3f;
    }
    .secRequestTop .areaList .listItem:nth-child(n+2) {
        border-top: 1px solid #001b3f;
        margin-top: 15px;
    }
    .secRequestTop .iconNew {
        width: 28px;
        height: 15px;
        font-size: 10px;
    }
    .secRequestTop {
        padding: 27px 0 55px;
    }
    .secRequestTop .txtCon {
        margin-bottom: 16px;
    }
    .secRequestTop .boxBtn {
        text-align: center;
        margin-top: 30px;
    }
    .secRequestTop .btnSelect {
        font-size: var(--spFontSize12);
        letter-spacing: 0px;
        display: inline;
    }
}