.rlrhksckwrlzjsxpdlsj {
  	width: 100% !important; 
    padding-left: 40px !important; 
    padding-right: 40px !important; 
    padding-top: 30px !important; 
    padding-bottom: 20px !important; 
}

.rlrhksckwrlvmfpdlarmfnq {
  	width: 100% !important;
}

.bh-scope {
  --bh-font-size: 14px;
  --bh-text: #333;
  --bh-muted: #bfbfbf;
  --bh-border: #d9d9d9;
  --bh-primary: #1677ff;
  --bh-box-size: 16px;

  font-size: var(--bh-font-size);
  color: var(--bh-text);
}

/* ¿ÞÂÊ ¼¼·Î ¸®½ºÆ®ÀÇ ¼¼·Î ±¸ºÐ¼± */
.bh-scope .bh-left::after {
  content: "";
  position: absolute;
  top: .25rem;
  right: 0;
  bottom: .25rem;
  width: 1px;
  background: var(--bh-border);
}

/* Ã¼Å©¹Ú½º Å©±â/¸ð¾ç Ä¿½ºÅÍ¸¶ÀÌÁî (ºÎÆ®½ºÆ®·¦ ±â¹Ý À¯Áö) */
.bh-scope .bh-check .form-check-input {
  width: var(--bh-box-size);
  height: var(--bh-box-size);
  border-radius: 2px;           /* °¢Áø ¹Ú½º */
  border-color: var(--bh-muted);
  box-shadow: none;
}

.bh-scope .bh-check .form-check-input:focus {
  box-shadow: 0 0 0 .2rem rgba(22, 119, 255, .15);
  border-color: var(--bh-primary);
}

.bh-scope .bh-check .form-check-input:checked {
  background-color: var(--bh-primary);
  border-color: var(--bh-primary);
}

/* ¶óº§: ÇÑ ÁÙ À¯Áö, ÇÊ¿ä ½Ã ¸»ÁÙÀÓ */
.bh-scope .bh-check .form-check-label {
  white-space: normal;   /* ¿©·¯ ÁÙ Çã¿ë */
  overflow: visible;
  text-overflow: unset;
  max-width: 100%;
  vertical-align: middle;
  margin-left: .25rem;
  color: var(--bh-text);
  line-height: 1.4;
}

/* ¹ÝÀÀÇü ¹Ì¼¼ Á¶Á¤ (¿É¼Ç) */
@media (max-width: 992px) {
  .bh-scope {
    --bh-box-size: 15px;
  }
}
@media (max-width: 576px) {
  .bh-scope .bh-left::after { display: none; } /* ¸ð¹ÙÀÏ¿¡¼­´Â ±¸ºÐ¼± Á¦°Å */
}

.bh--panel {
  --bh-radius: 1rem;
  --bh-border: #e5e7eb;
  --bh-muted: #6b7280;
  --bh-bullet: #111827;
  --bh-title: #111827;
  --bh-bg: #fff;
}
.bh--panel .card {
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-radius);
  background: var(--bh-bg);
}
.bh--panel .card-body {
  padding: 1.5rem 2rem 1rem 2rem;
}
.bh--panel .bh--title {
  font-weight: 700;
  color: var(--bh-title);
  margin-bottom: 0.75rem;
}
.bh--panel .bh--title .bh--bullet {
  color: var(--bh-bullet);
  margin-right: .35rem;
}
.bh--panel .bh--kv {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #111827;
}
.bh--panel .bh--kv .key {
  width: 6.5rem;
  font-weight: 400;
}
.bh--panel .bh--kv .val {
  font-size: 14px;
}
.bh--panel .bh--kv .val a {
  word-break: break-all;
  text-decoration: none;
  color: #2563eb;
}
.bh--panel .bh--kv .val a:hover {
  text-decoration: underline;
}
.bh--panel .bh--map {
  min-height: 180px;
  background: #f3f4f6;
  border: 1px solid var(--bh-border);
  border-radius: .75rem;
  overflow: hidden;
}
.bh--panel .bh--map--placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  font-size: .95rem;
  color: var(--bh-muted);
}
.bh--panel .card-footer {
  background: #fafafa;
  border-top: 1px solid var(--bh-border);
  border-bottom-left-radius: var(--bh-radius);
  border-bottom-right-radius: var(--bh-radius);
}
.bh--panel .btn {
  border-radius: 9999px;
}
/* ÀÛÀº È­¸é¿¡¼­ ÁÂ¿ì ¿©¹é Á¶±Ý º¸°­ */
@media (max-width: 576px) {
  .bh--panel .card-body { padding: .75rem; }
  .bh--panel .bh--kv .key { width: 6rem; }
}

.bh--btn-group {
  display: flex;
  gap: 6px; /* ¹öÆ° °£ °£°Ý */
}

.bh--btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 4px 12px;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.15s ease;
}

.bh--btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bh--btn i img {
  width: auto;
  height: 16px;
  display: block;
}

/* hover È¿°ú */
.bh--btn:hover {
  border-color: #0078ff;
  color: #0078ff;
}

/* active È¿°ú */
.bh--btn:active {
  background-color: #f2f8ff;
  border-color: #0078ff;
  color: #0078ff;
}

.bh--btn-close i img {
  height: 10px;
}

.inst-highlight {
	background-color: lightgray;
	font-weight:bold;
}

.checkbx-border {
	border:1px solid #999;
	border-radius: 3px;
}

.input-border {
	width: 500px;
	border:1px solid #999;
	border-radius: 5px;
	padding: 3px 3px;
	margin: 1px 2px;
}

.input-border-short {
	width: 210px;
	border:1px solid #999;
	border-radius: 5px;
	padding: 3px 3px;
	margin: 1px 2px;
}

.select-border {
	border:1px solid #999;
	border-radius: 5px;
	padding: 1px 1px 1px 8px; /* ¿ÞÂÊ ¿©¹é 8px*/
	margin: 1px 1px;
	height: 30px;
	font-size: 15px;
}
