@CHARSET "UTF-8";

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1000;
    opacity: 0.5;
}

.modal-wall {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    filter:alpha(opacity=50);
    opacity:.5;
    cursor:pointer;
}

.modal-wall-none {
    display: block; 
    z-index: 10001; 
    opacity: 0.5;
}

.popup-wrap {
    position: absolute;
    border-radius: 4px;
    box-shadow: 4px 4px 12px #575757;
    background: #fff;
    opacity:1;
    display:none;
    overflow: hidden;
}


.notice-popup-wrap .popup-attach {
    overflow-y: auto;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-top: 1px solid #dee2e6;
    background: #fff;
    padding: 8px;
}

.notice-popup-wrap .check-box {
    bottom: 15px;
}

.notice-popup-wrap .modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.notice-popup-wrap .form-control {
    padding: 0.375rem 0.35rem;
}

.notice-popup-wrap .custom-control {
    position: relative;
    z-index: 1;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    top: 6px;
}

.novisible {
    display:none;
}

.header-main .container .header-item .heading {
	cursor:pointer;
}

.breadcrumb {   
    padding-top: 18px;
    padding-bottom: 18px;
}

.breadcrumb ol span {
    display: block;
    color: white;
    font-size: 15px;
}

multi select
.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}

.select-pure__select {
  align-items: center;
  background: #f9f9f8;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: left;
  min-height: 36px;
  padding: 5px 10px;
  position: relative;
  transition: 0.2s;
  width: 100%;
}

.select-pure__select:focus{
	outline: 5px auto #000;
}

.select-pure__select.disabled{
	background: #e1e1e1;
}

.select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 5;
}

.select-pure__select--opened .select-pure__options {
  display: block;
}

.select-pure__options.hide{
	    display: none;
}

.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 44px;
  line-height: 25px;
  padding: 10px;
}

.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none;
}

.select-pure__option--hidden {
  display: none;
}

.select-pure__selected-label {
  background: #5e6264;
  border-radius: 4px;
  color: #fff;
  cursor: initial;
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
  margin-right: 0;
}

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
}

.select-pure__selected-label i:hover {
  color: #e4e4e4;
}

.select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.header-item .heading {
	cursor:pointer;
}

.btn-box-right {
	justify-content: flex-end;
}

.btn-box-center {
	justify-content: center;
}    

.menubar-main {
	cursor:pointer;
}

.pointer {
	cursor:pointer;
}

/* dukim 주석
.b-table-box .b-title-box {
	text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
   	justify-content: flex-end;
   	justify-content: flex-center;
}
*/

.sliderpointer {
	text-align:center;
	border-color:#fff;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.2em !important;
}

.ui-slider {
	height: 1px;
}

.ui-slider span{
	background-color:#007fff !important;
}

.slidetxt {
	margin-bottom : 5px;
	width: 100%;
}

.bootstrap-datetimepicker-widget table td.weekend {
    color: #d90c20;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
    color: #dbdcdc !important;
}

.bootstrap-datetimepicker-widget li.picker-switch {
    border-top: 1px solid #ced4da;
}

.req-txt{
	display: flex;
	justify-content: flex-end;
}


@media (min-width: 350px) {
	.b-table-box .bus-table {
		min-width: 210px;
		width: 100%
	}
	
	.b-table-box .pop-bus-table {
		min-width: 110px;
		width: 100%
	}
}

.container-search .message-body ul li a.active{
		color: #033975;
		font-weight: 500;
	}

#skipNavi {
    height: 0;
}

#skipNavi ul{
	list-style: unset;
	padding-left: 0px;
}

#skipNavi .skipLink {
    position: absolute;
    top: -1000px;
    left: -1000px;
    overflow: hidden;
    z-index: 5000;
}

#skipNavi .skipLink:focus, #skipNavi .skipLink:active {
    top: 0;
    left: 0;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #033975;
    color: #fff;
}

.blind {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -9999em;
    left: -9999em;
    display: block;
    text-indent: -9999em;
    font-size: 0px;
    line-height: 0;
}

.btn-modify2 {
	margin: 2px;
    background-color: #5C5E6D;
    border-color: #6c757d;
	color: #fff;
	padding: 11px 0.75rem;
}
.btn-modify2:hover, .btn-modify2:focus {
	background-color: #5C5E6D;
	border-color: #f8f9fa;
	color: #fff;
}

/* dukim 추가_2025.06.09 */
.board-view-cont .pager {
  display: none !important;
}

.board-view-cont .owl-carousel {
  position: relative;
}

.board-view-cont .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  padding: 0 20px;
}

.board-view-cont .owl-nav button {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 32px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
/*
.board-view-cont .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.6);
}
*/

/* owl-nav 화살표 버튼 위치 조정 */
.owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 30px;
  pointer-events: none;
}

/* 버튼 크기 및 모양 조절 */
.owl-nav button {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 48px;     /* ← 글자 크기 키움 */
  width: 60px;         /* ← 버튼 크기 키움 */
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.owl-carousel .owl-nav button.owl-prev {
  font-size: 60px;	
  color: #626C79;
  content: '\F284';
  font-family: var(--font-icon);
}

.owl-carousel .owl-nav button.owl-next {
  font-size: 60px;	
  color: #626C79;
  font-family: var(--font-icon);
}

/* 호버 시 배경 진하게 */
/*
.owl-nav button:hover {
  background: rgba(0, 0, 0, 0.7);
}
*/