@charset "UTF-8";

a{
	color: #0066CC;
}
a:hover {
	font-weight: 600;
	color: #0151a8;
}
.spanred{
	color: red;
}
.spanblue{
	color: blue;	
}
.table thead th{
	vertical-align: middle;
}
.table th{
	vertical-align: middle;
}
.table td{
	vertical-align: middle;
}
.table .pre1{
/* 	width: 20%; */
	background-color: #f6f6f6;
}
.table .pre2{
/* 	width: 15%; */
	background-color: #fafafa;
}
.labelbtn-sm{
	min-width: 30px;
    display: inline-flex;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    background-color: #4DABF6;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-right: 1px;
		/*cursor: pointer;*/
}
.labelbtn-submit-sm{
	min-width: 30px;
    display: inline-flex;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    background-color: #4DABF6;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-right: 1px;
}
.labelbtn-temp-sm{
	min-width: 30px;
    display: inline-flex;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    background-color: #14C7C0;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-right: 1px;
}
.labelbtn-return-sm{
	min-width: 30px;
    display: inline-flex;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    background-color: #C82333;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-right: 1px;
}
.modal.userModal .modal-content{
	border: 0px;
	border-radius: 23px;
}

.modal.userModal .modal-header{
	background: #3685E4 0% 0% no-repeat padding-box;
	border-radius: 20px 20px 0px 0px;
	align-items: center !important;
	padding: 20px 30px 20px 52px !important;
}

.modal.userModal .modal-header .close{
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	opacity: 1;
}

.modal.userModal .modal-header h5{
	font-weight: 600;
}

.modal.userModal .modal-title{
	text-align: left;
	font: normal normal bold 24px/28px NanumGothic;
	color: #F9F9F9;
	opacity: 1;
}

.modal.userModal .modal-body{
	padding: 25px 45px 21px 45px !important;
    max-height: 60vh;
    overflow-y: auto;
}

.modal.userModal .modal-body .body-title{
	text-align: left;
	font: normal normal bold 18px/21px NanumGothic;
	color: #444444;
	opacity: 1;
}

.modal.userModal .modal-body .body-content{
	text-align: left;
	font: normal normal normal 16px/23px NanumGothic;
	color: #000000;
}

.siteMap{
	top: 88px;
	left: 0px;
	width: 99.35vw;
	min-width: 1299px;
	background: #2268d0 0% 0% no-repeat padding-box;
	position:absolute;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
	z-index: 1200;
	opacity: 0.95;
}

.siteMap .mapTitle{
/* 	padding-left: 15%; */
	letter-spacing: 0px;
	color: #F3EFC3;
	font-weight: 600;
	font-size: 25px;
	text-align: left;
}

.siteMap ul{
	padding-right: 15%;
}

.siteMap ul>li{
	letter-spacing: 0px;
	color: #FFFFFF;
	font-weight: 450;
	font-size: 15px;
	text-align: left;
	border-bottom: 1px solid #32F5EE80;
	cursor: pointer;
}

.siteMap ul>li:hover{
	color: #ffc267;
	font-weight: bold;
}

.siteMap .bottomTitle{
	text-align: left;
	font-size: 25px;
	letter-spacing: 0px;
	color: #F3EFC3;
}

.cursor-pointer{
	cursor: pointer;
}

.slideMenu .mapBody{
	padding: 90px;
}
.slideMenu .slideleftsubmenu{
	opacity: 0;
	transition: 0.5s;
	overflow: hidden;
	visibility: hidden;
}
.slideMenu:hover .slideleftsubmenu{
	opacity: 0.95;
	visibility: visible;
}
.slideMenu .slideleftsubmenu:hover{
	display: block;
	opacity: 0.95;
	display: block;
}

.sm02sel{
	padding: 7px 30px;
    font-size: 15px;
    transition: 0.3s;
	cursor: pointer;
	background-color:#f2a922;
	color:#fff;
	font-weight: 600;
	text-align: left;
}

button:disabled, input:disabled, select:disabled, textarea:disabled{
 	cursor: no-drop !important; 
}

#loadingImg{
	width: 65%;
}
.wrap-loading{ /*화면 전체를 어둡게 합니다.*/
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,0.2); /*not in ie */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');    /* ie */
    z-index: 1190;
}
.wrap-loading div{ /*로딩 이미지*/
	position: fixed;
	top:50%;
	left:50%;
	margin-left: -21px;
	margin-top: -21px;
}

.form-control-sm:disabled, .form-control-sm[readonly] {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.delete_a {
    color: #f22c2d;
    font-size: 12px;
}

.delete_a:hover {
	color: #da2c2d;
    font-size: 13px;
}


.countFieldDiv{
	position: relative;
}
.countField{
	position: absolute; top: -28px; right: 22px;
}
.tableInTable thead th{
	border: 1px solid #c4c5c5;
	background-color: #e1e1e1;
}
.modal.helpModal .modal-body{
	padding: 25px 45px 21px 45px !important;
	max-height: 78vh;
	overflow-y: auto;
}
.modal.helpModal .modal-dialog{
	min-width: 1250px;
}
.kakaoBtn{
	min-width: 50px;
	display: inline-flex;
	padding: 5px 10px;
	justify-content: center;
	align-items: center;
	background-color: #ffcc33;
	border-radius: 20px;
	opacity: 1;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-right: 1px;
}

.textAreaHeight200{
	height: 200px !important;
}

.tapDiv{
	border: solid 1px #afafaf;
	padding: 5px;
	margin-bottom: 40px;
}