@charset "utf-8";

/* 2026-02-21 12:20 적립 및 혜택 게시판 커스텀 스킨 - 썸네일 카드 그리드 레이아웃 */

/* === 상단 헤더 (글쓰기 + 검색) === */
.benefit-header {
	margin-bottom: 20px;
	padding: 12px 0;
	border-bottom: 1px solid #e8e8e8;
}

.benefit-header-left {
	float: left;
	line-height: 30px;
}

.benefit-total {
	font-size: 14px;
	color: #666;
}

.benefit-total b {
	color: #333;
}

.benefit-header-right {
	float: right;
}

.benefit-write-btn {
	margin-right: 6px;
}

/* === 카드 그리드 컨테이너 === */
.benefit-container {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 20px;
}

/* === 카드 === */
.benefit-card {
	width: calc(33.333% - 16px);
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	position: relative;
}

.benefit-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

/* === 썸네일 === */
.benefit-thumb {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.benefit-thumb img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 16 / 10;
}

/* === 카드 내용 === */
.benefit-content {
	padding: 16px;
}

.benefit-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 10px 0;
	color: #333;
}

.benefit-title a {
	color: #333;
	text-decoration: none;
}

.benefit-title a:hover {
	color: #e74c3c;
}

/* === 내용 미리보기 (3줄 제한) === */
.benefit-excerpt {
	font-size: 13px;
	line-height: 1.6;
	color: #777;
	margin: 0 0 14px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
}

/* === 계속 읽기 버튼 === */
.benefit-readmore {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #e74c3c;
	text-decoration: none;
	padding: 6px 16px;
	border: 1px solid #e74c3c;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.benefit-readmore:hover {
	background: #e74c3c;
	color: #fff;
	text-decoration: none;
}

/* === 체크박스 === */
.benefit-checkbox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

/* === 빈 목록 === */
.benefit-none {
	padding: 80px 0;
	margin-bottom: 15px;
}

.benefit-none p {
	margin-top: 10px;
	font-size: 14px;
}

/* === 카테고리 === */
.list-category { margin-bottom: 20px; }
.list-category .active a, .list-category .selected a { color: crimson; font-weight: bold !important; }

/* === 목록 공통 === */
.benefit-wrap { width: 100%; }
.list-btn-box { margin-bottom: 15px; padding: 12px 0; border-top: 1px solid #e8e8e8; }
.list-btn-box a span { margin-left: 4px; }
.list-btn-box .sort a { color: crimson !important; font-weight: bold !important; }
.list-btn-box .dropdown-menu { font-size: 12px; }
.list-btn-box .btn { opacity: 1; }
.list-page { margin-bottom: 15px; }
.list-page .pagination { margin: 0; }

/* === 공지사항 === */
.list-notice .wr-notice { display: inline-block; padding: 0px; margin: 0px; overflow: hidden; vertical-align: middle; background-repeat: no-repeat; background-position: left top; width: 37px; height: 19px; background-image: url('./img/icon_notice.gif'); }

/* === 아이콘 === */
.benefit-wrap .wr-icon { display: inline-block; padding: 0px; margin: 0px; overflow: hidden; vertical-align: middle; background-repeat: no-repeat; background-position: left top; }
.benefit-wrap .wr-new { width: 12px; height: 12px; background-image: url('./img/icon_new.gif'); }
.benefit-wrap .wr-secret { width: 12px; height: 12px; background-image: url('./img/icon_secret.gif'); }
.benefit-wrap .wr-hot { width: 12px; height: 12px; background-image: url('./img/icon_hot.gif'); }

/* ============================
   내용 보기 (view) 공통
   ============================ */
.view-wrap { width: 100%; overflow: hidden; }
.view-wrap .img-photo i { background: rgb(245, 245, 245); padding: 16px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(143, 143, 143); font-size: 40px; display: inline-block; }
.view-wrap .img-photo img { border-radius: 50%; width: 80px !important; height: 80px !important; display: inline-block; }
.view-wrap .img-resize img { max-width: 100%; height: auto; }
.view-wrap h1 { font-size: 22px; font-weight: bold; margin: 0px; line-height: 50px; display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; padding: 0px 10px; color: rgb(59, 62, 67); letter-spacing: -1px; }
.view-wrap h1 .photo { border-radius: 50%; width: 50px; height: 50px; margin-bottom: 10px; margin-right: 10px; }
.view-wrap .no-attach { border-bottom: 0px; }

.view-btn { margin: 0px 0px 30px; }
.view-btn i { margin-right: 2px; }

.view-head { border-left: 0px; border-right: 0px; }
.view-head .sp { display: inline-block; width: 20px; text-align: center; font-size: 11px; color: #888; }
.view-head .list-group-item { padding: 5px 15px; border-style: dotted; }
.view-tag { margin: 10px 0px; padding: 0px; color: #888; }
.view-tag a { color: #888; }
.view-tag a:hover { color: crimson; }
.view-cnt { margin-top: 4px; }
.view-img img { display: block; max-width: 100%; margin: 0 auto 15px; border: 0; height: auto; }
.view-content { padding: 0px 15px 20px }
.view-mobile .view-content { padding: 0px 0px 20px; }
.view-content img { width: auto; height: auto; max-width: 100%; }
.view-content p { padding: 0; margin: 0; line-height: 22px; }
/* 2026-02-24 10:20 CKEditor5 이미지 출력 스타일 (글보기 페이지용) */
.view-content figure { max-width: 100%; height: auto; margin: 10px auto; overflow: visible; }
.view-content figure img { max-width: 100%; height: auto; display: block; }
.view-content figure.image { display: table; clear: both; text-align: center; margin: 0.9em auto; max-width: 100%; }
.view-content figure.image > img { display: block; margin: 0 auto; max-width: 100%; min-width: 50px; height: auto; }
.view-content figure.image_resized { max-width: 100%; display: block; box-sizing: border-box; }
.view-content figure.image_resized > img { width: 100%; height: auto; }
.view-content figure.image.image-style-side { float: right; margin-left: 1.5em; max-width: 50%; }
.view-content .image-style-align-left { float: left; margin-right: 1.5em; }
.view-content .image-style-align-right { float: right; margin-left: 1.5em; }
.view-content .image-style-align-center { margin-left: auto; margin-right: auto; }
.view-good-box { text-align: center; }
.view-good-box span { margin: 15px 6px; width: 80px; height: 80px; display: inline-block; }
.view-good-box a { background: rgb(245, 245, 245); padding-top: 14px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(51, 51, 51); font-size: 22px; line-height: 26px; display: inline-block; }
.view-good-box .view-good a:hover { background: rgb(223, 17, 25); color: rgb(255, 255, 255); }
.view-good-box .view-nogood a:hover { background: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.view-author .auth-photo { width: 160px; padding-right: 15px; }
.view-comment { color: rgb(51, 51, 51); font-family: "Roboto", sans-serif; margin: 0px 0px 10px; padding: 0px 0px 5px; text-transform: capitalize; overflow: hidden; font-size: 20px; font-weight: 500; border-bottom-color: rgb(51, 51, 51); border-bottom-width: 1px; border-bottom-style: solid; display: inline-block; position: relative; }

#bo_v_sns { margin: 4px 0 15px; padding: 0; list-style: none; zoom: 1 }
#bo_v_sns:after { display: block; visibility: hidden; clear: both; content: "" }
#bo_v_sns li { float: left; margin: 0 5px 0 0 }

/* 댓글 */
.comment-media { }
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display: inline-block; }
.view-mobile .comment-media .photo i { padding: 10px; width: 54px; height: 54px; }
.view-mobile .comment-media .photo img { width: 54px !important; height: 54px !important; }

.comment-media .media { border-top: 1px solid #eee; margin: 7px 0px; padding: 7px 0px 0px; }
.comment-media :first-child.media { border-top: 0px; margin-top: 0px; padding-top: 0px; }
.comment-media h5 { margin: 2px 0px; line-height: 22px; }
.comment-media .media .media-body { padding-left: 0px; }
.comment-media .media .media-info { margin-left: 10px; }
.comment-media .media .media-content { margin-top: 8px; }
.comment-media .media .media-btn { margin-left: 4px; }
.comment-media .cmt-good-btn { text-align: right; padding-right: 1px; }
.comment-media .cmt-good, .comment-media .cmt-nogood { display: inline-block; width: 74px; height: 20px; margin-top: 10px; padding-right: 10px; margin-right: -1px; font: bold 11px verdana; text-align: right; letter-spacing: -1px; line-height: 19px; cursor: pointer; }
.comment-media .cmt-good { background: url('./img/cmt_good.gif') no-repeat left center; color: #f4695b; }
.comment-media .cmt-nogood { background: url('./img/cmt_nogood.gif') no-repeat left center; color: #888; }

#bo_vc_opt ol { margin: 0; padding: 0; list-style: none; zoom: 1; }
#bo_vc_opt ol:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_vc_opt ol li { float: left; margin: 0; }
#bo_vc_send_sns ul { margin: 0; padding: 0; list-style: none; zoom: 1; }
#bo_vc_send_sns ul:after { display: block; visibility: hidden; clear: both; content: ""; }
#bo_vc_send_sns ul li { float: left; margin: 0 0 0 20px; }
#bo_vc_send_sns input { margin: 0 0 0 5px; }

/* 쓰기 공통 */
.write-wrap { width: 100%; overflow: hidden; }
.write-wrap h2 { padding: 0px; margin: 0px; font-size: 14px; font-weight: bold; }
.write-wrap label { font-weight: bold; }
.write-wrap .write-content { height: 300px; }
.write-wrap .write-file { border: 0; box-shadow: none; }
.write-wrap .write-btn { margin: 15px 0px 25px; text-align: center; }
.write-wrap .delete-file { margin: 0px; padding: 0px 10px; font-weight: normal; }
.write-wrap .delete-file label { font-weight: normal; }
.write-wrap .sp-label { font-weight: normal; margin-right: 10px; }
.write-wrap .sp-label input[type="checkbox"], .write-wrap .sp-label input[type="radio"] { margin-top: 0px; }

#autosave_pop div { text-align: right; }
#autosave_pop button { margin: 0; margin-left: 10px; padding: 0; border: 0; background: transparent; color: #888; }
#autosave_pop ul { margin: 0; padding: 0; padding-left: 15px; list-style: disc; }
#autosave_pop li { padding: 2px 5px; }
#autosave_pop li:after { display: block; visibility: hidden; clear: both; content: ""; }
#autosave_pop a { display: block; float: left; }
#autosave_pop span { display: block; float: right; }

/* ============================
   반응형 (Responsive)
   ============================ */

/* 태블릿 - 2컬럼 */
@media all and (max-width: 991px) {
	.benefit-card {
		width: calc(50% - 12px);
	}
}

/* 모바일 - 1컬럼 */
@media all and (max-width: 600px) {
	.benefit-container {
		gap: 16px;
	}

	.benefit-card {
		width: 100%;
	}

	.benefit-title {
		font-size: 15px;
	}

	.benefit-excerpt {
		font-size: 12px;
		-webkit-line-clamp: 2;
	}
}

/* 반응형 공통 */
@media all and (max-width: 460px) {
	.responsive .list-btn { text-align: center; margin: 0px auto; }
	.responsive .pull-right.list-btn { float: none !important; margin-bottom: 14px; }
	.responsive .view-wrap h1 { text-overflow: clip; overflow: none; white-space: normal; line-height: 24px; font-size: 18px; margin-bottom: 10px; }
	.responsive .view-wrap h1 .photo { display: none; }
	.responsive .view-btn i { margin-right: 0px; }
	.responsive .view-author .auth-photo { float: none; width: 100%; padding-right: 0px; }
	.responsive .comment-btn { text-align: center; }
	.responsive .comment-btn .pull-right { float: none !important; }
}

/* ============================
   2026-04-15 SNS핫템 추가 스타일
   ============================ */

/* 2열 그리드 (benefit은 3열, SNS는 2열) */
.board-list .benefit-container {
    gap: 20px;
}
.board-list .benefit-card {
    width: calc(50% - 10px);
}
@media all and (max-width: 991px) {
    .board-list .benefit-card { width: calc(50% - 8px); }
}
@media all and (max-width: 600px) {
    .board-list .benefit-card { width: 100%; }
}

/* 썸네일 영역 - 16:9 비율 고정 */
.sns-thumb-wrap {
    position: relative;
    overflow: hidden;
}
.sns-thumb-wrap a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    overflow: hidden;
    background: #111;
}
.sns-thumb-wrap a img {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s;
}
.benefit-card:hover .sns-thumb-wrap a img { transform: scale(1.04); }

/* Instagram 플레이스홀더 */
.sns-ig-placeholder {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
    display: flex; align-items: center; justify-content: center;
}
.sns-ig-placeholder i { font-size: 60px; color: rgba(255,255,255,.9); }

/* 기타 SNS 플레이스홀더 */
.sns-other-placeholder {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    display: flex; align-items: center; justify-content: center;
}
.sns-other-placeholder i { font-size: 60px; color: rgba(255,255,255,.3); }

/* SNS 타입 배지 */
.sns-type-badge {
    position: absolute; top: 10px; left: 10px;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px; font-weight: 700; color: #fff;
    letter-spacing: .3px;
    z-index: 2;
}
.sns-type-youtube   { background: #ff0000; }
.sns-type-instagram { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.sns-type-other     { background: rgba(0,0,0,.55); backdrop-filter: blur(4px); }

/* 상품있음 태그 */
.sns-product-tag {
    position: absolute; bottom: 10px; right: 10px;
    background: rgba(0,0,0,.6);
    color: #fff; font-size: 10px; font-weight: 700;
    padding: 3px 8px; border-radius: 20px;
    z-index: 2;
}

/* ============================
   SNS 상세 보기 (view)
   ============================ */
.sns-view-wrap { padding: 0; }

.sns-view-header {
    padding: 18px 0 15px;
    border-bottom: 2px solid #111;
    margin-bottom: 20px;
}
.sns-view-header h1 {
    font-size: 20px; font-weight: 700;
    color: #111; margin: 0 0 10px;
    line-height: 1.4;
}
.sns-view-meta {
    display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
    font-size: 12px; color: #999;
}
.sns-pill {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 3px 10px; border-radius: 20px;
    font-size: 11px; font-weight: 700; color: #fff;
}
.sns-pill.yt  { background: #ff0000; }
.sns-pill.ig  { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }

/* 2단 레이아웃 */
.sns-view-body {
    display: flex; gap: 24px; align-items: flex-start;
}
.sns-view-left  { flex: 0 0 60%; max-width: 60%; }
.sns-view-right { flex: 1; min-width: 0; position: sticky; top: 100px; }

@media (max-width: 991px) {
    .sns-view-body { flex-direction: column; gap: 0; }
    .sns-view-left  { flex: none; max-width: 100%; width: 100%; }
    .sns-view-right { width: 100%; margin-top: 20px; position: static; }
}

/* 영상 박스 */
.sns-embed-box {
    position: relative; width: 100%; padding-top: 56.25%;
    border-radius: 10px; overflow: hidden; background: #000;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.sns-embed-box iframe {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; border: none;
}

/* Instagram embed */
.sns-ig-wrap { border-radius: 10px; overflow: hidden; }
.sns-ig-wrap .instagram-media {
    margin: 0 !important; max-width: 100% !important;
    min-width: 0 !important; width: 100% !important;
}

.sns-view-content {
    font-size: 14px; line-height: 1.7; color: #555;
    margin-top: 14px; padding-top: 14px;
    border-top: 1px solid #f0f0f0;
}

/* 상품 패널 */
.sns-products-panel {
    background: #fff; border: 1px solid #e8e8e8;
    border-radius: 8px; overflow: hidden;
}
.sns-products-panel-head {
    padding: 12px 16px;
    background: #111; color: #fff;
    font-size: 13px; font-weight: 700;
    display: flex; align-items: center; justify-content: space-between;
}
.sns-products-panel-head .cnt { font-size: 11px; color: rgba(255,255,255,.5); font-weight: 400; }

.sns-products-scroll { overflow-y: auto; max-height: 480px; }
.sns-products-scroll::-webkit-scrollbar { width: 4px; }
.sns-products-scroll::-webkit-scrollbar-thumb { background: #ddd; border-radius: 2px; }

.sns-product-item {
    display: flex; gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #f5f5f5;
    transition: background .15s;
}
.sns-product-item:last-child { border-bottom: none; }
.sns-product-item:hover { background: #fdf8f5; }

.sns-product-img-wrap { flex-shrink: 0; width: 76px; height: 76px; }
.sns-product-img-wrap a { display: block; width: 100%; height: 100%; }
.sns-product-img-wrap img {
    width: 100%; height: 100%; object-fit: cover;
    border-radius: 6px; border: 1px solid #e8e8e8;
}
.sns-product-img-wrap .no-img {
    width: 100%; height: 100%; background: #f5f5f5;
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    color: #ddd; font-size: 24px;
}

.sns-product-info {
    flex: 1; min-width: 0;
    display: flex; flex-direction: column; gap: 5px;
}
.sns-product-name {
    font-size: 13px; font-weight: 600; color: #111; line-height: 1.4;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden; text-decoration: none;
}
.sns-product-name:hover { color: #e85d2a; }

.sns-product-price-row { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.sns-product-price { font-size: 15px; font-weight: 800; color: #e85d2a; }
.sns-product-original { font-size: 11px; color: #bbb; text-decoration: line-through; }
.sns-product-discount {
    font-size: 10px; font-weight: 700; color: #e85d2a;
    background: #fff0eb; padding: 1px 5px; border-radius: 3px;
}

.sns-cart-btn {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    margin-top: 4px; padding: 8px 0;
    background: #111; color: #fff;
    border: none; border-radius: 6px;
    font-size: 12px; font-weight: 700; cursor: pointer;
    transition: background .15s; width: 100%;
}
.sns-cart-btn:hover { background: #333; color: #fff; }
.sns-cart-btn.added { background: #28a745 !important; }

.sns-no-products {
    padding: 40px 16px; text-align: center;
    color: #bbb; font-size: 13px;
}
.sns-no-products i { font-size: 30px; display: block; margin-bottom: 10px; }

/* ============================
   SNS 글쓰기 추가 스타일
   ============================ */
.sns-url-preview { margin-top: 10px; border-radius: 8px; overflow: hidden; display: none; }
.sns-url-preview iframe { width: 100%; height: 220px; border: none; display: block; }
.sns-ig-confirm {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 16px;
    background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
    border-radius: 8px; color: #fff;
}
.sns-ig-confirm i { font-size: 28px; flex-shrink: 0; }
.sns-ig-confirm .txt { font-size: 13px; font-weight: 700; }
.sns-ig-confirm .sub { font-size: 11px; opacity: .8; margin-top: 2px; }
.sns-write-hint { font-size: 11px; color: #aaa; margin: 4px 0 0; }

/* ========== 연관 상품 검색 UI ========== */

/* 선택된 상품 칩 컨테이너 */
.sns-write-selected {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 38px;
    padding: 6px 8px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 4px;
    align-items: center;
}
.sns-chip-empty {
    color: #bbb;
    font-size: 12px;
}

/* 개별 칩 */
.sns-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #cce0ff;
    border-radius: 20px;
    padding: 3px 8px 3px 4px;
    font-size: 12px;
    max-width: 180px;
}
.sns-chip-img { flex-shrink: 0; }
.sns-chip-img img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.sns-chip-noimg {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 13px;
}
.sns-chip-label {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.sns-chip-del {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #999;
    font-size: 12px;
    line-height: 1;
    flex-shrink: 0;
}
.sns-chip-del:hover { color: #e00; }

/* 검색 결과 드롭다운 */
.sns-write-results {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 4px;
    max-height: 320px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    z-index: 200;
}

.sns-search-loading,
.sns-search-empty {
    padding: 14px 16px;
    color: #888;
    font-size: 13px;
    text-align: center;
}

/* 검색 결과 개별 아이템 */
.sns-result-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background 0.15s;
}
.sns-result-item:last-child { border-bottom: none; }
.sns-result-item:hover { background: #f5f8ff; }
.sns-result-item.sns-result-selected { background: #eef4ff; }

.sns-result-thumb {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eee;
}
.sns-result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sns-result-noimg {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    font-size: 18px;
}

.sns-result-info {
    flex: 1;
    min-width: 0;
}
.sns-result-name {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sns-result-model {
    font-size: 11px;
    color: #888;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sns-result-code {
    font-size: 11px;
    color: #aaa;
    margin-top: 1px;
}

.sns-result-right {
    flex-shrink: 0;
    text-align: right;
}
.sns-result-price {
    font-size: 12px;
    font-weight: 700;
    color: #e44;
    white-space: nowrap;
}
.sns-result-btn {
    font-size: 18px;
    margin-top: 4px;
    color: #bbb;
    line-height: 1;
}
.sns-result-item:hover .sns-result-btn { color: #4488ee; }
.sns-result-selected .sns-result-btn { color: #2266cc; }
