@charset "UTF-8";
@import url('/css/client/bootstrap-4.6.0/bootstrap.css');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');


body {
  font-family:'Noto Sans KR', sans-serif !important;
}

.carousel.pointer-event {
  touch-action: pan-y pinch-zoom !important;
}

#multiView.d-View .modal-header{
	padding: 1rem !important;
}

#pano.ipad-h{
   	height: 580px !important;
   }

     

@media all and (min-width:769px) {
	.exhibition_area_view {height:800px !important;}
}


@media all and (max-width:768px) {
	.exhibition_area_view {height:600px !important;}
}












