/**
 * 360도 뷰어 스타일 (public/view)
 * KeyShotXR 컨테이너·타이틀·폴백 문구
 */
.pv_wrap_360_section {
    margin: 20px 0;
    padding: 16px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.pv_wrap_360 {
    max-width: 100%;
}

.pv_img_360_tit {
    margin: 0 0 12px;
    font-size: 1em;
    font-weight: 600;
    color: #333;
}

.pv_img_360_tit img {
    vertical-align: middle;
    max-height: 28px;
}

.pv_img_360 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pv_img_360 li {
    margin: 0;
    padding: 0;
}

.pv_360_container {
    position: relative;
    min-height: 360px;
    /* 드래그로 회전할 때 스크롤로 잡히지 않도록 */
    touch-action: none;
}

.pv_360_loading {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(245, 245, 245, 0.95);
    pointer-events: auto; /* 로드 완료 전까지 터치·드래그 차단 */
}

.pv_360_loading[aria-hidden="true"] {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

.pv_360_loading img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.pv_360_loading span {
    font-size: 14px;
    color: #666;
}

#KeyShotXR {
    max-width: 100%;
    min-height: 200px;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}

.pv_no_360 {
    padding: 24px 16px;
    text-align: center;
    color: #666;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 14px;
}
