<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 소유주 등록 */
.fake-sale-protect-item__label {
    margin-left: 10px;
    padding: 4px 8px;
    border: 1px solid #ff75b8;
    font-size: 12px;
    font-weight: 700;
    color: #FB278D;
    border-radius: 8px;
    margin-top: -5px;
}

.fake-sale-protect__label {
    margin-left: 10px;
    padding: 5px 8px;
    border: 1px solid #ff75b8;
    font-size: 12px;
    font-weight: 700;
    color: #FB278D;
    border-radius: 8px;
    position: absolute;
    top: 22px;
    right: 23px;
}
.sale-save-goods__background {
    background: #FFFFFF;
    /*padding-top: 30px;*/
}
.sale-save-goods__wrap {
    margin-top: 30px;
    position: relative;
    padding: 20px 16px;
    background: #F8F9FA;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.sale-save-goods__clear-wrap {
    text-align: center;
}
.sale-save-goods__clear-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #FB278D;
}
.sale-save-goods__clear-title:before {
    content: '';
    display: inline-block;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background: url("/static/_images/common/icon/icon_save-goods-16px.png")center no-repeat;
    background-size: 20px;
    vertical-align: text-top;
}
.sale-save-goods__clear-edit-btn {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #868E96;
    background: transparent;
}
.sale-save-goods__clear-edit-btn:after {
    content: '';
    margin: 0 0 2px 2px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/static/_images/common/btn/arrow/icon_arrow_right-12px.png")center no-repeat;
    background-size: 12px;
    vertical-align: middle;
}
.sale-save-goods__banner-title {
    display: inline-block;
    line-height: 22px;
}
.sale-save-goods__banner-subtitle {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #868E96;
}
.sale-save-goods__btn {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 6px 12px 6px 8px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #FB278D;
    border: 1px solid #FDA5CF;
    border-radius: 6px;
    background: #ffffff;
}
.sale-save-goods__btn:before {
    content: '';
    display: inline-block;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background: url("/static/_images/common/icon/icon_save-goods-16px.png")center no-repeat;
    background-size: 16px;
    vertical-align: text-top;
}
/* 소유주 매물 등록 레이어*/
.sale-register__layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5000;
}
.sale-asset-management__layer {
    min-height: calc(100vh - 220px);
}
.sale-register__layer {
    position: relative;
    width: 1070px;
    margin: 0 auto;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
}
.sale-register__header {
    background: #212529;
}
.sale-register__title-wrap {
    padding: 28px 0;
}
.sale-register__label {
    margin: 0 auto 12px;
    padding: 6px 12px 6px 8px;
    width: 106px;
    border-radius: 8px;
    background: #fb278d;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #F8F9FA;
}
.sale-register__label:before {
    content: '';
    display: inline-block;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    background: url("/static/_images/common/icon/icon_save-goods-20px.png")center no-repeat;
    background-size: 20px;
    vertical-align: text-top;
}
.sale-register__header-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #F8F9FA;
    text-align: center;
}
.sale-register__layer-close {
    position: absolute;
    right: 16px;
    top: 16px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/static/_images/common/btn/close/icon_close-white-20px.png")center no-repeat;
    background-size: 20px;
    text-indent: -9999px;
}
.sale-register__section-step {
    position: relative;
    padding: 22px 85px;
    background: #ffffff;
}
.sale-register__step-list {
    position: absolute;
    top: 20px;
    right: 85px;
}
.sale-register__step-item {
    display: inline-block;
    padding: 3px 0;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 90px;
    background: #F1F3F5;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #1362FB;
    text-align: center;
}
.sale-register__step-item.active {
    color: #F8F9FA;
    background: #1362FB;
}
.sale-register__step-item:last-child {
    margin-right: 0;
}
.sale-register__step-title {
    font-size: 16px;
    color: #1362FB;
    font-weight: 700;
}
.sale-register__step-title:after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
    color: #ADB5BD;
    font-weight: 400;
}
.sale-register__step-text {
    font-size: 16px;
    font-weight: 500;
    color: #495057;
}
.sale-register__container {
    padding: 0 85px;
    height: calc(100vh - 266px);
    overflow-y: auto;
}

.sale-register__container.confirm-active {
    height: 100vh;
}

.btn-close-back {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/static/_images/common/btn/back/icon_arrow_back-black-24px.png")center no-repeat;
    background-size: 24px;
    cursor: pointer;
}

.sale-register__title {
    padding-top: 40px;
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.sale-register__title--blue {
    margin-top: 4px;
    margin-left: 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #02318D;
}
.sale-register__list {
    margin-top: 28px;
    font-size: 0;
}
.sale-register__item {
    display: inline-block;
    margin-right: 15px;
    padding: 16px 25px;
    width: calc(100%/2 - 15px/2);
    border-radius: 8px;
    border: 1px solid #CED4DA;
    font-size: 16px;
    font-weight: 700;
}
.sale-register__item.active {
    border: 1px solid #4A87FC;
}
.sale-register__item:last-child {
    margin-right: 0;
}
.sale-register__btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 0;
    background: #F1F3F5;
    width: 100%;
    text-align: center;
}
.sale-register__btn-wrap.clear {
    position: static;
    background: none;
}
.sale-register__btn-wrap button:first-child {
    margin-right: 15px;
}
.sale-register__btn-blue {
    display: inline-block;
    padding: 12px 0;
    border-radius: 140px;
    width: 180px;
    background: #1362FB;
    font-size: 18px;
    font-weight: 700;
    color: #F8F9FA;
    text-align: center;
}
.sale-register__btn-gray {
    display: inline-block;
    padding: 12px 0;
    border-radius: 140px;
    width: 180px;
    background: #ffffff;
    font-size: 18px;
    font-weight: 700;
    color: #343A40;
    text-align: center;
}
.sale-register__item-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;
}
.sale-register__item-icon.active {
    background: url("/static/_images/common/btn/radio/icon_radio-checked-28px.png")center no-repeat;
    background-size: 28px;
}
.sale-register__address-wrap {
    margin: 48px 0 20px;
    text-align: center;
}
.sale-register__address-wrap.clear {
    margin-top: 20px;
}
.sale-register__address-wrap .unique-emoji {
    margin-bottom: 20px;
    font-size: 80px;
}
.sale-register__address-detail {
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #212529;
}
.sale-register__address-detail.clear {
    margin-bottom: 12px;
}
.sale-register__address {
    font-size: 16px;
    font-weight: 500;
    color: #868E96;
}
.sale-register__address.clear {
    font-size: 14px;
    line-height: 22px;
}
.sale-register__address.clear span {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #1362FB;
}
.sale-register__map-area {
    margin: 20px 0;
    width: 900px;
    height: 340px;
    border: 1px solid #f1f3f5;
    background: #76cdcb;
}
.sale-register__add-land-wrap {
    margin-top: 28px;
    text-align: center;
}
.sale-register__add-land-title {
    font-size: 15px;
    font-weight: 500;
    color: #868E96;
}
.sale-register__add-land {
    margin-top: 12px;
    padding: 10px 20px;
    border-radius: 8px;
    background: #E6EEFF;
    color: #1362FB;
    font-weight: 700;
}
.sale-register__address-item {
    position: relative;
    margin-bottom: 12px;
    padding: 12px 0;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 2px 0px #0000001A;
}
.sale-register__address-item:last-child {
    margin-bottom: 0;
}
.sale-register__address-item--left--blue {
    display: inline-block;
    padding: 15px 0;
    width: 120px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #1362FB;
    float: left;
}

.sale-register__address-item--left--black {
    display: inline-block;
    padding: 15px 0;
    width: 120px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: black;
    float: left;
}

.sale-register__address-item--center {
    display: inline-block;
    padding: 5px 30px;
    width: calc(100% - 300px);
    font-size: 16px;
    font-weight: 700;
    color: #343A40;
    text-align: left;
}
.sale-register__address-item-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #868E96;
    line-height: 18px;
}
.sale-register__address-item--right {
    display: inline-block;
    padding: 16px 25px 16px 0;
    width: 180px;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    float: right;
}
.sale-register__delete-icon {
    margin-left: 25px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/static/_images/common/icon/delete/icon_delete-20px.png") center no-repeat;
    background-size: 24px;
    vertical-align: bottom;

}
/* step 4 */
.sale-register__info-list {
    font-size: 0;
}
.sale-register__info-item {
    margin-bottom: 28px;
}
.sale-register__info-title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #212529;
}
.sale-register__info-subtitle {
    margin-top: 4px;
    color: #ADB5BD;
    font-size: 12px;
    font-weight: 700;
}
.sale-register__info-item textarea {
    margin: 0 0 12px;
    padding: 12px;
    border: 1px solid #CED4DA;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 44px;
    resize: none;
}
.sale-register__info-item textarea::placeholder {
    color: #ADB5BD;
}
.sale-register__info-item textarea:focus {
    outline-color: #212529;
    border: 1px solid #212529;
}
.sale-register__info-item.left {
    display: inline-block;
    margin-right: 12px;
    width: calc(100%/2 - 12px/2);
}
.sale-register__info-item.right {
    display: inline-block;
    width: calc(100%/2 - 12px/2);
}
.sale-info-select__list {
    margin-bottom: 12px;
}
.sale-info-select__list li {
    display: inline-block;
    margin-right: 8px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 16px;
    color: #868E96;
    font-weight: 500;
    border-radius: 120px;
    border: 1px solid #CED4DA;
    cursor: pointer;
}
.sale-info-select__list li.active {
    border: 1px solid #1362FB;
    color: #1362FB;
}
.sale-info-select__list li:before {
    margin-right: 6px;
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background: url("/static/_images/common/btn/check/icon-check-d-16px.png");
    background-size: 16px;
    vertical-align: bottom;
}
.sale-info-select__list li.active:before {
    margin-right: 6px;
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background: url("/static/_images/common/btn/check/icon-check-16px.png");
    background-size: 16px;
    vertical-align: bottom;
}
.sale-info-select__list li:last-child {
    margin-right: 0;
}
.icon-asterisk {
    font-weight: 700;
    color: #1362FB;
}
.new-alert-msg {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #FC4A68;
}
.sale-register__title--right {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: #868E96;
    float: right;
}
.sale-register__dl {
    padding: 28px;
    border-radius: 8px;
    border: 1px solid #E9ECEF;
    font-size: 0;
}
.sale-register__dl dt {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    width: 80px;
    font-weight: 500;
    line-height: 20px;
    color: #868E96;
}
.sale-register__dl dd {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #212529;
    width: calc(100% - 80px);
}
.sale-register__dl dt,dd .last-tag {
    margin-bottom: 0;
}

.map__container {
    position: relative;
}

.warning__layout {
    position: absolute;
    display: block;
    top: 250px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 500px;
    padding: 12px;
    background: rgba(28, 28, 28, 0.9);
    border-radius: 8px;
    text-align: center;
}

.warning__text {
    font-size: 13px;
    font-weight: 700;
    color: #F8F9FA;
}

.popup__btn-close--black {
    position: absolute;
    right: 8px;
    top: 6px;
    width: 32px;
    height: 32px;
    background: url("/static/_images/common/btn/close/icon_arrow_close-block-24px.png") center no-repeat;
    background-size: 24px;
    border: 0;
}

.sale-register__popup-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    z-index: 5000;
}
.owner-register-popup {
    z-index: 5100;
}

.sale-register__registered-word {
    font-weight: bold;
    color: #1362FB;
}</pre></body></html>