@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: unset;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: none !important;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}

fieldset {width:100%;}

a,
*[tabindex],
label,
button,
input,
textarea,
select {
  color: inherit;
}

a:hover,
a:active {
  text-decoration: inherit;
  color: inherit;
}
em,
i {
  font-style: normal !important;
}
div {
  text-align: inherit;
}
strong,
span,
em,
i {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: top;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  word-break: break-all;
  border: 0;
}
table th,
table td {
  vertical-align: middle;
}
legend,
caption {
  position: relative;
  left: -1000000000px;
  width: 1px;
  height: 1px;
  top: 00px;
  overflow: hidden;
}
label {
  cursor: pointer;
}
label.none, h4.none, .none {
  position: absolute;
  left: -10000000000px;
  text-align: left;
  width: 1px;
  height: 1px;
  top: 00px;
  overflow: hidden;
}
button {
  border: 0 none;
  background: none;
  cursor: pointer;
}
address,
em,
i {
  font-style: normal;
}
hr {
  display: none;
}
ol,
ul {
  list-style: none;
}
img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0 ;
}


input,
button,
select {
  vertical-align: middle;
}
button {
  background: none;
}
input::placeholder,
textarea::placeholder {
  color: #70747d;
}
::-moz-input-placeholder,
::-moz-textarea-placeholder {
  color: #70747d;
}
::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
  color: #70747d;
}
::-moz-placeholder {
  color: #70747d;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #70747d;
} /* ie */
input:-moz-placeholder {
  color: #70747d;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

select,
input[type="text"],
input[type="password"],
textarea,
.input_file .file_name,
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: 45px;
  line-height:43px;
  vertical-align: middle;
  padding: 0px 10px; 
  border: 1px solid #ddd;
  font-size: 100%;
  width: 100%;
  border-radius: 10px;
  background-color: transparent;
}

button:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
textarea:disabled,
input[type="text"][readonly],
input[type="password"][readonly],
textarea[readonly]{
  background-color: #f1f4f7 !important;
  cursor: default;
  color:#777 !important
}

:disabled + label {color:#888}


textarea {line-height: 25px; min-height: 60px; width: 100%; padding: 5px 10px; overflow: auto;  resize: vertical;}
textarea.h200 {min-height: 200px;}

input[type="hidden"] + label,
input[type="checkbox"] + label,
input[type="radio"] + label {padding-right:10px; overflow: hidden; display: block; font-weight: 500; white-space:nowrap; }
.check_list button { overflow: hidden; display: block; text-align:left}
.input_check{display: flex; flex-wrap: wrap; justify-content: flex-start;}
.input_check::after {content: ''; display: block; overflow: hidden; width: 100%;}
.check_box {display: flex;}
.check_box img{height: 22px;}

input[type="text"] + button,
input[type="hidden"] + button {margin-left:2px;}

input[type="checkbox"],
input[type="radio"] {
  border: 0;
  width: 14px;
  height: 14px;
  margin: 6px 3px 0 0;
  vertical-align: middle !important;
  float: left;
}
input[type="text"] + button {margin-left:3px}
input[type="text"] + button.input-group-append {border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px; }

.input0 {margin: 0px 0px 0 0 !important; padding:0 !important; float: none !important;} 
input[type="checkbox"].input0 + label, input[type="radio"].input0 + label {padding-top:0}

.check_toggle .check_box {position: relative;}
.check_toggle input[type="checkbox"], .check_toggle input[type="radio"]  {  position: absolute;   text-align: left; /* width:95%; height: 35px; */top:0; left:-2000px; right:0; bottom:0; top:0; overflow: hidden;}
.check_toggle input[type="checkbox"] + label, .check_toggle input[type="radio"] + label {display: inline-block;  padding: 0 30px; margin-right: 5px; transition: all 0.3s; background-color: #fff; line-height: 40px; border-radius: 50px; position: relative; border: 1px solid #ddd;}
.check_toggle input[type="checkbox"]:checked + label, .check_toggle input[type="radio"]:checked + label{color:#fff; border:1px solid var(--default_color);  background-color:var(--default_color); }
.check_toggle input[type="checkbox"] + label:before {content: '\f058'; position: absolute; left:20px; top:0; font-size:15px; font-family:'FontAwesomeS';  line-height: 42px; color:#d3d9e1; transition: all 0.3s;}
.check_toggle input[type="checkbox"]:checked + label:before { color:#fff}
.check_toggle input[type="checkbox"] + label {padding:0 25px 0 45px}


.input_design .check_box {position: relative; padding:5px 0}
.input_design input[type="checkbox"], .input_design input[type="radio"]  {  position: absolute;   text-align: left; /* width:95%; height: 35px; */top:0; left:-2000px; right:0; bottom:0; top:0; overflow: hidden;}
.input_design input[type="checkbox"] + label, .input_design input[type="radio"] + label {display: inline-block;  padding: 0px 30px; margin-right: 5px; transition: all 0.3s;line-height: 18px;  position: relative; }
.input_design input[type="checkbox"] + label:before, .input_design input[type="radio"] + label:before {content: '\f058'; position: absolute; left:0px; top:1px; font-size:16px; font-family:'FontAwesomeS';   color:#d3d9e1; transition: all 0.3s;}
.input_design input[type="radio"] + label:before {content: '\f192';}
.input_design input[type="checkbox"]:checked + label:before, .input_design input[type="radio"]:checked + label:before { color:var(--default_color);}
.input_design input[type="checkbox"] + label, .input_design input[type="radio"] + label {padding:0 5px 0 23px; white-space:inherit; word-break: keep-all;}

button,
[type="button"],
[type="reset"],
[type="submit"],
[type="number"],
[type="search"],
[type="text"],
[type="password"] {
}


[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

a:focus,
.form-control:focus,
button:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.input_file input[type="file"].none:focus + label,
.privacy_view:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  /* box-shadow: 0px 0px 0px 0.2rem rgba(58, 109, 243, 0.6) !important;*/
  outline: none;
}

select {
  display: inline-block;
  padding: 0px 20px 0px 15px;
  -webkit-appearance: none;
  appearance: none;
  -moz-apperance: none;
  background:#fff url(/images/mpm/aismart/btr/common/select_arrew.png) calc(100% - 5px) center
    no-repeat;
    min-width: 150px;
    width: auto;
}

#summernote {  position: relative; }

.modal-content {border: none; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); border-radius: 30px 30px 0 0;}
.modal-open {height: 100%; padding-right:0 !important}
.modal { padding-right:0 !important; z-index: 10500; }
.modal-header { color: #111; border-bottom: none;}
.modal-header .close {color: #000; font-size: 30px; text-shadow: none; margin-right: 0px;}
.modal-title {font-size: 150%; font-weight: 700; }
.modal-header {}
.modal-body  {padding:20px 30px; }
.modal-header{padding:20px 30px; border-bottom: 1px solid var(--border_color);}
.modal-footer  {padding:20px 30px 40px 30px }
.modal-dialog-centered {min-height: 100%; align-items: flex-end; -ms-flex-align: flex-end;}
.modal-footer {justify-content: center; border: none;}

.modal_2 {z-index: 10600;}
.modal-backdrop.fade.show + .modal-backdrop.fade.show { z-index: 10550;}
.modal-dialog {/*  position: fixed; bottom:0; right: 0; left:0; */margin: 0 auto; max-width: 1000px;}
.modal-sm { max-width: 400px !important;}
.modal-lg { max-width: 600px !important;}
.modal-xl { max-width: 700px !important;}
.modal-backdrop.show {opacity: 0.6; z-index: 10400;}

.modal.fade.show .modal-dialog {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, 400px);
  transform: translate(0, 400px);
}


/* datetimepicker */
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 100%;
}
.bootstrap-datetimepicker-widget {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width:270px !important

}
.bootstrap-datetimepicker-widget table {
  font-size: 15px;
  width:100%

}
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
  height: 35px;
}

.datepicker .table {
  font-weight: 400;
  color: #333;
  font-family: "Roboto", "Noto Sans KR";
}
.datepicker .table th,
.datepicker .table td,
.datepicker .table thead th {
  border: none;
}
.datepicker .table th::before {display: none; }
.datepicker .table thead tr:nth-child(2) th:first-child,
.datepicker .table tr td:first-child {
  color: #0065ff;
}
.datepicker .table thead tr:nth-child(2) th:last-child,
.datepicker .table tr td:last-child {
  color: #e83e8c;
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"] {
  height: auto;
}
.bootstrap-datetimepicker-widget .picker-switch {
  font-weight: 700;
  font-size: 120%;
}
.bootstrap-datetimepicker-widget table td.active {color:#fff !important}

/* bootstrap */
.form-control,
.input-group-text,
.input_file .file_name {
  border-radius: 30px;
}
.form-row > .col,
.form-row > [class*="col-"] {
}
.input-group > .input-group-append:last-child > .input-group-text {
  background-color: #fff;
  border-color: #dddddd;
  border-width:1px 1px 1px 0;
  color: #d3d9e1;
  width:50px;
}
.input-group > .form-control {border-radius:30px;border-bottom-left-radius:30px; font-size: 120%; padding-left: 30px; color:#000; font-weight: 400; border-right: none;}
.input-group > .form-control:disabled + .input-group-append .input-group-text {background-color: #f1f4f7;}



  
  







