/*텍스트 선택 불가*/
body {
	-webkit-user-select: none !important; 
	-moz-user-select: -moz-none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}


.sch_ctl {width:90%;display:inline-block;}
.sch_ctr {width:calc(10% - 3px);display:inline-block;}

.tit_h2 {clear:both;margin-top:30px;}
.sch_list {

}

.sch_multi_box {
	padding:0 10px;
}


.sch_btn {
	width:100%;
	text-align:center;
	padding:11px 0;
	background-color:#0a0a23;
	border:none;
	color:#fff;
}

.masonry-box, .sch-item-box {
	margin-top:30px;
	column-count: 3;
	column-gap: 1em;
}


.masonry-item, .sch-item-box li {
	display: inline-block;
	margin: 0 0 1em;
	width: 100%;
	border:solid 1px #ccc;
	border-radius:10px;
}

.masonry-item dt {
	width:100%;
	position:relative;
	padding: 10px 10px 0;
}
.masonry-item dd {
	width:100%;
	position:relative;
	padding: 5px 10px;
}

.item-list-box {
	list-style:none;
	width:100%;
	padding:0 5px;
}

.item-list-box .dept-s1 {
	font-size:15px;
	padding-left:5px;
}

.item-list-box .dept-s2 {
	font-size:13px;
	padding-left:8px;
	color:#3c3c3c;
	margin-bottom:3px;
}

.checkbox-wrapper .sub-text {
	display:block;
	font-size:14px;
	color:#3c3c3c;
	padding-left:3px;
}

.checkbox-wrapper label {

}


  .checkbox-wrapper {
    --size: 25px;
    position: relative;
	display:inline-block;
	border:solid 1px #ccc;
	border-radius:10px;
	padding: 15px;
	width:100%;
  }

  .checkbox-wrapper *,
  .checkbox-wrapper *:before,
  .checkbox-wrapper *:after {
    box-sizing: border-box;
  }

  .checkbox-wrapper .promoted-input-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .checkbox-wrapper input:checked ~ svg {
    height: calc(var(--size) * 0.6);
    -webkit-animation: draw-checkbox-28 ease-in-out 0.2s forwards;
            animation: draw-checkbox-28 ease-in-out 0.2s forwards;
  }
  .checkbox-wrapper label:active::after {
    background-color: #e6e6e6;
  }
  .checkbox-wrapper label {
    color: #0080d3;
    line-height: var(--size);
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper label:after {
    content: "";
    height: var(--size);
    width: var(--size);
    margin-right: 8px;
    float: left;
    border: 2px solid #0080d3;
    border-radius: 3px;
    transition: 0.15s all ease-out;
  }
  .checkbox-wrapper svg {
    stroke: #0080d3;
    stroke-width: 3px;
    height: 0;
    width: calc(var(--size) * 0.6);
    position: absolute;
    left: calc(var(--size) * 0.21 + 15px);
    top: calc(var(--size) * 0.2 + 15px);
    stroke-dasharray: 33;
  }

  @-webkit-keyframes draw-checkbox-28 {
    0% {
      stroke-dashoffset: 33;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes draw-checkbox-28 {
    0% {
      stroke-dashoffset: 33;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }


.checkbox-wrapper:has(input[type=checkbox]:checked) {
	background-color:#EBFBFF;
}

.select2-selection__clear {
	cursor:pointer !important;
	margin-right:5px !important;
	margin-top:5px !important;
	padding:5px !important;
	font-size:20px !important;
	color:#0080d3 !important;
}

.select2-selection__choice__remove {
	background-color:transparent !important;
	border:none !important;
	border-right: 1px solid #0080d3 !important;
	cursor:pointer !important;
	padding: 5px !important;
	color:#0080d3 !important;
}

.select2-selection__rendered {
	position:absolute;
	top:9px;
}

.select2-selection__choice {
	border-color:#0080d3 !important;
	background-color:#EBFBFF !important;
	margin-top:0 !important;
}

.select2-selection__choice__display {
	display:inline-block;
	padding-left:13px !important;
	padding-right:8px !important;
	font-size:15px;
	color:#0080d3 !important;
}

.select2-selection select2-selection--multiple select2-selection--clearable {
	border-color:#ccc !important;
}

.no-data {
	width:100%;
	padding: 50px 0;
	text-align:center;
	border:dashed 1px #ccc;
	border-radius:10px;
	font-size:20px;
	color:#999;
	margin-bottom:30px;
}

.guide-bbs {
	font-size:15px;
	padding-top:15px;
}

.color-1 {
	color:#0080d3 !important;
}

.color-2 {
	color:#000 !important;
}

.masonry-item img {
	width:100%;
	border-radius:10px;
}

.masonry-item:has(img) {
	border:none !important;
}

.select2-container--default {
	display:inline-block !important;
	width:100% !important;
}

.myspec-input-box .select2-container {
	width:260px !important;
}

.sch_input_val {
	width:100px;
	display:inline-block;
}


.select2-container--open .select2-search--inline {
	display:block !important;
	position:relative;
	margin-top:45px;
}

.select2-container--open .select2-search__field {
	border:solid 1px #ccc !important;
	border-radius:3px !important;
	width:99% !important;
	padding: 3px 10px !important;
	cursor:
}


.select2-container--focus .select2-search__field {
	cursor:none !important;
}



/* 가로 해상도가 576px 보다 작은 화면에 적용) */
@media only screen and (max-width: 576px)  {

	.container { width:100% !important; }
	.tit_h2 { text-align:center; }
	.masonry-box, .sch-item-box {
		margin-top:20px;
		column-count: 1;
		column-gap: 1em;
	}

	.sch_ctl {width:100%;display:block;}
	.sch_ctr {width:100%;display:block;margin-top:10px;}

	.checkbox-wrapper .sub-text {
		font-size:12px;
	}

	.no-data {
		font-size:15px;
	}
}



/* 가로모드 모바일 디바이스 (가로 해상도가 576px보다 크고 991px 보다 작은 화면에 적용)  */
@media (min-width: 576px) and (max-width: 991px) {

	.container { width:100% !important; max-width:100% !important; }
	.masonry-box, .sch-item-box {
		column-count: 2;
		column-gap: 1em;
	}

	.checkbox-wrapper .sub-text {
		font-size:12px;
	}

}