/*view*/
.mainView {
    background-color: #f2f2f7;
    height: auto;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    /* min-height: 100vh; */
    justify-content: space-between;
    /* padding: 50px 0; */
    box-sizing: border-box;
    box-shadow: var(--shadow-color);
}
.intable {
    flex-direction: column;
    padding: 35px;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--Max-doc-width);
    /* max-width: 100%; */
    background: white;
    box-sizing: border-box;
    margin: 200px 0 100px 0;
    transition: all .8s;
    /* border-radius: 6px; */
    /* animation: showMain .7s ease forwards ; */
}
@keyframes showMain{
    0% {
        opacity: 0;
        /* visibility: hidden; */
    }
    100% {
        opacity: 1 ;
        /* visibility: visible; */
    }
}
.mainView.intable > div:not(.mainView.intable > div:nth-of-type(1),div[id^='paginate']){
	margin:25px 0;
}
input[type='checkbox'],input[type='radio']{
	display:none;
}
.checkboxAreaCss{
	display: inline-flex;
    flex-direction: row;
    width: 100%;
    padding:3px 0;
}
.checkboxAreaCss > .label_default {
    width: 180px;
    min-width: 180px;
    box-sizing: border-box;
}
.intable::after{
	content:'';
	position:absolute;
	width:100%;
	height:390px;
	/* background: url("../../img/sub-top-banner.png") no-repeat; */
	background: url("../../img/kitri/new-main-banner-002.png") no-repeat  center / cover;
    background-size: cover;
    background-position: center;
	z-index:-1;
    top: 0%;
    
}
.intable::before{
    content: '';
    position:absolute;
	width:100%;
	height:100%;
	background:#f5f5f5;
	display: inline-flex;
    left: 0;
    top: 0;
    z-index: -1;
    animation: showMain .7s .95s ease forwards;
}
.diplayLB {
    display: inline-block;
}

input[type="text" i] {
    padding: 5px;
    height: 44px;
    outline: 0;
    /* border-radius: 4px; */
    border: solid 1px #e0e0ea;
    box-sizing: border-box;
}

/*title*/
.content_title > label {
    display: block;
}

.blueBox {
    width: 4px;
    height: 22px;
    background: #15BADC;
    position: absolute;
    margin-top: 8px;
}

.titleLabel {
    margin-left: 15px;
    text-align: left;
    font-weight: bold;
}

.sub_content {
    width: 100%;
    position: relative;
    font-size: 22px;
    box-sizing: border-box;
    margin: 28px 0 10px 0;
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

/*layout*/
.lec-table tr {
    height: auto !important; /*높이*/
}

/*.intable table.lec-table td {
    border-right: 0px;
    font-weight: bold;
}*/

.layRight {
    text-align: right;
}
.layLeft {
    text-align: left;
}
.layBackW {
    background: white !important;
}
.layBackC {
    font-weight: bold;
    background: #F6F6FA;
}
/*중요*/
.stared {
    color: red;
    font-weight: bold;
}
.lblBlue {
    color: #15BADC;
    font-weight: bold;
}
/*input*/
table.lec-table td input[type='text'], 
select,
table.lec-table td input[type='password'],
input[type='date'] {
    width: 100%;
    padding: 5px;
    height: 44px;
    outline: 0;
    /* border-radius: 4px; */
    border: solid 1px #e0e0ea;
    box-shadow: 0 2px 4px 0 rgba(0, 0 ,0 , .04);
    box-sizing: border-box;
}
.input40 {
    width: 40% !important;
}
.input10 {
    width: 10% !important;
}
.areaCss {
    border: 1px solid #e0e0ea;
    resize: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0 ,0 , .04);
    border-radius: 4px;
    height: 94px;
    outline: none;
}
.tree-container {
    min-width: 30%;
    margin-right: 30px;
}
.filebox {
    width: 90% !important;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 4%);
    margin-right: 14px;
}

input[type="text"]:disabled { 
    background: lightgray; 
}
.label_default{
    font-size: 1.8rem;
    white-space: nowrap;
    padding:0 10px;
}
/*margin*/
.marB5 {
    margin-bottom: 5%;
}
.mar10 {
    margin-bottom: 10px;
}
.marR5 {
    margin-right: 5px;
}
.marT10 {
    margin-top: 10px;
}

/*padding*/
.pad10 {
    padding: 10px;
}

/*button*/

table.lec-table input.search { /*검색버튼*/
    width: 88%;
    border-radius: 4px 0px 0px 4px !important;
}

.layoutBtn{
    background: linear-gradient(45deg, transparent 75%, transparent 95%);
    outline: 0;
    border: 1px solid #8c8c8c;
    font-size: 9pt;
    margin: 0 2px;
    height: 45px;
    font-weight: bold;
    color: #2c3041;
    padding: 8px 12px;
    border-radius: 3px;
    transition: all .35s;
    cursor: pointer;
    box-shadow: 00px 0 0px inset #9d9d9d40, -0px 0 0px inset #9d9d9d40;
    -webkit-appearance: none !important;
}
.layoutBtn:hover{
    color: black;
    border:transparent;
    /* background: linear-gradient(45deg, white 75%, #b8baed 95%); */
    box-shadow: 90px 0 1px inset #9d9d9d1e, -90px 0 1px inset #9d9d9d1e;
}
.labelBtn[disabled="disabled"], .subBtn input[type='button']:disabled{
    background-color: gray !important;
    color: black !important;
    border: none !important;
    -webkit-appearance: none !important;
}

.subBtn .labelBtn:hover, .subBtn input[type='button']:hover{
    background-color: #c4e5ec !important;
    border: 1px solid #c4e5ec !important;
    color: black !important;
    -webkit-appearance: none !important;
}

.labelBtn[disabled="disabled"]:hover, .subBtn input[type="button"]:disabled:hover {
    background-color: gray !important;
    border: 1px solid gray !important;
    color: black !important;
    cursor: default;
}

.sub_btt {
    text-align: right;
    display: inline-block;
    /* width: 90%; */
    margin: 0 5px;
    box-sizing: border-box;
}

.subBtn input[type='button'] {
    min-width: 50px;
    background: transparent;
    outline: 0;
    border: 1px solid #e0e0ea;
    font-size: 12pt;
    margin: 0 2px;
    height: 44px;
    /*font-weight: bold;*/
    cursor: pointer;
    /*color: #2c3041;*/
    /*padding: 8px 12px;*/
    /* border-radius: 3px; */
    transition: all .35s;
    display: inline-block;
    text-align: center;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: 0 !important;
}
.subBtn2 input[type='button'], .subBtn2 label {
    border: 1px solid #15badc !important;
    height: 50px  !important;
    color: #15badc;
    padding: 8px 12px;
    width: 160px;
    -webkit-appearance: none !important;
}

.subBtn label::before { /*버튼라벨*/
    content: '';
    width: 15px;
    height: 15px;
    background-size: 100% !important;
    margin: 0 6px 0 0;
    display: inline-block;
    -webkit-appearance: none !important;
}

.subBtn .blackBtn { /*검정버튼*/
    background: #444444 !important;
    color: #ffffff;
    -webkit-appearance: none;
}

.subBtn .redBtn { /*레드버튼*/
    background: #ff715b !important;
    color: #ffffff !important;
    border: 1px solid #ff715b !important;
    -webkit-appearance: none;
}

.subBtn.greenBtn label { /*연두색버튼*/
    background: #33db7b;
    color: white;
    border: 1px solid #33db7b;
    -webkit-appearance: none;
}
.btnBlue {
    background: #1565dc !important;
    font-size: 13pt !important ;
    color: white !important ;
}
.mBtn {
    height: 50px !important;
    font-size: 18px !important;
    border: 1px solid #1565dc !important;
    width: 160px;
    -webkit-appearance: none;
    
}
.LBtn {
    width: 20%;
    height: 53px !important;
    border-radius: 31px !important;
    font-size: initial !important;
    -webkit-appearance: none;
}
.ui-corner-all{
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    padding: 10px 5px;
    height: 44px;
    background: white;
    border: none;
}
.textbox{
height: 30px;
border-radius: 4px;
border: solid 1px #e0e0ea;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0 , .04);
}

.subtt{
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
}
.f-row{
	display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.kakaoLogin-p{
    width: 50%;
    margin-right: 10px;
}
.kakaoLogin-p > img{
    width: 100% !important;
    height: 40px !important;
}
.input-login{
    position: relative;
    padding: 0 30px !important;
}

.input-passwd{
    position: relative;
    padding: 0 30px !important;
}
.inser_search{
    width: 100%;
    position: relative;
}
.inser_search > .input-login+.icon{
    background: url('../../dsimg/icon/Icon feather-user.svg') no-repeat;
    position: absolute;
    width: 15px;
    top: 0;
    height: 100%;
    margin-left: 10px;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}
.inser_search > .input-passwd+.icon{
    background: url('../../dsimg/icon/Icon feather-lock.svg') no-repeat;
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0;
    margin-left: 10px;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}
/*tab*/
.tab_Class ul {
    height: auto;
    background: #d5d5e7;
    border-radius: 6px;
    border: none;
    height: auto !important;
    margin-bottom: 10px !important;
    list-style: none !important;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 10px !important;
    width: 100%;
}
.tab_Class ul li {
    /* float: left; */
    margin: 0;
    width: auto !important;
    box-sizing: border-box;
    display: inline-flex;
    height: auto !important;
}

.tab_Class ul li.on span {
    background-color: #ffffff !important;
    color: #15badc;
}
.tab_Class ul li span {
    display: inline-block;
    color: #222222;
    font-size: 18px !important;
    background-color: transparent !important;
    border: 0px !important;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    padding: 14px 73px;
    cursor: pointer;
}
.important{
    display: inherit;
    position: relative;
}
.important::after{
    content: '*'; 
    position: absolute;
    top: -6px;
    right: -8px;
    color: red;
    font-weight: bold;
}
/*달력*/
.ui-datepicker-title > select > option {
    color: black;
    background-color: #c9d1cf5d;
    font-size: 0.9rem;
    overflow: auto;
}
.ui-datepicker-calendar {
    width: 100%;
}
input[type="date"]::-webkit-calendar-picker-indicator{
    cursor: pointer;
}

/*기능 캘린더 */
body .fc {
    font-size: 15px !important;
}
.fc-toolbar .fc-left {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.fc-toolbar .fc-right{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    height: 32px;
}
.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: auto !important;
    top: 0 !important;
    font-size: 1.2rem !important;
    outline: none;
}
.fc-sun{
    color: red;
}
.fc-unthemed td.fc-today {
    background: #d9eaff !important;
}
.fc button{
    background: transparent !important;
}
.fc-unthemed td{
    border-color:#f3f3f3 !important;
}
.fc-view-container{
	position:relative;
}
.fc-unthemed.fc-ltr.lock .fc-view-container::before{
	content:'사용유형을 선택해주세요';
	color:white;
	font-size:3rem;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#00000050;
}
/*기능 캘린더 */



@media (max-width:900px){
    .detaillDiv{
        padding: 0 !important;
    }
    #content{
        overflow: auto;
    }
    #content img{
        max-width: unset !important;
    }
}