@charset "UTF-8";
@import url("layout.css");
@import url("contents.css");
@import url("/resources/css/common/print.css");
/*-------------------------------------------------
title       : 서브
Author      : PLAN I
Create date : 2025-01-31
-------------------------------------------------*/
/* #visual {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
#visual strong {
  display: block;
  font-size: 4rem;
}
#visual img {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  z-index: -1;
  min-width: 100%;
  max-width: inherit;
  height: 30rem;
} */
#visual .control a {
  display: inline-block;
  overflow: hidden;
  width: 6rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
  vertical-align: middle;
  font-size: 3rem;
  top: 23rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: var(--time2);
}
#visual .control a[class*=prev] {
  position: absolute;
  left: 3rem;
}
#visual .control a[class*=prev]::before {
  font-family: "remixicon";
  content: "\ea64";
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
#visual .control a[class*=next] {
  position: absolute;
  right: 3rem;
}
#visual .control a[class*=next]::before {
  font-family: "remixicon";
  content: "\ea6e";
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
#visual .control a:hover, #visual .control a:focus {
  background-color: #fff;
  color: #000;
}

#tabmenu {
  margin-bottom: 6rem;
}
#tabmenu .depth1 {
  display: flex;
  overflow: hidden;
  border-radius: 1.2rem 1.2rem 0 0;
  background-color: #243C51;
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
}
#tabmenu .depth1 li {
  flex: 1 1;
}
#tabmenu .depth1 .on a {
  background-color: #fff;
  color: #111;
}
#tabmenu .depth1 a {
  display: flex;
  position: relative;
  height: 6.5rem;
  border-radius: 1.3rem 1.3rem 0 0;
  border: 1px solid #243C51;
  border-bottom: 0 none;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: var(--time2);
}
#tabmenu .depth1 a:hover, #tabmenu .depth1 a:focus {
  background-color: #fff;
  color: #111;
}
#tabmenu .depth1.type1 {
  border-radius: 0.8rem;
  border: 1px solid #2B3D5E;
  background: none;
  font-size: inherit;
  font-weight: 600;
  color: #111;
}
#tabmenu .depth1.type1 .on a {
  background-color: #2B3D5E;
  color: #fff;
}
#tabmenu .depth1.type1 .on a::after {
  border: 0 none;
  background-color: #3F547C;
}
#tabmenu .depth1.type1 a {
  padding: 2rem;
  border-radius: 0;
  border: 0 none;
  text-align: left;
  justify-content: start;
}
#tabmenu .depth1.type1 a::after {
  display: inline-block;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  vertical-align: middle;
  font-family: "remixicon";
  content: "\ea4e";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 2rem;
  border-radius: var(--brd);
  border: 1px solid #000;
  transition: var(--time2);
}
#tabmenu .depth1.type1 a:hover::after, #tabmenu .depth1.type1 a:focus::after {
  border: 0 none;
  background-color: #3F547C;
  color: #fff;
}
#tabmenu .depth2 {
  display: flex;
  border-bottom: 1px solid var(--bdc);
  font-size: 1.9rem;
  font-weight: 600;
  white-space: nowrap;
}
#tabmenu .depth2 li {
  flex: 1 1;
}
#tabmenu .depth2 li + li a::before {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: 1px;
  height: 1.5rem;
  background-color: var(--bdc);
  content: "";
}
#tabmenu .depth2 a {
  position: relative;
  display: flex;
  position: relative;
  height: 6.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#tabmenu .depth2 a::after {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--cl);
  content: "";
  transition: var(--time2);
}
#tabmenu .depth2 a:hover::after, #tabmenu .depth2 a:focus::after {
  width: 100%;
}
#tabmenu .depth2 a::after {
  height: 0.5rem;
}
#tabmenu .depth2 .on a {
  font-weight: 600;
  color: #0975BA;
}
#tabmenu .depth2 .on a::after {
  width: 100%;
  background-color: #0975BA;
}

.facility-item {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 15px;
	background-color: #fafafa;
	position: relative;
}

.facility-item:first-child {
	background-color: #f8f9fa;
}

.facility-actions {
	text-align: right;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e0e0e0;
}

.facility-controls {
	text-align: center;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 2px solid #dee2e6;
}

.facility-item .form-group {
	margin-bottom: 15px;
}

.facility-item .form-group:last-child {
	margin-bottom: 0;
}

.brno-part {
	width: 60px !important;
	text-align: center;
}
/* .facility-name {
	width: calc(100% - 120px) !important;
} */