/* 회의실 대관 page */
.mt-room-con{
	margin-top: 80px;
}
.reserve-box{
	width: 100%;
	height: 80px;
	background: #F9F9F9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 48px;
}
.reserve-box>li{
	display: flex;
	align-items: center;
}
.reserve-box .guide-icon{
	border-radius: 50%;
	background: #0F59C5;
	color: #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	margin-right: 6px;
}
.mt-room-btnwrap{
	column-gap: 10px;
}
.mt-room-btnwrap>button{
	width: 10rem;
	height: 2.5rem;
	padding: 0;
}
.mt-img-box{
	border: 1px solid #ddd;
	display: flex;
	padding: 48px;
	justify-content: space-between;
	margin-top: 20px;
}
.imgSwiper{
	width: 480px;
	height: 300px;
	margin: 0;
}
.mt-img-box .swiper-slide{
	width:100%;
	height: 100%;
}
.mt-room-con .swiper-slide>img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.mt-room-con .swiper-pagination-bullet{
	background: none;
	border: 1px solid #fff;
	opacity: 0.7;
}
.mt-room-con .swiper-pagination-bullet-active{
	background: #0F59C5;
	border: 1px solid #0F59C5;
	opacity: 1;
}
/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px !important;
} */
.mt-img-box .mt-intro{
	width: calc(100% - 480px);
	margin-left: 88px;
}
.mt-intro>strong{
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
}
.mt-intro-text>li{
	margin-bottom: 28px;
}
.mt-intro-text>li>span{
	font-size: 18px;
}
.mt-intro-text>li .mi-sub-tit{
	font-weight: 700;
	width: 124px;
	display: inline-block;
}
.guide-step-wrap>li{
	display: flex;
	width: 100%;
	column-gap: 102px;
	align-items: center;
}
.guide-step-wrap>.step-arrow{
	padding: 10px 0;
	justify-content: center;
}

.step-use-wrap .icon-cbox{
	border-radius: 50%;
	max-width: 120px;
	max-height: 120px;
	width: 100%;
	height: 120px;
	border: 1px solid #ddd;
	position: relative;
	background-color: #fff;
}
.step-use-wrap .icon-cbox>p{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	position: absolute;
	left: 0;
	top: 8px;
}
.step-use-wrap .icon-cbox1{
	margin-top: 30px;
	position: relative;
}
.step-use-wrap .icon-cbox1::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 840px;
	background: #ddd;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
}
.step-use-wrap .icon-cbox1>p{
	background: #99CA3C;
}
.step-use-wrap .icon-cbox2>p{
	background: #319A88;
}
.step-use-wrap .icon-cbox3>p{
	background: #0F59C5;
}
.step-use-wrap .icon-cbox>img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.step-tbox-wrap{
	width: 100%;
}
.step-tbox-wrap>.step-txt-box{
	margin-bottom: 10px;
   
}
.step-tbox-wrap>.step-txt-box:last-child{
	margin: 0;
}
.step-txt-box{
	position: relative;
}
.step-txt-box::before{
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	width: 162px;
	background: #ddd;
	left: -162px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.step-txt-box{
	border: 1px solid #ddd;
	width: 100%;
	padding: 40px;
}
.step-txt-box dt,
.step-txt-box dt>span{
	font-size: 20px;
	font-weight: 700;
}
.step-txt-box dt{
	margin-bottom: 12px;
}
.step-tit1{
	color: #99CA3C;
}
.step-tit2{
	color: #319A88;
}
.step-tit3{
	color: #0F59C5;
}
.step-txt-box dd>p{
	display: flex;
	align-self: center;
	gap: 8px;
	margin-top: 10px;
}
.step-txt-box dd{
	margin-bottom: 10px;
}
.step-dd-bold{
	font-weight: 700;
}
.inner-p2{
	display: flex;
	gap: 40px;
}
.common-tb .inner-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rg-box-wrap{
	display: flex;
	gap: 10px;
}
.rg-box-wrap>li{
	height: 52px;
	line-height: 52px;
	border-radius: 4px;
	background: #F9F9F9;
	padding: 0 28px;
}
.rg-box-wrap>.dw-rg-box{
	display: flex;
	column-gap: 52px;
	align-items: center;
}
.horiz-tb-wrap{
	margin-top: 32px;
}
.horiz-tb-wrap>strong{
	font-size: 20px;
	font-weight: 700;
}
.horiz-tb-wrap>table{
	margin-top: 12px;
}
/* 회의실 대관page 끝 */

/* 회의실 예약page */
.mt-intro-wrap{
	display: flex;
	column-gap: 72px;
}
.mt-intro-wrap .imgSwiper{
	width: 690px;
	height: 460px;
	margin:0;
}
.mt-intro-wrap .mt-intro-text>li{
	margin-bottom: 20px;
}
.date-select-wrap{
	display: flex;
	column-gap: 40px;
	margin-top: 60px;
}
.date-select-wrap>li{
	width: 100%;
}
.date-select-wrap>li>p{
	font-size: 18px;
	margin-bottom: 12px;
}
.date-select-wrap .dt-sel-box{
	border: 1px solid #ddd;
	height: 100%;
	padding: 25px;
	position: relative;
	height: 722px;
}
.date-select-wrap .fc .fc-button-primary{
	background: transparent;
	border: transparent;
}
.date-select-wrap .fc-today-button{
	display: none !important;
}
.fc-col-header tr{
	height: 60px;
	background: #319A88;
	line-height: 60px;
}
.date-select-wrap .fc-col-header tr>th{
	border: none;
}
.date-select-wrap .fc-col-header tr>th>div{
	color: #fff;
}
.date-select-wrap .fc-scrollgrid-sync-table{
	border: 1px solid red;
}
.date-select-wrap .fc-scrollgrid-sync-table tr>td{
	border: none;
	height: 80px;
	width: 80px;
	cursor: pointer;
}
.fc-theme-standard td, .fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid{
	border: none !important;
}
.date-select-wrap .fc-scroller-liquid-absolute,
.date-select-wrap .fc-scroller-harness,
.date-select-wrap .fc-scroller{
	overflow: inherit !important;
}
.date-select-wrap .fc-col-header,
.date-select-wrap  .fc-daygrid-body,
.date-select-wrap .fc-scrollgrid-sync-table{
	width: 100% !important;
}
.fc .fc-daygrid-day-top{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.date-select-wrap .fc-daygrid-day.fc-day-today{
	background-color: transparent !important;
	border-radius: 50%;
	position: relative;
}
.date-select-wrap .fc-daygrid-day.fc-day-today>.fc-daygrid-day-frame{
	width: 48px !important;
	height: 48px !important;
	min-height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #CFDEF3;
	border-radius: 50%;
}
.fc-daygrid-day-number{
	font-weight: 500;
}
.date-select-wrap .fc-highlight{
	background-color: #0F59C5 !important;
	border-radius: 50%;
	color: #fff;
	height: 48px;
	width: 48px;
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
}
.fc-daygrid-day-frame:has(.fc-highlight) .fc-daygrid-day-number{
	color: #fff;
}
.fc-daygrid-day-top{
	z-index: 10;
}
.date-select-wrap .fc-button-primary:hover{
	background-color: transparent !important;
	border-color:transparent !important;
}
.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus{
	box-shadow:none !important;
}


.cal-sign{
	border-top: 1px dashed #2A2F38;
	position: absolute;
	bottom: 0;
	width: calc(100% - 50px);
	left: 50%;
	transform: translateX(-50%);
	padding: 25px 0;
}
.info-sign{
	display: flex;
	column-gap: 40px;
}
.info-sign>li{
	display: flex;
	gap: 8px;
}
.info-sign>li>span{
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.info-sign .choose>span{
	background: #0F59C5;
}
.info-sign .today>span{
	background: #CFDEF3;
}
.info-sign .possible>span{
	border: 1px solid #B9B9B9;
	background: #fff;
}
.info-sign .impossible>span{
	background: #eee;
}
.info-sign .admin-app>span{
	background: #909295;
}
.timeOl{
	display: flex;
	flex-wrap: wrap;
}
.timeOl>li{
	width: 20%;
	height: 98px;
}
.timeOl>li>p{
	height: 40px;
	background: #319A88;
	border-right: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.timeOl>li>.br-none{
	border-right: 0;
}
.timeOl>li .time-span{
	border: 1px solid #B9B9B9;
	height: 58px;
	width: 100%;
	display: inline-block;
	border-top: 0;
	border-left: 0;
}
.timeOl>li .bl-ok{
	border-left: 1px solid #B9B9B9;
}
.timeOl>li .br-ok{
	border-right: 1px solid #B9B9B9;
}
.timeOl>li .time-sold{
	background: #eee;
}
.timeOl .admin-time>p{
	background: #B0B1B3;
}

.timeOl .admin-time>span{
	background: #909295;
}
.right-info-sign{
	padding: 32px 0;
	border-bottom: 1px dashed #2A2F38;
}
.time-bottom{
	padding-top: 32px;
}
.time-bottom>p{
	margin-bottom: 10px;
}
.time-bottom .time-select{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 5px;
}
.time-bottom .select-custom{
	width: 50%;
	height: 40px;
	position: relative;
	border: 1px solid #BEBEBE;
}
.time-bottom .select-custom select{
	height: 100%;
	width: 100%;
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	padding: 0 40px;
	outline: 0;
}
.time-bottom .select-custom::before{
	content: "";
	background: url(../../images/icon/time.png) no-repeat;
	width: 16px;
	height: 16px;
	z-index: 3;
	left: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.dotted-line{
	border-bottom: 1px dashed #2A2F38; 
	padding-bottom: 44px;
}
.speech-wrap{
	display: flex;
	gap: 4px;
	align-items: center;
}
.question-icon{
	position: relative;

}
.question-icon>span{
	display: inline-block;
	width: 21px;
	height: 21px;
	background: #fff;
	border: 1px solid #20355D;
	border-radius: 50%;
	color: #20355D;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
}
.speech-box{
	position: absolute;
	width: 175px;
	background: #fff;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.15);
	border-radius: 4px;
	left: 50%;
	transform: translateX(-50%);
	top: 26px;
	opacity: 0;
	transition: all .6s;
}
.speech-box>p:first-child{
	background: #20355D;
	color: #fff;
	border-radius: 4px 4px 0 0;
	padding: 5px 10px;
}
.speech-box>p{
	padding:10px;
	font-weight: 500;
}
.question-icon>span:hover ~ .speech-box{
	opacity: 1;
}


/* 차량등록page */

.right-btn-wrap{
	display: flex;
	gap: 10px;
}
.right-btn-wrap>button{
	height: 48px;
	min-width: 160px;

}
.md-guide-txt{
	margin-top: 8px;
}
.md-guide-txt>span{
	text-decoration: underline;
	color: #0F59C5;
	font-weight: 700;
	cursor: pointer;
}

/* 출입허가신청page */
.modal-scroll{
	height: 510px;
	overflow-y: auto;
	padding: 0 20px;
}
.modal-scroll::-webkit-scrollbar {
	width: 5px;  /* 스크롤바의 너비 */
}

.modal-scroll::-webkit-scrollbar-thumb {
	height: 30%; /* 스크롤바의 길이 */
	background: #626569; /* 스크롤바의 색상 */
	border-radius: 10px;
}

.modal-scroll::-webkit-scrollbar-track {
	background: rgba(90, 90, 90, 0.1);  /*스크롤바 뒷 배경 색상*/
}
.modal-scroll .caution-txt{
	margin-bottom: 12px;
}
.input-ck-wrap>li{
	width: 50%;
}
.input-ck-wrap>li.check-on input[type="text"]{
	margin-left: 8px;
}
.under-agree{
	margin-top: 40px;
}
.under-agree>strong{
	font-size: 18px;
	font-weight: 700;
}
.under-agree>.ag-tb-tit{
	margin: 10px 0 12px 0;
}
.common-tb tr>td{
	text-align: center;
}
.agree-ck-box{
	background: #F9F9F9;
	padding: 24px 20px;
	margin-top: 20px;
}
.argee-ck-ch{
	display: flex;
	margin-top: 10px;
	align-items: center;
	gap: 20px;
}
.p-color{
	color: #0F59C5;
	font-weight: 700;
}

/* 스와이퍼 버튼 */
.swiper-button-prev,
.swiper-button-next {
	background-color: #20355D;
	padding: 15px 5px;
	/* width: 25px;
	height: 40px; */
	border-radius: 4px;
	color: #fff !important;
}
.modal-con .swiper-button-prev{
	left: 6px;
}
.modal-con .swiper-button-next{
	right: 6px;
	left: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 1.1rem !important;
	font-weight: 600 !important;
}
.modal-con .swiper-button-prev::after{
	content: "";
	background: url(../../images/icon/slide-aw.png) no-repeat;
	width: 10px;
	height: 16px;
	background-size: cover;
}
.modal-con .swiper-button-next::after{
	content: "";
	background: url(../../images/icon/slide-aw.png) no-repeat;
	width: 10px;
	height: 16px;
	background-size: cover;
	transform: rotate(180deg);
}