#createWrap {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #f3f4f8;
}

.createForm {
    height: 100%;
    padding: 10px;
    border-radius: 3px;
    background: #FFF;
    background-color: #fff;
    box-shadow: 0 4px 4px rgb(87 100 126 / 21%);
}

.createTitle {
    height: 70px;
    line-height: 60px;
    padding-left: 10px;
    border-bottom: 1px solid #EAEAEA;
}

.createTitle h1 {
    display: inline-block;
    font-family: 'NotoSansKR' !important;
    font-weight: 700 !important;
    font-size: 18px;
    color: #333;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}

.createTitle div.btn-group {
    display: inline-block;
    float: right;
}

.createTitle div.btn-group .clear {
    font-weight: normal;
}

.createTitle div.btn-group .create {
    width: 200px;
}

.tabArea {
    height: 45px;
    padding-top: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #EAEAEA;
}

.tabArea button.tab {
    height: 36px;
    line-height: 36px;
    margin-top: 6px;
    background: #FFFFFF;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .02));
    background-image: linear-gradient(rgba(0, 0, 0, .03), rgba(255, 255, 255, 0));
    vertical-align: top;
}

.tabArea button.tab:not(.on):hover {
    height: 37px;
    line-height: 37px;
    margin-top: 5px;
    border: 1px solid #CACACA;
    border-bottom: none;
    background: #FAFAFA;
}

.tabArea button.tab.on {
    height: 38px;
    line-height: 38px;
    margin-top: 5px;
    border-top: 2px solid #0D7DB2;
    background-color: #FFF;
}

.formArea {
    overflow: hidden !important;
    width: 100%;
    height: calc(100% - 80px);
    margin: 10px 0px;
}

.formArea.tab {
    height: calc(100% - 125px);
}

.formArea.scrollbar-inner>.scroll-element.scroll-y {
    width: 5px !important;
    height: calc(100% - 10px);
    margin-top: 5px;
    margin-bottom: 5px;
}

.formArea .scroll-element_outer {
    border-radius: 5px !important;
}

.formArea .scroll-element_track {
    background-color: transparent !important;
}

.formArea.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #E0E0E0 !important;
}

.formArea.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #666 !important;
}

h1.divisionTitle {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #EAEAEA;
    background: #424f58;
    font-family: 'NotoSansKR' !important;
    font-size: 14px;
    color: #FFF;
}

.mainForm {
    position: relative;
}

.mainForm .createLine {
    padding: 10px 0px;
    border-bottom: 1px dotted #EAEAEA;
}

.mainForm .inputArea {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.mainForm .inputArea.checkbox .inputWrap {
    line-height: 35px;
}

.mainForm .inputWrap {
    position: relative;
    height: calc(100% - 28px);
}

.mainForm label.inputTitle {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 5px 0px;
    font-family: 'NotoSansKR' !important;
    font-weight: bold;
    color: #666;
    text-align: left;
}

.mainForm label.inputTitle span.must {
    display: inline-block;
    margin-right: 2px;
    color: #ec1b1b;
}

.mainForm input[type=text],
.mainForm input[type=password],
.mainForm textarea {
    width: 100%;
    height: 35px;
    padding: 0px 5px;
    border-top: 1px solid #A0A0A0 !important;
    border-right: 1px solid #D0D0D0 !important;
    border-bottom: 1px solid #D0D0D0 !important;
    border-left: 1px solid #A0A0A0 !important;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    color: #666666;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .06);
    outline: none;
}

.mainForm input[type=text][readonly],
.mainForm input[type=password][readonly],
.mainForm textarea[readonly] {
    border: 1px solid #E0E0E0 !important;
    box-shadow: none !important;
}

.mainForm input.hasDatepicker[readonly] {
    border-top: 1px solid #A0A0A0 !important;
    border-right: 1px solid #D0D0D0 !important;
    border-bottom: 1px solid #D0D0D0 !important;
    border-left: 1px solid #A0A0A0 !important;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .06);
}

.mainForm input[type=text].noBorder,
.mainForm input[type=password].noBorder,
.mainForm textarea.noBorder {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    cursor: default;
}

.mainForm textarea {
    height: 100%;
    line-height: 20px;
    resize: none;
}

.mainForm input[type=text]:hover,
.mainForm input[type=password]:hover,
.mainForm textarea:hover {
    border: 1px solid #A0A0A0;
    background-color: #F5FAFC;
}

.mainForm input[type=text]:focus:not([readonly]),
.mainForm input[type=password]:focus:not([readonly]),
.mainForm textarea:focus:not([readonly]) {
    background-color: #ECF9FF;
    box-shadow: 0px 0px 1px 2px rgba(0, 125, 184, 0.1);
}

.mainForm input[type=text]:disabled,
.mainForm input[type=password]:disabled,
.mainForm textarea:disabled {
    border-top: 1px solid #BDBDBD !important;
    border-right: 1px solid #DEDEDE !important;
    border-bottom: 1px solid #DEDEDE !important;
    border-left: 1px solid #BDBDBD !important;
    background-color: #eceeef;
}

.mainForm .underline {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    margin: auto;
    border-bottom: 3px solid rgb(26, 115, 232);
    border-radius: 0px 0px 3px 3px;
    transition: opacity 120ms ease-out, width 0ms linear 180ms;
    opacity: 0;
    box-sizing: border-box;
}

.mainForm input[type=text]:focus:not([readonly])+.underline,
.mainForm input[type=password]:focus:not([readonly])+.underline,
.mainForm textarea:focus:not([readonly])+.underline {
    width: 100%;
    transition: width 120ms ease-out, opacity 120ms ease-in;
    opacity: 1;
}

.mainForm .input span.remove {
    display: inline-block;
    width: 0px;
    height: 28px;
    vertical-align: middle;
}

.tabForm {
    display: none;
}

.tabForm.on {
    display: block !important;
}

.mainForm select.customize {
    width: 100%;
    height: 35px !important;
    border-radius: 3px;
    vertical-align: inherit !important;
}

.mainForm select.customize:focus {
    background-color: #ECF9FF;
    box-shadow: 0px 0px 1px 2px rgba(0, 125, 184, 0.1);
}

.mainForm select.customize:focus+.underline {
    width: 100%;
    transition: width 120ms ease-out, opacity 120ms ease-in;
    opacity: 1;
}

.mainForm select:disabled {
    background-color: #e0e3e4 !important;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .06);
}

.inputArea img.calendarIcon {
    position: relative;
    z-index: 2;
    margin-top: -2px;
    margin-left: -4px !important;
    padding: 7px 7px 8px 7px;
    border: 1px solid #BABABA;
    border-radius: 0px 3px 3px 0px;
    background: #FFF;
    vertical-align: middle;
    cursor: pointer;
}

.switchWrap {
    display: block;
    position: relative;
    width: 100%;
    height: 25px;
    margin: 0 auto;
    margin-top: 3px;
    padding: 3px;
    border-radius: 18px;
    background-color: white;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
    vertical-align: middle;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    min-width: 60px;
}

.switchInput {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switchLabel {
    display: block;
    position: relative;
    height: inherit;
    border-radius: inherit;
    background: #eceeef;
    font-size: 10px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    text-transform: uppercase;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.switchLabel:before,
.switchLabel:after {
    position: absolute;
    line-height: 25px;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switchLabel:before {
    content: attr(dataOff);
    left: 23px;
    width: calc(100% - 23px);
    margin-right: 5px;
    font-family: Dotum, '돋움', Helvetica, "Apple SD Gothic Neo", sans-serif;
    font-weight: normal;
    color: #aaa;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switchLabel:after {
    content: attr(dataOn);
    left: 0;
    width: calc(100% - 23px);
    margin-left: 5px;
    font-family: Dotum, '돋움', Helvetica, "Apple SD Gothic Neo", sans-serif;
    font-weight: normal;
    color: white;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switchInput:checked~.switchLabel {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switchInput:checked~.switchLabel:before {
    opacity: 0;
}

.switchInput:checked~.switchLabel:after {
    opacity: 1;
}

.switchHandle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 23px;
    height: 23px;
    border-radius: 12px;
    background: white;
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switchHandle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 6px;
    background: #f9f9f9;
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switchInput:checked~.switchHandle {
    left: calc(100% - 27px);
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.tui-grid-cell-has-input {
    text-align: center;
}

.tui-grid-row.hover td {
    background: #e6f7ff !important;
}

.tui-grid-cell-header strong.must {
    display: inline-block;
    margin-right: 2px;
    color: #ec1b1b;
    vertical-align: top;
}

.textLayer {
    position: relative;
    padding: 10px;
}

.listButtonArea {
    position: relative;
    height: 40px;
    border: 1px solid #EAEAEA;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    background: #FFFFFF;
    background-image: linear-gradient(rgba(0, 0, 0, .03), rgba(255, 255, 255, 0));
}

.listButtonArea.bottom {
    border-top: none;
    border-bottom: 1px solid #EAEAEA;
    border-radius: 0px 0px 5px 5px;
}

.tui-grid-container {
    border-left: 1px solid #EAEAEA;
}

#form1 {
    border-left: none !important;
}