@charset "utf-8";

.sidebar-right .sidebar-card{padding:15px}
.sidebar-right .send-info{margin-top:15px}
.sidebar-right .send-info h4{margin-bottom:0}
.sidebar-right .send-info span{font-size:13px}
.btn-wrap .check{display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:column;font-size:14px}
.btn-wrap .check input[type="checkbox"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
.btn-wrap .check > span label{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:20px;border-radius:4px;cursor:pointer;vertical-align:middle;transition:all 0.2s}
.btn-wrap .check > span label .label-txt{font-size:12px;color:#aaa}
.btn-wrap .check > span label .ic-check{display:flex;align-items:center;justify-content:center;width:15px;height:15px;background-color:#f5f5f5;border-radius:2px;padding:2px}
.btn-wrap .check .ic-check svg{width:13px;height:13px;stroke-width:3px;stroke:#aaa}
.btn-wrap .check input:checked + label .ic-check svg{stroke:#111 !important}
.btn-wrap .check a{color:#000;cursor:pointer;font-size:12px;font-weight:500;text-decoration:underline}
.form-field{position:relative}
.form-field span{position:absolute;top:50%;right:25px;font-size:13px;color:#aaa;transform:translateY(-50%)}
.form-field+.form-field{margin-top:3px}

.btn-send{width:100%;margin-top:5px;padding:10px;background:var(--primary-light);color:var(--primary);font-weight:700;border:none;border-radius:var(--radius-sm);transition:background 0.15s}

.service-card{background:var(--primary-light) url('./service_icon.png') no-repeat right bottom}
.service-card .tag{font-size:13px;font-weight:700;color:var(--primary)}
.service-card .text{margin:5px 0 15px !important;color:var(--primary)}
.service-card a{background:var(--primary)}

.recent-header{display:flex;align-items:center;justify-content:space-between}
.recent-header h4 span{font-size:15px;font-weight:normal}
.recent-header a{display:flex;align-items:center;margin-top:-10px;font-size:13px;color:var(--text2)}
.recent-header a svg{width:15px;height:15px}

.calc-header{display:flex;align-items:center;justify-content:space-between}
.calc-input-wrap{flex:1;position:relative;display:flex;align-items:center}
.calc-input-wrap+.calc-input-wrap{margin-top:3px}
.calc-input-wrap input{width:100%;padding:0 10px}
.calc-input-wrap input[readonly]{background:#f8fafc;color:#94a3b8}
.calc-unit{position:absolute;right:10px;top:50%;font-size:13px;color:#94a3b8;pointer-events:none;transform:translateY(-50%)}
.calc-convert-btn{margin-top:-5px;background:none;cursor:pointer;color:#64748b}
.calc-convert-btn span{font-size:20px}
.rent-wrap{max-height:300px;overflow-y:scroll}
.recent-item a{display:flex;align-items:center;gap:10px}
.recent-item+.recent-item{margin-top:5px}
.recent-item .recent-thumb{position:relative}
.recent-item .recent-thumb a{display:block}
.recent-item .recent-thumb img{width:65px;height:45px;border-radius:5px;object-fit:cover;object-position:center}
.recent-item .recent-name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow: hidden;font-weight:600;color:#000}
.recent-item .recent-date{color:#aaa}
.recent-item a .no_image{display:inline-block;width:65px;height:45px;border-radius:5px;padding-top:10px;font-size:10px;text-align:center;color:#777;line-height:1.3;background:#f5f5f5}
.recent-item .recent-thumb .sold{position:absolute;left:0;top:0;z-index:5;width:100%;height:100%;background:url(/sh_img/include/sidebar_right/sold.png) center no-repeat rgba(255,255,255,.6);background-size:100%}

@media(hover:hover){
.btn-send:hover{color:var(--surface);background:var(--primary)}
}
/* 반응형 [s] */
@media (max-width:1024px){
.sms-area{grid-column:1;grid-row:1/3}
.sidebar-right .bnr-common{grid-column:span 2}
.rent-wrap{height:150px}
}
@media (max-width:768px){
.service-card .pl{white-space:normal}
}
@media (max-width:580px){
.sidebar-right .bnr-common{grid-column:auto}
}
@media (max-width:390px){
}
/* 반응형 [e] */
