*{margin: 0;padding: 0;vertical-align: top;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body, th, td, input, select, textarea, button {font-family:'Spoqa Han Sans Neo', sans-serif, serif,"NanumSquare","Dotum", Arial, Tahoma;color: #444;-webkit-text-size-adjust: none;font-size: 13px;}
:lang(en){font-family:"Spoqa Han Sans Neo";}
a{vertical-align: top;text-decoration: none;}
ul,ol,dl,li,dd,dt{list-style:none;}
button{cursor:pointer; border: 0;}
button:focus {outline:0;}
input:focus {outline:0;}
input{vertical-align:middle;}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset!important;}
input:-webkit-autofill { transition: background-color 5000s ease-in-out 0s;}
input[type="text"],input[type="password"]{-webkit-appearance: none;}
input[type="password"]{font-family:"Dotum", Arial, Tahoma, sans-serif, serif;}

.new-popup-container {position: relative;width: 100%; height: 100%;}
/* 팝업 폼 1 (버튼하나) */
.new-popup-form  {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 30px 30px;
    width: 500px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    z-index: 5000;
}
/* 상단닫기없는 미니버전 */
.new-popup-form.mini {
    width: 420px;
    padding: 30px;
}
/* 상단닫기없는 미니버전 */
.js-dark-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    z-index: 4000;
}
.popup__btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    background: url("/static/_images/common/new_close_gray.png")no-repeat;
    background-size: 36px 36px;
    text-indent: -9999px;
}
.popup__btn-close.except {
    width: 34px;
    height: 34px;
    background: url("/static/_images/common/btn/close/icon_arrow-close-24px.png")center no-repeat;
    background-size: 24px;
}
.popup__text-title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #212529;
}
.popup__text-title.list-type {
    font-size: 26px;
    line-height: 38px;
    text-align: left;
}
.popup__text-subtitle {
    margin: 10px 0 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #495057;
}
.popup__text-subtitle.list-type {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}
.popup__text-subtitle.list-type-background {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 500;
}
.popup__text-subtitle.list-type-background:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/static/_images/common/icon/important_icon-black-20px.png")center no-repeat;
    background-size: 20px;
    vertical-align: text-top;
}
.popup__text-subtitle.list-type:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/static/_images/common/icon/important_icon-black-24px.png") no-repeat center;
    background-size: 24px;
    vertical-align: bottom;
}
.popup__text-subtitle .focus {color: #1362FB;font-weight: 500;}

.popup__text-subtitle--red {color: #FF0000;font-weight: 500;line-height: 22px;}
.popup__btn--blue {
    background: #1362FB;
    color: #fff;
    padding: 15px 0;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.popup__btn--grayborder {
    background: #fff;
    border: 1px solid #CED4DA;
    color: #343A40;
    padding: 14px 0;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.popup__btn--gray.active {background: #1362FB;color: #fff;}
.popup__btn--gray {
    background: #E9ECEF;
    color: #ADB5BD;
    padding: 15px 0;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.popup__btn__box {margin-top: 30px; font-size: 0;}
.popup__btn__box button:nth-child(1) {
    margin-right: 15px;
}
.popup__btn--blue.single-btn {
    width: 100%;
}
.popup__btn--blue.double-btn {
    width: calc(100% /2 - 15px/2);
}
.popup__btn--grayborder.double-btn {
    width: calc(100% /2 - 15px/2);
}
.popup__btn--gray.double-btn {
    width: calc(100% /2 - 15px/2);
}
.popup__text-link {
    margin-top: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #F39324;
    background: #fff;
    text-decoration: underline;
}
.new-popup-form__list {
    margin-top: 15px;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    text-align: left;
}
.new-popup-form__list.gray-background {
    margin: 20px 0;
    padding: 16px;
    background: #F8F9FA;
}
/* 저장하기 팝업(예외) */
.popup-form__remove-position  {
    position: relative;
    padding: 40px 30px 30px;
    width: 500px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    z-index: 5000;
}
.popup-form__textarea {
    margin: 25px 0 10px;
    width: 100%;
    height: 140px;
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    color: #aaa;
    resize: none;
}
.popup-form__textarea:focus {
    outline:#333;
}
/* 저장하기 팝업(예외) */
/* 메일인증 알림(예외) */
.popup-form__remove-position .input_area {
    margin-top: 20px;
}
.popup-form__remove-position .input_area .input {
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    border:1px solid #ccc;
}
/*.new-popup-form__remove-position.exception {height: auto !important;}*/
/* 팝업 가운데 보내기 예외 */
.popup-form__remove-position.exception {top: 50% !important; left: 50% !important; transform: translate(-50%, -50%);}

/* 리스트형, 기능구현하는 팝업유형 */
.popup-form__remove-position.notice {text-align: left;}
.popup__text-title.notice {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 38px;
    color:#333;
    font-weight: 700;
}
.popup__text-subtitle__box .infor {
    text-indent: -9999px;
    background: url("/static/_images/common/infor-icon.png") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin-right:5px;
    display: inline-block;
    vertical-align: top;
}
.popup__text-info-title:before {
    content: '';
    background: url("/static/_images/common/infor-icon.png") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin-right:5px;
    display: inline-block;
    vertical-align: top;
}
.popup__text-info-title {
    width: 93%;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    color:#333;
    font-weight: 500;
}
.popup__text-subtitle__box {
    margin-bottom: 15px;
}
.popup__list__wrap {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.popup__list__wrap-box {margin-bottom: 10px; color: #666; font-size: 14px; line-height: 20px;}
.popup__list__wrap .popup__list__txt {width: 95%; display: inline-block;}
.popup__list__wrap .list_dot{
    margin-right: 5px;
}
.popup__btn--blue.notice {
    font-size: 18px;
    line-height: 26px;
    padding: 12px 0;
}
.popup__btn--grayborder.notice {
    font-size: 18px;
    line-height: 26px;
    padding: 11px 0;
}
.popup__btn--grayborder.notice {
    font-size: 18px;
    line-height: 26px;
    padding: 11px 0;
}
.function__wrap {
    position: relative;
    margin-top:30px;
    padding: 10px 0;
}
.notice__txt {font-size: 16px; font-weight: 500; line-height: 24px;}
.notice__txt .notice--red {color: #FF1D1D;}
.function__btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px 20px;
    background: #1362FB;
    border-radius: 8px;
    color: #F8F9FA;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
}
/* 리스트형, 기능구현하는 팝업유형 */
.warning-box {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #429E15;
}
.warning-box:before {
    content: '';
    background: url("/static/_images/common/success-icon.png") no-repeat;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    margin-right:5px;
    display: inline-block;
    vertical-align: top;
}
/* popup common */
.common-popup__layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5000;
}
.common-popup__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.common-dark-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
}

/* buildit welcome popup */
.popup-buidlit-welcome__container {
    border-radius: 8px;
    overflow: hidden;
}

.popup-buidlit-welcome__container .bx-wrapper {
    height: 100%;
}

.popup-buidlit-welcome__container .bx-viewport {
    height: 100% !important;
}

.popup-buidlit-welcome__content {
    display: block;
    width: 640px;
    height: 620px;
    background: no-repeat center;
    background-size: 640px 620px;
    cursor: pointer;
}

.popup-buidlit-welcome__wrap--btn::after {
    content: "";
    display: block;
    clear: both;
}

.popup-buidlit-welcome__wrap--btn button {
    float: left;
    display: block;
    width: 50%;
    padding: 18px 0;
    background: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #868E96;
    border: none;
}

.popup-buidlit-welcome__wrap--btn .popup-buidlit-welcome__btn--days {
    border-right: 1px solid #E9ECEF;
}

.popup-buidlit-welcome__wrap--btn .popup-buidlit-welcome__btn--close {
    color: #212529;
}
/* 팝업개발기능 */
.popup-setting__content {
    position: relative;
    width: 640px;
    height: 620px;
    background: #ffffff;
}
.popup-setting__content .bx-prev {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0, -50%);
    width: 48px;
    height: 48px;
    border-radius: 90px;
    background: url("/static/_images/popup/arrow-left-pc-24px.png") #E6E6E6 center no-repeat;
    background-size: 24px;
    box-shadow: 0px 6px 6px 0px #00000033;
    opacity: 0.5;
    z-index: 100;
}
.popup-setting__content .bx-next {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
    width: 48px;
    height: 48px;
    border-radius: 90px;
    background: url("/static/_images/popup/arrow-right-pc-24px.png") #E6E6E6 center no-repeat;
    background-size: 24px;
    box-shadow: 0px 6px 6px 0px #00000033;
    opacity: 0.5;
    z-index: 100;
}
.popup-setting__content .bx-wrapper .bx-pager {
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
}
.popup-setting__content .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff;
    opacity: 0.7;
    margin-right: 6px;
}
.popup-setting__content .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #ffffff;
    opacity: 1;
}
/* 소유주 등록 */
.new-popup-form.except {
    padding: 48px 28px 28px;
    border-radius: 12px;
}
.sale-save-goods__popup-icon {
    display: inline-block;
    margin-bottom: 12px;
    width: 80px;
    height: 80px;
    background: url("/static/_images/common/icon/icon_sale-goods-80px.png")center no-repeat;
    background-size: 80px;
}
.sale-save-goods__popup-title--pink {
    margin: 12px 0 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #FB278D;
}
.sale-save-goods__popup-title {
    margin: 4px 0 12px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #212529;
}
.sale-save-goods__popup-subtitle {
    margin: 12px 0 28px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #868E96;
}
.sale-save-goods__popup-list {
    margin-top: 28px;
    text-align: left;
}
.sale-save-goods__popup-item {
    position: relative;
    margin-bottom: 12px;
    padding: 16px;
    border: 1px solid #495057;
    border-radius: 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #495057;
}
.sale-save-goods__popup-item:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    background: url("/static/_images/common/btn/arrow/icon_arrow_right-12px.png")center no-repeat;
    background-size: 16px;
}
.sale-save-goods__popup-item:last-child {
    margin-bottom: 0;
}
.sale-save-goods__popup-item-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #212529;
}
.new-popup-form__item {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #495057;
}
.new-popup-form__item:last-child {
    margin-bottom: 0;
}
.new-popup-form__item.list-type-background {
    margin: 10px 0 0 0;
    font-size: 13px;
    color: #868E96;
}
.new-popup-form__item.list-type-background:last-child {
    margin-top: 0;
}
.popup-certification__wrap {
    position: relative;
    margin: 30px 0;
    padding: 10px 0;
}
.popup-certification__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #868E96;
    text-align: left;
}
.popup-certification__text span {
    color: #FB133A;
    line-height: 24px;
}
.popup-certification__btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 24px;
    border-radius: 8px;
    font-weight: 700;
    color: #F8F9FA;
    background: #1362FB;
}
/* 소유주 매물 등록취소 팝업*/
.popup__text-title.sale-cancel {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
}
.popup-radio-list {
    text-align: left;
}
.popup-radio-list li {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #212529;
}
.popup-radio-list li:last-child {
    margin-bottom: 0;
}
.popup-radio-list__icon {
    margin-right: 16px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/static/_images/common/btn/radio/icon_radio-default-28px.png")center no-repeat;
    background-size: 28px;
    cursor: pointer;
}
.popup-radio-list__icon.active {
    background: url("/static/_images/common/btn/radio/icon_radio-checked-28px.png")center no-repeat;
    background-size: 28px;
}

.owner-register-confirm-info-popup table{
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse;
    border-top: 2px solid #CACFD2;
    border-bottom: 2px solid #CACFD2;
}

.owner-register-confirm-info-popup table tbody th {
    padding: 10px 20px;
    background: #F2F3F4;
    border-bottom: 1px solid #CACFD2;
    border-right: 1px solid #CACFD2;
}

.owner-register-confirm-info-popup table tbody td {
    padding: 10px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #CACFD2;
}

.owner-register-confirm-info-popup .sub-text {
    margin-top: 7px;
    font-size: 14px;
    font-weight: normal;
}

.sub-text.first {
    margin-top: 0px;
}

/* 수신설정 팝업 토글스위치 */
.ad_agree_popup {
    z-index: 5000;
    padding: 40px 30px 30px;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: #fff;
    border-radius: 8px;
    text-align: left;
}
.ad_agree_popup .ad_agree_tit {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 34px;
    color:#333;
    font-weight: 700;
}
.ad_agree_popup .ad_agree_subtit .sub_tit {
    font-size: 18px;
    line-height: 30px;
    color:#333;
    font-weight: 500;
}
.ad_agree_popup .ad_agree_subtit {
    margin-bottom: 4px;
    display: inline-block;
}
.ad_agree_popup .law_box {
    margin: 12px 0;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}
.ad_agree_popup .law_box li {margin-bottom: 10px; color: #666; font-size: 14px; line-height: 20px;}
.ad_agree_popup .law_box .list_txt {width: 95%; display: inline-block;}
.ad_agree_popup .law_box .list_dot{
    margin-right: 5px;
}
.ad_agree_popup .term-agree-date__text {
    font-size: 13px;
    color: #ADB5BD;
}