html, body { font-family: 'IBMPlexSansKR-Regular'; swidth: 100%; height: 100%; margin: 0; overflow: hidden; }

.app-layout {
		width: 100vw;
		height: 100vh;
		display: flex;
}

.sidebar {
		width: 390px;
		min-width: 390px;
		height: 100vh;
		background: #fff;
		border-right: 1px solid #ddd;
		display: flex;
		flex-direction: column;
		z-index: 10;
}

.sidebar-header {
		background: #7e0037;
		color: #fff;
		padding: 16px 20px 10px 20px;
}

.profile-box {
		padding: 16px;
		border-bottom: 1px solid #eee;
		background: #fafafa;
		font-size: 14px;
}

.video-list {
		flex: 1;
		overflow-y: auto;
}

.video-item {
		cudbmanor: pointer;
		padding: 8px 16px;
		border-bottom: 1px solid #eee;
		font-size: 14px;
}

.video-item:hover,
.video-item.active {
		background: #f6e6de;
}

.video-icon {
		width: 22px;
		height: 22px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-right: 8px;
		border-radius: 50%;
		background: #7e0037;
		color: #fff;
		font-size: 12px;
}

.video-item.other-diocese:hover,
.video-item.other-diocese.active {
    background: #d8e1f7;
}

.video-item.other-diocese .video-icon {
    background: #344e8d;
}

.custom-overlay.other-diocese {
    border-color: #344e8d;
    color: #344e8d;
}

.custom-overlay.other-diocese::after {
    border-color: #344e8d transparent transparent transparent;
}

.map-wrap {
		flex: 1;
		height: 100vh;
		position: relative;
}

#map {
		width: 100%;
		height: 100%;
}

.custom-overlay {
		position: relative;
		padding: 4px 10px;
		background: #fff;
		border: 2px solid #7e0037;
		border-radius: 999px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
		color: #7e0037;
		font-size: 12px;
		font-weight: 700;
		cudbmanor: pointer;
		white-space: nowrap;
}

.custom-overlay::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -8px;
		transform: translateX(-50%);
		border-width: 8px 6px 0 6px;
		border-style: solid;
		border-color: #7e0037 transparent transparent transparent;
}

.modal-super {
    width: 98vw;
    max-width: 98vw;
    height: 96vh;
    margin: auto;
}

.modal-super .modal-content {
    height: 96vh;
}

.modal-super .modal-body {
    height: calc(96vh - 122px);
    overflow: hidden;
}

.modal-super .modal-body > .row {
    height: 100%;
}

.modal-super .modal-body .col-lg-9,
.modal-super .modal-body .col-lg-8,
.modal-super .modal-body .col-lg-4,
.modal-super .modal-body .col-lg-3 {
    height: 100%;
}

.site-frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.vr-modal-body {
    position: relative;
    height: calc(96vh - 122px);
    overflow: hidden;
}

.site-frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.place-info-floating {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 320px;
    max-height: calc(100% - 48px);
    padding: 22px;
    overflow-y: auto;
    background: rgba(255, 255, 255, .94);
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0,0,0,.22);
    z-index: 5;
}

.info-row {
    margin-bottom: 16px;
    font-size: 14px;
}

.info-row strong {
    display: block;
    margin-bottom: 4px;
    color: #d93025;
}

.info-row span,
.info-row a {
    color: #222;
    word-break: keep-all;
}

@media (max-width: 768px) {
    .place-info-floating {
        left: 12px;
        right: 12px;
        top: auto;
        bottom: 12px;
        width: auto;
        max-height: 38%;
    }
}

/*
.place-info-panel {
    height: 100%;
    padding: 24px;
    overflow-y: auto;
    background: #fafafa;
    border-left: 1px solid #eee;
}
*/
.info-row {
    margin-bottom: 18px;
    font-size: 15px;
}

.info-row strong {
    display: block;
    margin-bottom: 5px;
    color: #d93025;
}

.info-row span,
.info-row a {
    color: #333;
    word-break: keep-all;
}

@media (max-width: 991px) {
    .place-info-panel {
        height: auto;
        border-left: 0;
        border-top: 1px solid #eee;
    }
}

.guide-dialog {
    max-width: 560px;
}

.guide-content {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(0,0,0,.25);
}

.guide-intro {
    font-size: 16px;
    line-height: 1.7;
}

.guide-intro strong {
    color: #7e0037;
}

.guide-section {
    margin-top: 18px;
}

.guide-section h6 {
    font-weight: 700;
    color: #7e0037;
    margin-bottom: 8px;
}

.guide-section ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.guide-section li {
    margin-bottom: 6px;
}

.guide-tip {
    margin-top: 22px;
    padding: 12px;
    background: #f6e6de;
    border-left: 5px solid #7e0037;
    border-radius: 10px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .guide-dialog {
        width: 100%;
        max-width: 100%;
        height: 100%;
        margin: 0;
    }

    .guide-content {
        height: 100%;
        border-radius: 0;
    }

    .guide-content .modal-body {
        overflow-y: auto;
    }

    .guide-content .modal-footer {
        position: sticky;
        bottom: 0;
        background: #fff;
    }
}


@media (max-width: 768px) {
		.app-layout {
				flex-direction: column;
		}

		.sidebar {
				width: 100%;
				min-width: 100%;
				height: 42vh;
		}

		.map-wrap {
				height: 58vh;
		}

		.site-frame {
				height: 70vh;
		}
}