@charset "UTF-8";

.wheather-value p strong {
	font-size : 12px !important
}

.wheather-value p {
	font-size : 12px !important
}

.panel--wheather__today{
	gap: 5px !important
}

.stop{
	cursor: pointer;
}

.bus{
	cursor: pointer;
}

.bus-grid .bus-card{
	cursor: pointer;
}

.rc-card{
	cursor: pointer;
}

/* .tab--btn__nav .tab--item:first-child.active{ */
/* 	background-image: url(/images/logo/livebus_button_logo2.png) !important; */
/* 	background-repeat:no-repeat !important; */
/* 	background-size:100px !important; */
/* 	background-position:center !important; */
/* } */

/* .tab--btn__nav .tab--item:first-child{ */
/* 	background-image: url(/images/logo/livebus_button_logo1.png) !important; */
/* 	background-repeat:no-repeat !important; */
/* 	background-size:100px !important; */
/* 	background-position:center !important; */
/* } */

.panel--expand__content .bus-info{
	height: auto !important;
}

/* 로딩 오버레이 전체 */
@keyframes rotate-loading {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.loading-container {
	display: none; /* 기본 숨김 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
}

.loading {
	position: absolute;
    top: calc(100% / 2 - 50px);
    left: calc(100% / 2 - 50px);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-color: transparent #FF9800 transparent #FF9800;
	animation: rotate-loading 1.5s linear infinite;
	transition: all 0.5s ease-in-out;
}

#loading-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	color: #fff !important;
	margin-top: -8px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.panel--expand__head .bus-type{
	font-family: 'esamanru';
}

.panel--list .panel--item__header .panel--item__number{
	font-family: 'esamanru';
	font-weight: 500 !important;
	max-width: 252px;
}

.panel--list .panel--item__header .panel--item__station{
	font-family: 'esamanru';
	font-weight: 500 !important;
}

.panel--expand__head .bus-type .bus-type-label{
	font-family: 'esamanru';
	font-weight: 500 !important;
}

.rc-card__route{
	font-family: 'esamanru';
	font-weight: 500 !important;
}

.bus-card__route{
	font-family: 'esamanru';
	font-weight: 500 !important;
}

.panel--list .panel--item__destination span{
	max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel--header .panel--search{
	border-radius: 10px 10px 10px 10px !important;
}

.rc-card .rc-stop__label{
	overflow: hidden;
}

.route-timeline .stops .stop .stop-info .stop-name{
	margin-bottom:0 !important;
}

.panel--list .panel--item__header .panel--item__number{
	font-size:17px !important;
}
.panel--list .panel--item__header .panel--item__number::before{
	background-size: 15px;
	width: 35px !important;
	height: 35px !important;
	flex: 0 0 35px !important;
}

.panel--list .panel--item__header .panel--item__station{
	font-size:17px !important;
}

.panel--list .panel--item__header .panel--item__station::before{
	background-size: 15px;
	width: 35px !important;
	height: 35px !important;
	flex: 0 0 35px !important;
}

.panel--list .panel--item .station-info dt{
	margin-bottom: 10px;
}

.panel--list .panel--item .station-info dl{
	display: block !important;
}

.panel--list .panel--item__header .panel--item__operation{
	font-family: 'esamanru';
    color: #0a529d;
    min-width: 45px;
}

.panel--expand__content{
	height: calc(100% - 40px) !important;
	overflow: hidden;
}

.panel--expand, .panel--wrap {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.panel--expand.is-open, .panel--wrap.is-open{
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
	
#map {
	width:100%;
	height:100dvh;
	position: absolute;
	z-index: 1;
	left: 350px;
}


.panel--list .panel--item__destination .route{
	max-width:250px !important;
}
	
/* @media (max-width: calc(768px - 0.02px)) { */
@media (max-width: 1024px) {	
	#map{
		left: 0px;
		bottom: 200px;
	}
	
	.panel--expand__content{
		height: calc(100% - 125px) !important;
	}
	.panel--wrap {
		z-index: auto !important;
	}

	.panel--header{
		z-index: 2 !important;
	}

	.panel--expand{
		width: 100% !important;
	}

	.Map.is-sheet-open .panel--expand{
		background: #f6f7fb !important;
	}

	.sheet{
		max-height: 100svh !important;
	}
}

/* ==========================================
   공지사항 팝업 스타일
   ========================================== */

/* 공지사항 모달 오버레이 */
.notice-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.notice-modal.active {
	display: flex;
}

.notice-dialog {
	position: relative;
	width: 860px;
	max-width: 95%;
	max-height: 90vh;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.notice-dialog .notice-bottom {
	background: #ecf0f2;
	position: sticky;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
}

.notice-dialog .notice-bottom .no-week {
	font-size: 14px;
	color: #888;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.notice-dialog .notice-bottom .no-week input[type=checkbox] {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	cursor: pointer;
}

.notice-dialog .notice-bottom .btn-close {
	background: none;
	border: none;
	color: #111;
	font-size: 15px;
	cursor: pointer;
	padding: 5px 10px;
}

/* ========== TYPE02 (이미지 포함형) ========== */
.notice-type02-modal {
	max-height: 700px;
	background: #daebfc;
	overflow-y: auto;
}

.notice-type02-modal .notice-top {
	text-align: center;
	padding-bottom: 240px;
	background-image: url(/design/bms/assets/images/top-img.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.notice-type02-modal .notice-logo {
	padding-top: 80px;
}

.notice-type02-modal .notice-logo img {
	max-height: 60px;
}

.notice-type02-modal .notice-title {
	padding-top: 20px;
	font-size: 50px;
	font-weight: bold;
	color: #0844aa;
}

.notice-type02-modal .notice-row-head {
	background: #0067c5;
	color: #fff;
	font-size: 22px;
	padding: 14px 20px;
	font-weight: 600;
	text-align: center;
	border-radius: 10px 10px 0 0;
	margin: 0 20px;
}

.notice-type02-modal .notice-box {
	background: #fff;
	margin: 0 20px 20px 20px;
	border-radius: 0 0 10px 10px;
	padding: 25px;
}

.notice-type02-modal .notice-img-box {
	background: #fff;
	padding: 20px;
	margin: 0 20px 20px 20px;
	border-radius: 10px;
}

.notice-type02-modal .notice-img-box img {
	width: 100%;
	border-radius: 5px;
}

.notice-type02-modal .notice-row {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 12px;
}

.notice-type02-modal .notice-row:last-child {
	margin-bottom: 0;
}

.notice-type02-modal .notice-row .label {
	background: #077cb4;
	color: #fff;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 16px;
	white-space: nowrap;
	display: inline-block;
}

.notice-type02-modal .notice-row .value {
	font-size: 18px;
	color: #0a244a;
}

/* ========== TYPE01 (시스템 안내형) ========== */
.notice-type01-modal {
	max-height: 700px;
	position: relative;
	padding: 60px 60px !important;
	background-color: #0972db;
	background-image: url(/design/bms/assets/images/notice-type01-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	overflow-y: auto;
}

.notice-type01-modal .notice-title {
	font-size: 42px;
	color: #fff;
	font-weight: 100;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 20px;
}

.notice-type01-modal .notice-title strong {
	font-weight: 700;
	color: #fff;
}

.notice-type01-modal .notice-box {
	background: #fff;
	border-radius: 10px;
	padding: 40px 50px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.notice-type01-modal .notice-box .notice-desc {
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 25px;
}

.notice-type01-modal .notice-box .row {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	align-items: center;
}

.notice-type01-modal .notice-box .row .label {
	background: #333;
	color: #fff;
	font-size: 15px;
	padding: 8px 12px;
	border-radius: 0px 5px 5px 5px;
	min-width: 90px;
	text-align: center;
}

.notice-type01-modal .notice-box .row .value {
	font-size: 18px;
	font-weight: 700;
	color: #0758ac;
	display: flex;
	align-items: center;
}

.notice-type01-modal .notice-box .notice-sub {
	font-size: 13px;
	color: #777;
	margin-left: 100px;
	margin-bottom: 12px;
}

.panel--list .tab--content {
	height: calc(100% - 500px) !important;
}

.panel--list .tab--panel{
	height: 100% !important;
}

.rc-card .rc-track{
	padding: 20px 0 20px !important;
}

.rc-card .rc-stops{
	bottom: -2px !important;	
}

.rc-card .rc-stop__label{
	margin-top: 2px !important;
}

.rc-card .rc-status{
	font-size: 17px !important;
    font-family: 'esamanru' !important;
}

.badge{
	font-size: 15px !important;
}

.badge--muted{
	color: #353333 !important;
}

.station-list .tab--panel{
	padding: 20px 20px !important;
}

.bus-card__first{
	padding: 5px 5px;
    border-radius: 5px;
    background: #047bb6;
    color: #fff;
    margin: 6px 0 4px;
    font-size: 17px;
    font-family: 'esamanru';
    border: #55688c 1px solid;
    text-align: center;
}

.bus-card__second{
	padding: 5px 5px;
    border-radius: 5px;
    background: #ffffff;
    color: #7685a2;
    text-align: center;
    margin: 6px 0 4px;
    font-size: 17px;
    font-family: 'esamanru';
    border: #55688c 1px solid;
    font-weight: 500;
    text-align: center;
}
/* ========== 모바일 반응형 ========== */
@media (max-width: 768px) {
	.panel--list .tab--content {
		height: calc(100% - 200px) !important;
	}

	.notice-dialog {
		width: 95%;
	}

	.notice-type01-modal {
		padding: 40px 30px !important;
	}

	.notice-type01-modal .notice-title {
		font-size: 28px;
	}

	.notice-type01-modal .notice-box {
		padding: 25px 20px;
	}

	.notice-type01-modal .notice-box .notice-desc {
		font-size: 15px;
	}

	.notice-type01-modal .notice-box .row .label {
		font-size: 13px;
		min-width: 70px;
		padding: 6px 8px;
	}

	.notice-type01-modal .notice-box .row .value {
		font-size: 15px;
	}

	.notice-type01-modal .notice-box .notice-sub {
		margin-left: 80px;
		font-size: 12px;
	}

	.notice-type02-modal .notice-title {
		font-size: 32px;
	}

	.notice-type02-modal .notice-top {
		padding-bottom: 150px;
	}

	.notice-type02-modal .notice-row-head {
		font-size: 16px;
		margin: 0 15px;
	}

	.notice-type02-modal .notice-box {
		margin: 0 15px 15px 15px;
		padding: 20px;
	}

	.notice-type02-modal .notice-img-box {
		margin: 0 15px 15px 15px;
	}

	.notice-type02-modal .notice-row .label {
		font-size: 13px;
		padding: 6px 12px;
	}

	.notice-type02-modal .notice-row .value {
		font-size: 15px;
	}

	.notice-dialog .notice-bottom {
		padding: 10px 20px;
	}
}
/* ============================= */
/* BIS 광고 영역 스타일 */
/* ============================= */
.panel--wheather__ad {
	position: relative;
	width: 100%;
	height: 140px;
	overflow: hidden;
}

.panel--wheather__ad .ad-close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	z-index: 10;
}

.panel--wheather__ad .ad-close-btn:hover {
	background: rgba(0, 0, 0, 0.7);
}

.panel--wheather__ad .ad-content {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel--wheather__ad .ad-content img,
.panel--wheather__ad .ad-content video {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
